Lines Matching defs:meth_id
146 uint32_t meth_id;
165 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0)
172 if (!ossl_method_store_fetch(store, meth_id, methdata->propquery, prov,
186 uint32_t meth_id;
203 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0)
210 return ossl_method_store_add(store, prov, meth_id, propdef, method,
273 uint32_t meth_id = 0;
312 if (name_id != 0 && (meth_id = evp_method_id(name_id, operation_id)) == 0) {
324 if (meth_id == 0
325 || !ossl_method_store_cache_get(store, prov, meth_id, propq, &method)) {
349 * there is a correct name_id and meth_id, since those have
355 meth_id = evp_method_id(name_id, operation_id);
357 ossl_method_store_cache_set(store, prov, meth_id, propq,