Home
last modified time | relevance | path

Searched refs:EVP_CTRL_SSL3_MASTER_SECRET (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/crypto/sha/
H A Dsha1dgst.c33 if (cmd != EVP_CTRL_SSL3_MASTER_SECRET) in ossl_sha1_ctrl()
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dmd5_sha1_prov.c52 return ossl_md5_sha1_ctrl(ctx, EVP_CTRL_SSL3_MASTER_SECRET, in md5_sha1_set_ctx_params()
H A Dsha2_prov.c55 return ossl_sha1_ctrl(ctx, EVP_CTRL_SSL3_MASTER_SECRET, in sha1_set_ctx_params()
/freebsd/crypto/openssl/crypto/md5/
H A Dmd5_sha1.c47 if (cmd != EVP_CTRL_SSL3_MASTER_SECRET) in ossl_md5_sha1_ctrl()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c335 || EVP_MD_CTX_ctrl(mctx, EVP_CTRL_SSL3_MASTER_SECRET, in tls_construct_cert_verify()
529 || EVP_MD_CTX_ctrl(mctx, EVP_CTRL_SSL3_MASTER_SECRET, in tls_process_cert_verify()
/freebsd/crypto/openssl/crypto/evp/
H A Ddigest.c832 case EVP_CTRL_SSL3_MASTER_SECRET: in EVP_MD_CTX_ctrl()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h406 # define EVP_CTRL_SSL3_MASTER_SECRET 0x1d macro