Home
last modified time | relevance | path

Searched refs:unquery_operation (Results 1 – 2 of 2) sorted by relevance

/netbsd/crypto/external/bsd/openssl/dist/crypto/
H A Dprovider_core.c179 OSSL_FUNC_provider_unquery_operation_fn *unquery_operation; member
966 prov->unquery_operation = in provider_init()
1615 if (prov->unquery_operation != NULL) in ossl_provider_unquery_operation()
1616 prov->unquery_operation(prov->provctx, operation_id, algs); in ossl_provider_unquery_operation()
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_PROVIDER.pod131 OSSL_PROVIDER_unquery_operation() calls the provider's I<unquery_operation>