Searched refs:ossl_md5_sha1_ctrl (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/evp/ |
H A D | legacy_md5_sha1.c | 24 return ossl_md5_sha1_ctrl(EVP_MD_CTX_get0_md_data(ctx), cmd, mslen, ms); in IMPLEMENT_LEGACY_EVP_MD_METH_LC()
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | md5_sha1.h | 32 int ossl_md5_sha1_ctrl(MD5_SHA1_CTX *mctx, int cmd, int mslen, void *ms);
|
/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | md5_sha1_prov.c | 52 return ossl_md5_sha1_ctrl(ctx, EVP_CTRL_SSL3_MASTER_SECRET, in md5_sha1_set_ctx_params()
|
/freebsd/crypto/openssl/crypto/md5/ |
H A D | md5_sha1.c | 41 int ossl_md5_sha1_ctrl(MD5_SHA1_CTX *mctx, int cmd, int mslen, void *ms) in ossl_md5_sha1_ctrl() function
|