Searched refs:A_MD5 (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | sha1-tlsprf.c | 35 u8 A_MD5[MD5_MAC_LEN], A_SHA1[SHA1_MAC_LEN]; in tls_prf_sha1_md5() local 43 MD5_addr[0] = A_MD5; in tls_prf_sha1_md5() 71 hmac_md5_vector(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1], A_MD5); in tls_prf_sha1_md5() 80 hmac_md5(S1, L_S1, A_MD5, MD5_MAC_LEN, A_MD5); in tls_prf_sha1_md5() 95 forced_memzero(A_MD5, MD5_MAC_LEN); in tls_prf_sha1_md5()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | sha1-tlsprf.c | 35 u8 A_MD5[MD5_MAC_LEN], A_SHA1[SHA1_MAC_LEN]; in tls_prf_sha1_md5() local 43 MD5_addr[0] = A_MD5; in tls_prf_sha1_md5() 71 hmac_md5_vector(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1], A_MD5); in tls_prf_sha1_md5() 80 hmac_md5(S1, L_S1, A_MD5, MD5_MAC_LEN, A_MD5); in tls_prf_sha1_md5() 95 forced_memzero(A_MD5, MD5_MAC_LEN); in tls_prf_sha1_md5()
|
Completed in 1 milliseconds