Searched refs:hmac_md5 (Results 1 – 18 of 18) 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 | 101 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()
|
/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 | 361 hmac_md5(secret, secret_len, wpabuf_head(msg->buf), in radius_msg_finish() 393 hmac_md5(secret, secret_len, wpabuf_head(msg->buf), in radius_msg_finish_srv() 435 hmac_md5(secret, secret_len, wpabuf_head(msg->buf), in radius_msg_finish_das_resp() 548 hmac_md5(secret, secret_len, wpabuf_head(msg->buf), in radius_msg_verify_das_req() 780 hmac_md5(secret, secret_len, wpabuf_head(msg->buf), in radius_msg_verify_msg_auth()
|
/external/openssl/crypto/objects/ |
D | obj_mac.num | 780 hmac_md5 780
|
/external/chromium_org/third_party/openssl/openssl/crypto/objects/ |
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 | 48 return hmac_md5(key, 16, buf, len, mic); in wpa_eapol_key_mic()
|
/external/chromium_org/net/third_party/nss/patches/ |
D | aesgcm.patch | 70 #define hmac_md5 ssl_hmac_md5 365 {hmac_md5, mmech_md5_hmac, 0, MD5_LENGTH },
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | sslimpl.h | 73 #define hmac_md5 ssl_hmac_md5 macro
|
D | ssl3con.c | 506 {hmac_md5, mmech_md5_hmac, 0, MD5_LENGTH },
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.c | 722 hmac_md5(keydata.sign_key, sign_key_len, in eapol_sm_processKey()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_1x.c | 176 hmac_md5(sm->eap_if->eapKeyData + 32, 32, buf, sizeof(*hdr) + len, in ieee802_1x_tx_key_one()
|