Searched refs:hmac_md5 (Results 1 – 15 of 15) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | md5.h | 16 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
|
D | md5.c | 105 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() function
|
D | sha1-tlsprf.c | 83 hmac_md5(S1, L_S1, A_MD5, MD5_MAC_LEN, A_MD5); in tls_prf_sha1_md5()
|
D | crypto_openssl.c | 793 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() function
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.in | 109 authentication_algorithm hmac_md5; 118 authentication_algorithm hmac_sha1, hmac_md5;
|
D | racoon.conf.sample-inherit | 53 authentication_algorithm hmac_sha1, hmac_md5;
|
D | racoon.conf.sample-plainrsa | 44 authentication_algorithm hmac_sha1, hmac_md5;
|
D | racoon.conf.sample-gssapi | 41 authentication_algorithm hmac_sha1, hmac_md5;
|
D | racoon.conf.sample | 59 authentication_algorithm hmac_sha1, hmac_md5 ;
|
/external/wpa_supplicant_8/src/radius/ |
D | radius.c | 379 hmac_md5(secret, secret_len, wpabuf_head(msg->buf), in radius_msg_finish() 411 hmac_md5(secret, secret_len, wpabuf_head(msg->buf), in radius_msg_finish_srv() 453 hmac_md5(secret, secret_len, wpabuf_head(msg->buf), in radius_msg_finish_das_resp() 587 hmac_md5(secret, secret_len, wpabuf_head(msg->buf), in radius_msg_verify_das_req() 818 hmac_md5(secret, secret_len, wpabuf_head(msg->buf), in radius_msg_verify_msg_auth()
|
/external/boringssl/src/crypto/obj/ |
D | obj_mac.num | 780 hmac_md5 780
|
/external/wpa_supplicant_8/src/eap_common/ |
D | ikev2_common.c | 71 hmac_md5(key, key_len, data, data_len, tmphash); in ikev2_integ_hash()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 75 return hmac_md5(key, key_len, buf, len, mic); in wpa_eapol_key_mic()
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.c | 730 hmac_md5(keydata.sign_key, sign_key_len, in eapol_sm_processKey()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_1x.c | 194 hmac_md5(sm->eap_if->eapKeyData + 32, 32, buf, sizeof(*hdr) + len, in ieee802_1x_tx_key_one()
|