Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/hazmat/primitives/
Dhmac.py19 class HMAC(object): class
/external/libchrome/crypto/
Dhmac.cc21 HMAC::HMAC(HashAlgorithm hash_alg) : hash_alg_(hash_alg), initialized_(false) { in HMAC() function in crypto::HMAC
/external/python/cpython2/Lib/
Dhmac.py23 class HMAC: class
/external/cronet/crypto/
Dhmac.cc23 HMAC::HMAC(HashAlgorithm hash_alg) : hash_alg_(hash_alg), initialized_(false) { in HMAC() function in crypto::HMAC
/external/python/cpython3/Doc/library/
Dhashlib.rst732 .. _HMAC: https://en.wikipedia.org/wiki/Hash-based_message_authentication_code target
/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/
DKMType.java35 public static final byte HMAC = (byte) 0x80; field in KMType
/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/
DKMType.java35 public static final byte HMAC = (byte) 0x80; field in KMType
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/hmac/
Dhmac.c68 uint8_t *HMAC(const EVP_MD *evp_md, const void *key, size_t key_len, in HMAC() function
/external/python/cpython3/Lib/
Dhmac.py27 class HMAC: class
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/hmac/
Dhmac.c69 uint8_t *HMAC(const EVP_MD *evp_md, const void *key, size_t key_len, in HMAC() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Daws_request_signer.cc54 std::string HMAC(const std::string& key, const std::string& msg) { in HMAC() function
/external/boringssl/src/crypto/fipsmodule/hmac/
Dhmac.c69 uint8_t *HMAC(const EVP_MD *evp_md, const void *key, size_t key_len, in HMAC() function
/external/python/cryptography/docs/development/
Dtest-vectors.rst632 HMAC section in Sources
/external/scapy/scapy/layers/
Dipsec.py470 HMAC = CMAC = hashes = None variable
/external/rust/crates/openssl/src/
Dpkey.rs82 pub const HMAC: Id = Id(ffi::EVP_PKEY_HMAC); constant
Dnid.rs1071 pub const HMAC: Nid = Nid(ffi::NID_hmac); constant
/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
DKMType.java86 public static final byte HMAC = (byte) 0x80; field in KMType
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
DKMType.java86 public static final byte HMAC = (byte) 0x80; field in KMType
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster_defs.proto118 HMAC = 4; enumerator
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1462 static bool HMAC(const Span<const uint8_t> args[], ReplyCallback write_reply) { in HMAC() function
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1373 static bool HMAC(const Span<const uint8_t> args[], ReplyCallback write_reply) { in HMAC() function
/external/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1462 static bool HMAC(const Span<const uint8_t> args[], ReplyCallback write_reply) { in HMAC() function
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h760 mDNSEthAddr HMAC; // Host's primary identifier (e.g. MAC of on-board Ethernet) member
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1062 #define HMAC GRPC_SHADOW_HMAC macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1745 #define HMAC BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, HMAC) macro