fips_query
static OSSL_FUNC_provider_query_operation_fn fips_query;
return fips_query(provctx, operation_id, no_cache);
{ OSSL_FUNC_PROVIDER_QUERY_OPERATION, (void (*)(void))fips_query },