Searched refs:OSSL_OP_MAC (Results 1 – 5 of 5) sorted by relevance
178 return evp_generic_fetch(libctx, OSSL_OP_MAC, algorithm, properties, in EVP_MAC_fetch()249 evp_generic_do_all(libctx, OSSL_OP_MAC, in EVP_MAC_do_all_provided()258 return evp_generic_fetch_from_prov(prov, OSSL_OP_MAC, in evp_mac_fetch_from_prov()
663 case OSSL_OP_MAC: in fips_query()686 if (operation_id == OSSL_OP_MAC) { in fips_query_internal()
675 case OSSL_OP_MAC: in deflt_query()
132 The number for this operation is B<OSSL_OP_MAC>.
285 #define OSSL_OP_MAC 3 macro