Searched refs:no_cache (Results 1 – 2 of 2) sorted by relevance
91 int *no_cache) in OSSL_PROVIDER_query_operation() argument93 return ossl_provider_query_operation(prov, operation_id, no_cache); in OSSL_PROVIDER_query_operation()
1935 int *no_cache) in ossl_provider_query_operation() argument1949 res = prov->query_operation(prov->provctx, operation_id, no_cache); in ossl_provider_query_operation()1976 if (no_cache != NULL) in ossl_provider_query_operation()1977 *no_cache = 1; in ossl_provider_query_operation()
Completed in 18 milliseconds