Home
last modified time | relevance | path

Searched refs:L_S2 (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant/
Dsha1.c232 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_6/wpa_supplicant/src/crypto/
Dsha1.c232 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()