Searched refs:MD5_len (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | sha1-tlsprf.c | 39 size_t MD5_len[3]; in tls_prf_sha1_md5() local 44 MD5_len[0] = MD5_MAC_LEN; in tls_prf_sha1_md5() 46 MD5_len[1] = os_strlen(label); in tls_prf_sha1_md5() 48 MD5_len[2] = seed_len; 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() 78 hmac_md5_vector(S1, L_S1, 3, MD5_addr, MD5_len, P_MD5); in tls_prf_sha1_md5()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | sha1-tlsprf.c | 39 size_t MD5_len[3]; in tls_prf_sha1_md5() local 44 MD5_len[0] = MD5_MAC_LEN; in tls_prf_sha1_md5() 46 MD5_len[1] = os_strlen(label); in tls_prf_sha1_md5() 48 MD5_len[2] = seed_len; 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() 78 hmac_md5_vector(S1, L_S1, 3, MD5_addr, MD5_len, P_MD5); in tls_prf_sha1_md5()
|