Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
A Devp_fetch.c124 uint32_t meth_id; in get_evp_method_from_store() local
143 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0) in get_evp_method_from_store()
150 if (!ossl_method_store_fetch(store, meth_id, methdata->propquery, prov, in get_evp_method_from_store()
164 uint32_t meth_id; in put_evp_method_in_store() local
181 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0) in put_evp_method_in_store()
188 return ossl_method_store_add(store, prov, meth_id, propdef, method, in put_evp_method_in_store()
250 uint32_t meth_id = 0; in inner_evp_generic_fetch() local
301 if (meth_id == 0 in inner_evp_generic_fetch()
302 || !ossl_method_store_cache_get(store, prov, meth_id, properties, in inner_evp_generic_fetch()
331 meth_id = evp_method_id(name_id, operation_id); in inner_evp_generic_fetch()
[all …]

Completed in 4 milliseconds