Searched refs:OSSL_OP_DIGEST (Results 1 – 8 of 8) sorted by relevance
61 return operation_id == OSSL_OP_DIGEST ? testprov_digests : NULL; in testprov_query()
10148 if (!TEST_true(filter_provider_set_filter(OSSL_OP_DIGEST, in test_sigalgs_available()
175 case OSSL_OP_DIGEST: in legacy_query()
671 case OSSL_OP_DIGEST: in deflt_query()
1162 EVP_MD *md = evp_generic_fetch(ctx, OSSL_OP_DIGEST, algorithm, properties, in EVP_MD_fetch()1194 evp_generic_do_all(libctx, OSSL_OP_DIGEST, in EVP_MD_do_all_provided()1203 return evp_generic_fetch_from_prov(prov, OSSL_OP_DIGEST, in evp_digest_fetch_from_prov()
116 The number for this operation is B<OSSL_OP_DIGEST>.
659 case OSSL_OP_DIGEST: in fips_query()
283 #define OSSL_OP_DIGEST 1 macro