/external/tink/go/mac/subtle/ |
D | hmac.go | 40 type HMAC struct { struct 41 HashFunc func() hash.Hash 42 Key []byte 43 TagSize uint32 84 func (h *HMAC) ComputeMAC(data []byte) ([]byte, error) { 95 func (h *HMAC) VerifyMAC(mac []byte, data []byte) error {
|
/external/libchrome/crypto/ |
D | hmac.cc | 21 HMAC::HMAC(HashAlgorithm hash_alg) : hash_alg_(hash_alg), initialized_(false) { in HMAC() function in crypto::HMAC
|
/external/openthread/third_party/mbedtls/repo/docs/ |
D | driver-only-builds.md | 110 ### HMAC subsection
|
/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/ |
D | KMType.java | 35 public static final byte HMAC = (byte) 0x80; field in KMType
|
/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/ |
D | KMType.java | 35 public static final byte HMAC = (byte) 0x80; field in KMType
|
/external/python/cpython3/Doc/library/ |
D | hashlib.rst | 804 .. _HMAC: https://en.wikipedia.org/wiki/Hash-based_message_authentication_code target
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/hmac/ |
D | hmac.c | 68 uint8_t *HMAC(const EVP_MD *evp_md, const void *key, size_t key_len, in HMAC() function
|
/external/python/cpython3/Lib/ |
D | hmac.py | 27 class HMAC: class
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/ |
D | aws_request_signer.cc | 64 std::string HMAC(const std::string& key, const std::string& msg) { in HMAC() function
|
/external/grpc-grpc/src/core/lib/security/credentials/external/ |
D | aws_request_signer.cc | 70 std::string HMAC(const std::string& key, const std::string& msg) { in HMAC() function
|
/external/cronet/tot/crypto/ |
D | hmac.cc | 28 HMAC::HMAC(HashAlgorithm hash_alg) : hash_alg_(hash_alg), initialized_(false) { in HMAC() function in crypto::HMAC
|
/external/cronet/stable/crypto/ |
D | hmac.cc | 28 HMAC::HMAC(HashAlgorithm hash_alg) : hash_alg_(hash_alg), initialized_(false) { in HMAC() function in crypto::HMAC
|
/external/rust/crates/openssl/src/ |
D | pkey.rs | 84 pub const HMAC: Id = Id(ffi::EVP_PKEY_HMAC); constant
|
D | nid.rs | 1073 pub const HMAC: Nid = Nid(ffi::NID_hmac); constant
|
/external/scapy/scapy/layers/ |
D | ipsec.py | 613 HMAC = CMAC = hashes = None variable
|
/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
D | KMType.java | 86 public static final byte HMAC = (byte) 0x80; field in KMType
|
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
D | KMType.java | 86 public static final byte HMAC = (byte) 0x80; field in KMType
|
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ctdl/ |
D | keymaster_defs.proto | 118 HMAC = 4; enumerator
|
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
D | keymaster_defs.proto | 119 HMAC = 4; enumerator
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 1373 static bool HMAC(const Span<const uint8_t> args[], ReplyCallback write_reply) { in HMAC() function
|
/external/cronet/tot/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 1521 static bool HMAC(const Span<const uint8_t> args[], ReplyCallback write_reply) { in HMAC() function
|
/external/cronet/stable/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 1521 static bool HMAC(const Span<const uint8_t> args[], ReplyCallback write_reply) { in HMAC() function
|
/external/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 1662 static bool HMAC(const Span<const uint8_t> args[], ReplyCallback write_reply) { in HMAC() function
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 760 mDNSEthAddr HMAC; // Host's primary identifier (e.g. MAC of on-board Ethernet) member
|
/external/grpc-grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1904 #define HMAC BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, HMAC) macro
|