Home
last modified time | relevance | path

Searched defs:hmac (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/crypto/
Dhmac_unittest.cc80 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
149 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
175 crypto::HMAC hmac(crypto::HMAC::SHA256); in TEST() local
216 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
241 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
255 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
289 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DPasswordRecipient.java21 private final String hmac; field in PasswordRecipient.PRF
24 private PRF(String hmac, AlgorithmIdentifier prfAlgID) in PRF()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.c155 struct crypto_hash *hmac; in tlsv1_record_send() local
284 struct crypto_hash *hmac; in tlsv1_record_receive() local
/external/kernel-headers/original/uapi/linux/
Dseg6_hmac.h15 __u8 hmac[SEG6_HMAC_FIELD_LEN]; member
/external/iproute2/include/uapi/linux/
Dseg6_hmac.h15 __u8 hmac[SEG6_HMAC_FIELD_LEN]; member
/external/u-boot/board/gdsys/a38x/
Dkeyprogram.c107 struct key_program *result = NULL, *hmac = NULL; in parse_and_check_keyprog() local
/external/boringssl/src/crypto/fipsmodule/tls/
Dkdf.c94 uint8_t hmac[EVP_MAX_MD_SIZE]; in tls1_P_hash() local
/external/wpa_supplicant_8/src/eap_common/
Deap_sim_common.c168 unsigned char hmac[SHA1_MAC_LEN]; in eap_sim_verify_mac() local
207 unsigned char hmac[SHA1_MAC_LEN]; in eap_sim_add_mac() local
362 unsigned char hmac[SHA256_MAC_LEN]; in eap_sim_verify_mac_sha256() local
401 unsigned char hmac[SHA256_MAC_LEN]; in eap_sim_add_mac_sha256() local
/external/boringssl/src/crypto/hkdf/
Dhkdf.c68 HMAC_CTX hmac; in HKDF_expand() local
/external/rappor/client/java/com/google/android/rappor/
DHmacDrbg.java32 private Mac hmac; field in HmacDrbg
/external/iproute2/ip/
Diproute_lwtunnel.c418 static struct ipv6_sr_hdr *parse_srh(char *segbuf, int hmac, bool encap) in parse_srh()
477 __u32 hmac = 0; in parse_encap_seg6() local
541 __u32 hmac = 0; in parse_encap_seg6local() local
/external/grpc-grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc191 HMAC_CTX hmac; in aes_gcm_derive_aead_key() local
201 HMAC_CTX* hmac = HMAC_CTX_new(); in aes_gcm_derive_aead_key() local
/external/u-boot/board/gdsys/p1022/
Dcontrolcenterd-id.c733 static int check_hmac(struct key_program *hmac, in check_hmac()
772 struct key_program *result = NULL, *hmac = NULL; in load_sd_key_program() local
/external/webrtc/webrtc/p2p/base/
Dstun.cc193 char hmac[kStunMessageIntegritySize]; in ValidateMessageIntegrity() local
228 char hmac[kStunMessageIntegritySize]; in AddMessageIntegrity() local
/external/python/cpython3/Doc/whatsnew/
D3.3.rst1403 hmac section in Improved Modules
D3.7.rst935 hmac section in Improved Modules
D3.4.rst916 hmac section in Improved Modules
/external/wpa_supplicant_8/src/crypto/
Dcrypto_libtomcrypt.c149 hmac_state hmac; member
Dcrypto_wolfssl.c164 Hmac hmac; in wolfssl_hmac_vector() local
877 Hmac hmac; member
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c576 uint8_t hmac[EVP_MAX_MD_SIZE]; in pkcs12_check_mac() local