Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds