Home
last modified time | relevance | path

Searched defs:Mac (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/libphonenumber/demo/
H A DREADME.md11 ### Mac subsection
13 #### Install the Google Cloud SDK.
17 #### Use GCloud CLI to install the Java Appengine
/aosp_15_r20/libcore/ojluni/src/main/java/javax/crypto/
H A DMac.java158 public class Mac implements Cloneable { class
209 protected Mac(MacSpi macSpi, Provider provider, String algorithm) { in Mac() method in Mac
217 private Mac(String algorithm) { in Mac() method in Mac
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/javax/crypto/
DMac.java158 public class Mac implements Cloneable { class
209 protected Mac(MacSpi macSpi, Provider provider, String algorithm) { in Mac() method in Mac
217 private Mac(String algorithm) { in Mac() method in Mac
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/crypto/
DMac.java158 public class Mac implements Cloneable { class
209 protected Mac(MacSpi macSpi, Provider provider, String algorithm) { in Mac() method in Mac
217 private Mac(String algorithm) { in Mac() method in Mac
/aosp_15_r20/external/skia/site/docs/user/
H A Dbuild.md272 ## Mac section
299 `ios_use_simulator=true` and set `target_cpu` to your Mac's architecture. argument
/aosp_15_r20/libcore/ojluni/annotations/mmodule/javax/crypto/
H A DMac.annotated.java41 public class Mac implements java.lang.Cloneable { class
43 protected Mac(javax.crypto.MacSpi macSpi, java.security.Provider provider, java.lang.String algorit… in Mac() method in Mac
/aosp_15_r20/external/tink/testing/cross_language/protos/
H A Dtesting_api.proto300 service Mac { service
302 rpc Create(CreationRequest) returns (CreationResponse) {}
305 rpc ComputeMac(ComputeMacRequest) returns (ComputeMacResponse) {}
308 rpc VerifyMac(VerifyMacRequest) returns (VerifyMacResponse) {}
/aosp_15_r20/external/tink/testing/java_src/protos/
H A Dtesting_api.proto300 service Mac { service
302 rpc Create(CreationRequest) returns (CreationResponse) {}
305 rpc ComputeMac(ComputeMacRequest) returns (ComputeMacResponse) {}
308 rpc VerifyMac(VerifyMacRequest) returns (VerifyMacResponse) {}
/aosp_15_r20/external/tink/testing/go/protos/
H A Dtesting_api.proto300 service Mac { service
302 rpc Create(CreationRequest) returns (CreationResponse) {}
305 rpc ComputeMac(ComputeMacRequest) returns (ComputeMacResponse) {}
308 rpc VerifyMac(VerifyMacRequest) returns (VerifyMacResponse) {}
/aosp_15_r20/external/tink/testing/cc/protos/
H A Dtesting_api.proto300 service Mac { service
302 rpc Create(CreationRequest) returns (CreationResponse) {}
305 rpc ComputeMac(ComputeMacRequest) returns (ComputeMacResponse) {}
308 rpc VerifyMac(VerifyMacRequest) returns (VerifyMacResponse) {}
/aosp_15_r20/external/tink/testing/python/protos/
H A Dtesting_api.proto300 service Mac { service
302 rpc Create(CreationRequest) returns (CreationResponse) {}
305 rpc ComputeMac(ComputeMacRequest) returns (ComputeMacResponse) {}
308 rpc VerifyMac(VerifyMacRequest) returns (VerifyMacResponse) {}
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac.hpp73 namespace Mac { namespace
122 class Mac : public InstanceLocator, private NonCopyable class
H A Dchannel_mask.cpp40 namespace Mac { namespace
H A Dlink_raw.hpp50 namespace Mac { namespace
/aosp_15_r20/external/tink/python/tink/mac/
H A D__init__.py21 Mac = _mac.Mac variable
H A D_mac.py19 class Mac(metaclass=abc.ABCMeta): class
H A D_mac_key_manager.py25 def __init__(self, cc_primitive: tink_bindings.Mac):
/aosp_15_r20/external/skia/site/docs/user/special/
H A Dvulkan.md25 Mac section
/aosp_15_r20/external/webrtc/docs/native-code/
H A Dlogging.md29 #### Mac subsubsection
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DMac.java33 public interface Mac { interface
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/
H A DMac.java9 public interface Mac interface
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DMac.java7 public interface Mac interface
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
H A DMac.java9 public interface Mac interface
/aosp_15_r20/external/grpc-grpc-java/
H A DCOMPILING.md70 #### Mac subsubsection
/aosp_15_r20/external/cronet/testing/libfuzzer/
H A Dreference.md88 ### Mac subsection

12345678910>>...16