Home
last modified time | relevance | path

Searched refs:ossl_method_store_cache_get (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod9 ossl_method_store_cache_get, ossl_method_store_cache_set,
35 int ossl_method_store_cache_get(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov,
96 ossl_method_store_cache_get() queries the cache associated with the I<store>
105 Future calls to ossl_method_store_cache_get() will return the specified I<method>.
115 The I<prop_query> argument to ossl_method_store_cache_get() and
125 ossl_method_store_cache_get(), ossl_method_store_cache_set() and
/openssl/include/internal/
H A Dproperty.h79 int ossl_method_store_cache_get(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov,
/openssl/crypto/store/
H A Dstore_meth.c312 || !ossl_method_store_cache_get(store, NULL, id, propq, &method)) { in inner_loader_fetch()
/openssl/crypto/encode_decode/
H A Ddecoder_meth.c364 || !ossl_method_store_cache_get(store, NULL, id, propq, &method)) { in inner_ossl_decoder_fetch()
H A Dencoder_meth.c374 || !ossl_method_store_cache_get(store, NULL, id, propq, &method)) { in inner_ossl_encoder_fetch()
/openssl/crypto/evp/
H A Devp_fetch.c294 || !ossl_method_store_cache_get(store, prov, meth_id, propq, &method)) { in inner_evp_generic_fetch()
/openssl/test/
H A Dproperty_test.c594 if (!ossl_method_store_cache_get(store, NULL, i, buf, &result) in test_query_cache_stochastic()
/openssl/crypto/property/
H A Dproperty.c835 int ossl_method_store_cache_get(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, in ossl_method_store_cache_get() function

Completed in 19 milliseconds