Home
last modified time | relevance | path

Searched refs:OSSL_PROVIDER_query_operation (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dfilterprov.c94 return OSSL_PROVIDER_query_operation(globs->deflt, operation_id, no_cache); in filter_query()
172 const OSSL_ALGORITHM *provalgs = OSSL_PROVIDER_query_operation(globs->deflt, in filter_provider_set_filter()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_PROVIDER.pod9 OSSL_PROVIDER_query_operation, OSSL_PROVIDER_unquery_operation,
36 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov,
125 OSSL_PROVIDER_query_operation() calls the provider's I<query_operation>
179 OSSL_PROVIDER_query_operation() returns an array of OSSL_ALGORITHM or NULL on
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dprovider.h41 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov,
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dprovider.c78 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov, in OSSL_PROVIDER_query_operation() function