Home
last modified time | relevance | path

Searched refs:L_S2 (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-tlsprf.c33 size_t L_S1, L_S2, i; in tls_prf_sha1_md5() local
63 L_S1 = L_S2 = (secret_len + 1) / 2; in tls_prf_sha1_md5()
72 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1); in tls_prf_sha1_md5()
83 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len, in tls_prf_sha1_md5()
86 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf_sha1_md5()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha1-tlsprf.c33 size_t L_S1, L_S2, i; in tls_prf_sha1_md5() local
63 L_S1 = L_S2 = (secret_len + 1) / 2; in tls_prf_sha1_md5()
72 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1); in tls_prf_sha1_md5()
83 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len, in tls_prf_sha1_md5()
86 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf_sha1_md5()
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c367 * L_S1 = L_S2 = ceil(L_S / 2);
382 /* calc: L_S1 = L_S2 = ceil(L_S / 2) */ in tls1_prf_alg()
384 size_t L_S2 = L_S1; in tls1_prf_alg() local
395 if (!tls1_prf_P_hash(sha1ctx, sec + slen - L_S2, L_S2, in tls1_prf_alg()
/third_party/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c367 * L_S1 = L_S2 = ceil(L_S / 2);
382 /* calc: L_S1 = L_S2 = ceil(L_S / 2) */ in tls1_prf_alg()
384 size_t L_S2 = L_S1; in tls1_prf_alg() local
395 if (!tls1_prf_P_hash(sha1ctx, sec + slen - L_S2, L_S2, in tls1_prf_alg()

Completed in 2 milliseconds