Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
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/
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/openssl/providers/implementations/kdfs/
Dtls1_prf.c384 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()