Searched refs:MD5_len (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A 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()
|