Home
last modified time | relevance | path

Searched refs:query_operation (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/
H A Dprovider_core.c178 OSSL_FUNC_provider_query_operation_fn *query_operation; member
970 prov->query_operation = in provider_init()
1609 if (prov->query_operation == NULL) in ossl_provider_query_operation()
1611 res = prov->query_operation(prov->provctx, operation_id, no_cache); in ossl_provider_query_operation()
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_PROVIDER.pod125 OSSL_PROVIDER_query_operation() calls the provider's I<query_operation>
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A Dossl_provider_new.pod287 I<query_operation> function, if the provider has one.