Home
last modified time | relevance | path

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

/openssl/providers/implementations/include/prov/
H A Dmd5_sha1.h27 } MD5_SHA1_CTX; typedef
29 int ossl_md5_sha1_init(MD5_SHA1_CTX *mctx);
30 int ossl_md5_sha1_update(MD5_SHA1_CTX *mctx, const void *data, size_t count);
31 int ossl_md5_sha1_final(unsigned char *md, MD5_SHA1_CTX *mctx);
32 int ossl_md5_sha1_ctrl(MD5_SHA1_CTX *mctx, int cmd, int mslen, void *ms);
/openssl/crypto/md5/
H A Dmd5_sha1.c20 int ossl_md5_sha1_init(MD5_SHA1_CTX *mctx) in ossl_md5_sha1_init()
27 int ossl_md5_sha1_update(MD5_SHA1_CTX *mctx, const void *data, size_t count) in ossl_md5_sha1_update()
34 int ossl_md5_sha1_final(unsigned char *md, MD5_SHA1_CTX *mctx) in ossl_md5_sha1_final()
41 int ossl_md5_sha1_ctrl(MD5_SHA1_CTX *mctx, int cmd, int mslen, void *ms) in ossl_md5_sha1_ctrl()
/openssl/providers/implementations/digests/
H A Dmd5_sha1_prov.c43 MD5_SHA1_CTX *ctx = (MD5_SHA1_CTX *)vctx; in md5_sha1_set_ctx_params()
59 md5_sha1, MD5_SHA1_CTX, MD5_SHA1_CBLOCK, MD5_SHA1_DIGEST_LENGTH, 0,

Completed in 5 milliseconds