Home
last modified time | relevance | path

Searched refs:TLS_MD_MASTER_SECRET_CONST (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c91 #define TLS_MD_MASTER_SECRET_CONST "\x6d\x61\x73\x74\x65\x72\x20\x73\x65\x63\x72\x65\x74" macro
191 || memcmp(ctx->seed, TLS_MD_MASTER_SECRET_CONST, in fips_ems_check_passed()
/freebsd/crypto/openssl/ssl/
H A Dt1_enc.c402 TLS_MD_MASTER_SECRET_CONST, in tls1_generate_master_secret()
495 if (memcmp(val, TLS_MD_MASTER_SECRET_CONST, in tls1_export_keying_material()
/freebsd/crypto/openssl/include/openssl/
H A Dtls1.h1201 #define TLS_MD_MASTER_SECRET_CONST "\x6d\x61\x73\x74\x65\x72\x20\x73\x65\x63\x72\x65\x74" macro