Searched refs:BIO_get_md_ctx (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_f_md.pod | 5 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/ |
D | dgst.c | 340 if (BIO_get_md_ctx(bmd, &mctx) <= 0) { in dgst_main() 377 if (BIO_get_md_ctx(bmd, &mctx) <= 0) { in dgst_main() 410 BIO_get_md_ctx(bmd, &tctx); in dgst_main() 559 BIO_get_md_ctx(bp, &ctx); in do_fp() 577 BIO_get_md_ctx(bp, &ctx); in do_fp() 600 BIO_get_md_ctx(bp, &ctx); in do_fp()
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_doit.c | 685 BIO_get_md_ctx(bio, pmd); in PKCS7_find_digest() 1050 BIO_get_md_ctx(btmp, &mdc); in PKCS7_signatureVerify()
|
/third_party/openssl/crypto/cms/ |
D | cms_lib.c | 464 BIO_get_md_ctx(chain, &mtmp); in ossl_cms_DigestAlgorithm_find_ctx()
|
/third_party/openssl/util/ |
D | other.syms | 172 BIO_get_md_ctx define
|
/third_party/openssl/test/ |
D | evp_extra_test.c | 1263 if (!TEST_int_gt(BIO_get_md_ctx(mdbio, &md_ctx), 0)) in test_EVP_DigestSignInit() 1347 || !TEST_int_gt(BIO_get_md_ctx(mdbio, &md_ctx_verify), 0)) in test_EVP_DigestSignInit()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | evp.h | 516 # define BIO_get_md_ctx(b,mdcp) BIO_ctrl(b,BIO_C_GET_MD_CTX,0, \ macro
|
/third_party/openssl/include/openssl/ |
D | evp.h | 669 # define BIO_get_md_ctx(b,mdcp) BIO_ctrl(b,BIO_C_GET_MD_CTX,0,(mdcp)) macro
|