Home
last modified time | relevance | path

Searched refs:BIO_get_md_ctx (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_f_md.pod5 BIO_f_md, BIO_set_md, BIO_get_md, BIO_get_md_ctx - message digest BIO filter
17 int BIO_get_md_ctx(BIO *b, EVP_MD_CTX **mdcp);
42 BIO_get_md_ctx() returns the digest BIOs context into B<mdcp>.
46 The context returned by BIO_get_md_ctx() can be used in calls
50 The context returned by BIO_get_md_ctx() is an internal context
63 Calling BIO_get_md_ctx() will return the context and initialize the BIO
150 Before OpenSSL 1.0.0., the call to BIO_get_md_ctx() would only work if the
/third_party/openssl/apps/
Ddgst.c319 if (BIO_get_md_ctx(bmd, &mctx) <= 0) { in dgst_main()
348 if (BIO_get_md_ctx(bmd, &mctx) <= 0) { in dgst_main()
383 BIO_get_md_ctx(bmd, &tctx); in dgst_main()
520 BIO_get_md_ctx(bp, &ctx); in do_fp()
538 BIO_get_md_ctx(bp, &ctx); in do_fp()
/third_party/openssl/crypto/cms/
Dcms_lib.c328 BIO_get_md_ctx(chain, &mtmp); in cms_DigestAlgorithm_find_ctx()
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c603 BIO_get_md_ctx(bio, pmd); in PKCS7_find_digest()
971 BIO_get_md_ctx(btmp, &mdc); in PKCS7_signatureVerify()
/third_party/openssl/util/
Dprivate.num120 BIO_get_md_ctx define
/third_party/openssl/include/openssl/
Devp.h516 # define BIO_get_md_ctx(b,mdcp) BIO_ctrl(b,BIO_C_GET_MD_CTX,0, \ macro