Searched refs:L_S1 (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha1-tlsprf.c | 33 size_t L_S1, L_S2, i; in tls_prf_sha1_md5() local 66 L_S1 = L_S2 = (secret_len + 1) / 2; in tls_prf_sha1_md5() 68 S2 = secret + L_S1; 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() 83 hmac_md5(S1, L_S1, A_MD5, MD5_MAC_LEN, A_MD5); in tls_prf_sha1_md5()
|