Searched defs:resumption_master_secret (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | tls13_enc.c | 410 static const unsigned char resumption_master_secret[] = {0x72, 0x65, 0x73, 0x20, /* master*/ 0x6D, 0x61, 0x73, 0x74, 0x65, 0x72, 0x00}; variable 419 static const unsigned char resumption_master_secret[] = "res master"; variable
|
H A D | ssl_local.h | 1488 unsigned char resumption_master_secret[EVP_MAX_MD_SIZE]; member
|
/third_party/openssl/ssl/ |
H A D | tls13_enc.c | 412 static const unsigned char resumption_master_secret[] = {0x72, 0x65, 0x73, 0x20, /* master*/ 0x6D, 0x61, 0x73, 0x74, 0x65, 0x72, 0x00}; in tls13_change_cipher_state() local
|
H A D | ssl_local.h | 1464 unsigned char resumption_master_secret[EVP_MAX_MD_SIZE]; member
|
/third_party/mbedtls/include/mbedtls/ |
H A D | ssl.h | 1176 unsigned char resumption_master_secret[MBEDTLS_TLS1_3_MD_MAX_SIZE]; member
|
Completed in 23 milliseconds