Searched refs:bmd (Results 1 – 1 of 1) sorted by relevance
96 BIO *in = NULL, *inp, *bmd = NULL, *out = NULL; in dgst_main() local249 bmd = BIO_new(BIO_f_md()); in dgst_main()250 if (in == NULL || bmd == NULL) in dgst_main()345 if (BIO_get_md_ctx(bmd, &mctx) <= 0) { in dgst_main()382 if (BIO_get_md_ctx(bmd, &mctx) <= 0) { in dgst_main()410 inp = BIO_push(bmd, in); in dgst_main()415 BIO_get_md_ctx(bmd, &tctx); in dgst_main()459 (void)BIO_reset(bmd); in dgst_main()474 BIO_free(bmd); in dgst_main()
Completed in 5 milliseconds