Searched refs:L_S2 (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha1-tlsprf.c | 40 size_t L_S1, L_S2, i; in tls_prf() local 73 L_S1 = L_S2 = (secret_len + 1) / 2; in tls_prf() 83 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1); in tls_prf() 96 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len, in tls_prf() 99 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf()
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | sha1.c | 232 size_t L_S1, L_S2, i; in tls_prf() local 265 L_S1 = L_S2 = (secret_len + 1) / 2; in tls_prf() 274 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1); in tls_prf() 285 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len, in tls_prf() 288 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf()
|
/external/wpa_supplicant/ |
D | sha1.c | 232 size_t L_S1, L_S2, i; in tls_prf() local 265 L_S1 = L_S2 = (secret_len + 1) / 2; in tls_prf() 274 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1); in tls_prf() 285 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len, in tls_prf() 288 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf()
|