Home
last modified time | relevance | path

Searched refs:ossl_sha1_ctrl (Results 1 – 4 of 4) sorted by relevance

/openssl-master/include/crypto/
A Dsha.h19 int ossl_sha1_ctrl(SHA_CTX *ctx, int cmd, int mslen, void *ms);
/openssl-master/crypto/sha/
A Dsha1dgst.c28 int ossl_sha1_ctrl(SHA_CTX *sha1, int cmd, int mslen, void *ms) in ossl_sha1_ctrl() function
/openssl-master/providers/implementations/digests/
A Dsha2_prov.c55 return ossl_sha1_ctrl(ctx, EVP_CTRL_SSL3_MASTER_SECRET, in sha1_set_ctx_params()
/openssl-master/crypto/evp/
A Dlegacy_sha.c68 return ossl_sha1_ctrl(ctx != NULL ? EVP_MD_CTX_get0_md_data(ctx) : NULL, in IMPLEMENT_LEGACY_EVP_MD_METH()

Completed in 7 milliseconds