Searched refs:bmd (Results 1 – 1 of 1) sorted by relevance
116 BIO *in = NULL, *inp = NULL, *bmd = NULL, *out = NULL; in dgst_main() local271 bmd = BIO_new(BIO_f_md()); in dgst_main()272 if (in == NULL || bmd == NULL) in dgst_main()370 } else if (BIO_get_md_ctx(bmd, &mctx) <= 0) { in dgst_main()411 if (BIO_get_md_ctx(bmd, &mctx) <= 0) { in dgst_main()440 inp = BIO_push(bmd, in); in dgst_main()445 BIO_get_md_ctx(bmd, &tctx); in dgst_main()500 (void)BIO_reset(bmd); in dgst_main()516 BIO_free(bmd); in dgst_main()