Home
last modified time | relevance | path

Searched refs:MD5_addr (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dsha1-tlsprf.c38 const u8 *MD5_addr[3]; in tls_prf_sha1_md5() local
46 MD5_addr[0] = A_MD5; in tls_prf_sha1_md5()
48 MD5_addr[1] = (unsigned char *) label; in tls_prf_sha1_md5()
50 MD5_addr[2] = seed; in tls_prf_sha1_md5()
74 hmac_md5_vector(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1], A_MD5); in tls_prf_sha1_md5()
81 hmac_md5_vector(S1, L_S1, 3, MD5_addr, MD5_len, P_MD5); in tls_prf_sha1_md5()