HomeSort by: relevance | last modified time | path
    Searched defs:resumption_master_secret (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/
tls13_enc.c 412 static const unsigned char resumption_master_secret[] = {0x72, 0x65, 0x73, 0x20, /* master*/ 0x6D, 0x61, 0x73, 0x74, 0x65, 0x72, 0x00}; local
421 static const unsigned char resumption_master_secret[] = "res master";
637 resumption_master_secret,
638 sizeof(resumption_master_secret) - 1,
639 hashval, hashlen, s->resumption_master_secret,
ssl_local.h 1464 unsigned char resumption_master_secret[EVP_MAX_MD_SIZE]; member in struct:ssl_st
  /src/crypto/external/bsd/openssl.old/dist/ssl/
tls13_enc.c 447 static const unsigned char resumption_master_secret[] = {0x72, 0x65, 0x73, 0x20, /* master*/ 0x6D, 0x61, 0x73, 0x74, 0x65, 0x72, 0x00}; local
456 static const unsigned char resumption_master_secret[] = "res master";
666 resumption_master_secret,
667 sizeof(resumption_master_secret) - 1,
668 hashval, hashlen, s->resumption_master_secret,
ssl_local.h 1148 unsigned char resumption_master_secret[EVP_MAX_MD_SIZE]; member in struct:ssl_st
  /src/crypto/external/apache2/openssl/dist/ssl/
tls13_enc.c 489 static const unsigned char resumption_master_secret[] = "\x72\x65\x73\x20\x6D\x61\x73\x74\x65\x72"; local
682 resumption_master_secret,
683 sizeof(resumption_master_secret) - 1,
684 hashval, hashlen, s->resumption_master_secret,
ssl_local.h 1511 unsigned char resumption_master_secret[EVP_MAX_MD_SIZE]; member in struct:ssl_connection_st

Completed in 37 milliseconds