Searched refs:hkdflabel (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | hkdf.c | 593 unsigned char hkdflabel[HKDF_MAXBUF]; in prov_tls13_hkdf_expand() local 602 if (!WPACKET_init_static_len(&pkt, hkdflabel, sizeof(hkdflabel), 0) in prov_tls13_hkdf_expand() 615 return HKDF_Expand(md, key, keylen, hkdflabel, hkdflabellen, in prov_tls13_hkdf_expand()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | hkdf.c | 593 unsigned char hkdflabel[HKDF_MAXBUF]; in prov_tls13_hkdf_expand() local 602 if (!WPACKET_init_static_len(&pkt, hkdflabel, sizeof(hkdflabel), 0) in prov_tls13_hkdf_expand() 615 return HKDF_Expand(md, key, keylen, hkdflabel, hkdflabellen, in prov_tls13_hkdf_expand()
|
Completed in 3 milliseconds