Searched refs:meth_id (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_fetch.c | 146 uint32_t meth_id; in get_evp_method_from_store() local 165 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0) in get_evp_method_from_store() 172 if (!ossl_method_store_fetch(store, meth_id, methdata->propquery, prov, in get_evp_method_from_store() 186 uint32_t meth_id; in put_evp_method_in_store() local 203 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0) in put_evp_method_in_store() 210 return ossl_method_store_add(store, prov, meth_id, propdef, method, in put_evp_method_in_store() 273 uint32_t meth_id = 0; in inner_evp_generic_fetch() local 312 if (name_id != 0 && (meth_id = evp_method_id(name_id, operation_id)) == 0) { in inner_evp_generic_fetch() 324 if (meth_id == 0 in inner_evp_generic_fetch() 325 || !ossl_method_store_cache_get(store, prov, meth_id, propq, &method)) { in inner_evp_generic_fetch() [all …]
|