Searched defs:exporter_master_secret (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | tls13_enc.c | 409 static const unsigned char exporter_master_secret[] = {0x65, 0x78, 0x70, 0x20, /* master*/ 0x6D, 0x61, 0x73, 0x74, 0x65, 0x72, 0x00}; variable 418 static const unsigned char exporter_master_secret[] = "exp master"; variable
|
H A D | ssl_local.h | 1500 unsigned char exporter_master_secret[EVP_MAX_MD_SIZE]; member
|
/third_party/openssl/ssl/ |
H A D | tls13_enc.c | 411 static const unsigned char exporter_master_secret[] = {0x65, 0x78, 0x70, 0x20, /* master*/ 0x6D, 0x61, 0x73, 0x74, 0x65, 0x72, 0x00}; in tls13_change_cipher_state() local
|
H A D | ssl_local.h | 1471 unsigned char exporter_master_secret[EVP_MAX_MD_SIZE]; member
|
/third_party/mbedtls/include/mbedtls/ |
H A D | ssl.h | 1175 unsigned char exporter_master_secret[MBEDTLS_TLS1_3_MD_MAX_SIZE]; member
|
Completed in 23 milliseconds