Home
last modified time | relevance | path

Searched refs:query_operation (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c178 OSSL_FUNC_provider_query_operation_fn *query_operation; member
182 * Cache of bit to indicate of query_operation() has been called on
963 prov->query_operation = in provider_init()
1602 if (prov->query_operation == NULL) in ossl_provider_query_operation()
1604 res = prov->query_operation(prov->provctx, operation_id, no_cache); in ossl_provider_query_operation()
/third_party/openssl/crypto/
H A Dprovider_core.c178 OSSL_FUNC_provider_query_operation_fn *query_operation; member
182 * Cache of bit to indicate of query_operation() has been called on
962 prov->query_operation = in provider_init()
1600 if (prov->query_operation == NULL) in ossl_provider_query_operation()
1602 res = prov->query_operation(prov->provctx, operation_id, no_cache); in ossl_provider_query_operation()

Completed in 6 milliseconds