Searched refs:L_S2 (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() 75 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1); in tls_prf_sha1_md5() 86 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len, in tls_prf_sha1_md5() 89 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf_sha1_md5()
|