Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Devp_fetch.c127 uint32_t meth_id; in get_evp_method_from_store() local
146 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0) in get_evp_method_from_store()
153 if (!ossl_method_store_fetch(store, meth_id, methdata->propquery, prov, in get_evp_method_from_store()
167 uint32_t meth_id; in put_evp_method_in_store() local
184 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0) in put_evp_method_in_store()
191 return ossl_method_store_add(store, prov, meth_id, propdef, method, in put_evp_method_in_store()
253 uint32_t meth_id = 0; in inner_evp_generic_fetch() local
293 if (meth_id == 0 in inner_evp_generic_fetch()
336 meth_id = evp_method_id(name_id, operation_id); in inner_evp_generic_fetch()
337 if (meth_id != 0) in inner_evp_generic_fetch()
[all …]

Completed in 7 milliseconds