Searched refs:label_prefix (Results 1 - 6 of 6) sorted by relevance
/third_party/openssl/ssl/ |
H A D | tls13_enc.c | 22 static const unsigned char label_prefix[] = { 0x74, 0x6C, 0x73, 0x31, 0x33, 0x20, 0x00 }; variable 24 static const unsigned char label_prefix[] = "tls13 "; variable 83 (unsigned char *)label_prefix, in tls13_hkdf_expand() 84 sizeof(label_prefix) - 1); in tls13_hkdf_expand() 207 (unsigned char *)label_prefix, in tls13_generate_secret() 208 sizeof(label_prefix) - 1); in tls13_generate_secret()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | tls13_enc.c | 22 static const unsigned char label_prefix[] = { 0x74, 0x6C, 0x73, 0x31, 0x33, 0x20, 0x00 }; variable 24 static const unsigned char label_prefix[] = "tls13 "; variable 83 (unsigned char *)label_prefix, in tls13_hkdf_expand() 84 sizeof(label_prefix) - 1); in tls13_hkdf_expand() 207 (unsigned char *)label_prefix, in tls13_generate_secret() 208 sizeof(label_prefix) - 1); in tls13_generate_secret()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_i.h | 134 void wps_kdf(const u8 *key, const u8 *label_prefix, size_t label_prefix_len,
|
H A D | wps_common.c | 24 void wps_kdf(const u8 *key, const u8 *label_prefix, size_t label_prefix_len, in wps_kdf() argument 38 addr[1] = label_prefix; in wps_kdf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_i.h | 134 void wps_kdf(const u8 *key, const u8 *label_prefix, size_t label_prefix_len,
|
H A D | wps_common.c | 24 void wps_kdf(const u8 *key, const u8 *label_prefix, size_t label_prefix_len, in wps_kdf() argument 38 addr[1] = label_prefix; in wps_kdf()
|
Completed in 11 milliseconds