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

  /src/crypto/external/bsd/openssl/dist/ssl/
tls13_enc.c 411 static const unsigned char exporter_master_secret[] = {0x65, 0x78, 0x70, 0x20, /* master*/ 0x6D, 0x61, 0x73, 0x74, 0x65, 0x72, 0x00}; local
420 static const unsigned char exporter_master_secret[] = "exp master";
661 exporter_master_secret,
662 sizeof(exporter_master_secret) - 1,
663 hash, hashlen, s->exporter_master_secret,
669 if (!ssl_log_secret(s, EXPORTER_SECRET_LABEL, s->exporter_master_secret,
847 || !tls13_hkdf_expand(s, md, s->exporter_master_secret,
tls13_enc.c 411 static const unsigned char exporter_master_secret[] = {0x65, 0x78, 0x70, 0x20, /* master*/ 0x6D, 0x61, 0x73, 0x74, 0x65, 0x72, 0x00}; local
420 static const unsigned char exporter_master_secret[] = "exp master";
661 exporter_master_secret,
662 sizeof(exporter_master_secret) - 1,
663 hash, hashlen, s->exporter_master_secret,
669 if (!ssl_log_secret(s, EXPORTER_SECRET_LABEL, s->exporter_master_secret,
847 || !tls13_hkdf_expand(s, md, s->exporter_master_secret,
ssl_local.h 1471 unsigned char exporter_master_secret[EVP_MAX_MD_SIZE]; member in struct:ssl_st
ssl_local.h 1471 unsigned char exporter_master_secret[EVP_MAX_MD_SIZE]; member in struct:ssl_st
  /src/crypto/external/bsd/openssl.old/dist/ssl/
tls13_enc.c 446 static const unsigned char exporter_master_secret[] = {0x65, 0x78, 0x70, 0x20, /* master*/ 0x6D, 0x61, 0x73, 0x74, 0x65, 0x72, 0x00}; local
455 static const unsigned char exporter_master_secret[] = "exp master";
686 exporter_master_secret,
687 sizeof(exporter_master_secret) - 1,
688 hash, hashlen, s->exporter_master_secret,
694 if (!ssl_log_secret(s, EXPORTER_SECRET_LABEL, s->exporter_master_secret,
809 || !tls13_hkdf_expand(s, md, s->exporter_master_secret,
tls13_enc.c 446 static const unsigned char exporter_master_secret[] = {0x65, 0x78, 0x70, 0x20, /* master*/ 0x6D, 0x61, 0x73, 0x74, 0x65, 0x72, 0x00}; local
455 static const unsigned char exporter_master_secret[] = "exp master";
686 exporter_master_secret,
687 sizeof(exporter_master_secret) - 1,
688 hash, hashlen, s->exporter_master_secret,
694 if (!ssl_log_secret(s, EXPORTER_SECRET_LABEL, s->exporter_master_secret,
809 || !tls13_hkdf_expand(s, md, s->exporter_master_secret,
ssl_local.h 1155 unsigned char exporter_master_secret[EVP_MAX_MD_SIZE]; member in struct:ssl_st
ssl_local.h 1155 unsigned char exporter_master_secret[EVP_MAX_MD_SIZE]; member in struct:ssl_st
  /src/crypto/external/apache2/openssl/dist/ssl/
tls13_enc.c 487 static const unsigned char exporter_master_secret[] = "\x65\x78\x70\x20\x6D\x61\x73\x74\x65\x72"; local
706 exporter_master_secret,
707 sizeof(exporter_master_secret) - 1,
708 hash, hashlen, s->exporter_master_secret,
714 if (!ssl_log_secret(s, EXPORTER_SECRET_LABEL, s->exporter_master_secret,
872 || !tls13_hkdf_expand(s, md, s->exporter_master_secret,
tls13_enc.c 487 static const unsigned char exporter_master_secret[] = "\x65\x78\x70\x20\x6D\x61\x73\x74\x65\x72"; local
706 exporter_master_secret,
707 sizeof(exporter_master_secret) - 1,
708 hash, hashlen, s->exporter_master_secret,
714 if (!ssl_log_secret(s, EXPORTER_SECRET_LABEL, s->exporter_master_secret,
872 || !tls13_hkdf_expand(s, md, s->exporter_master_secret,
ssl_local.h 1518 unsigned char exporter_master_secret[EVP_MAX_MD_SIZE]; member in struct:ssl_connection_st
ssl_local.h 1518 unsigned char exporter_master_secret[EVP_MAX_MD_SIZE]; member in struct:ssl_connection_st

Completed in 70 milliseconds