Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/evp/
Devp_fetch.c146 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 …]
/third_party/openssl/crypto/evp/
Devp_fetch.c146 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 …]
/third_party/python/Objects/
Dabstract.c2416 method_output_as_list(PyObject *o, _Py_Identifier *meth_id) in method_output_as_list() argument
2421 meth_output = _PyObject_CallMethodIdNoArgs(o, meth_id); in method_output_as_list()
2432 _PyUnicode_FromId(meth_id), in method_output_as_list()