Lines Matching refs:operation_id

47     int operation_id;            /* For get_evp_method_from_store() */  member
108 static uint32_t evp_method_id(int name_id, unsigned int operation_id) in evp_method_id() argument
111 || !ossl_assert(operation_id > 0 in evp_method_id()
112 && operation_id <= METHOD_ID_OPERATION_MAX)) in evp_method_id()
115 | (operation_id & METHOD_ID_OPERATION_MASK)); in evp_method_id()
143 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0) in get_evp_method_from_store()
181 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0) in put_evp_method_in_store()
239 OSSL_PROVIDER *prov, int operation_id, in inner_evp_generic_fetch() argument
263 if (!ossl_assert(operation_id > 0)) { in inner_evp_generic_fetch()
289 if (name_id != 0 && (meth_id = evp_method_id(name_id, operation_id)) == 0) { in inner_evp_generic_fetch()
312 methdata->operation_id = operation_id; in inner_evp_generic_fetch()
320 if ((method = ossl_method_construct(methdata->libctx, operation_id, in inner_evp_generic_fetch()
331 meth_id = evp_method_id(name_id, operation_id); in inner_evp_generic_fetch()
359 void *evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, in evp_generic_fetch() argument
372 method = inner_evp_generic_fetch(&methdata, NULL, operation_id, in evp_generic_fetch()
386 void *evp_generic_fetch_by_number(OSSL_LIB_CTX *libctx, int operation_id, in evp_generic_fetch_by_number() argument
399 method = inner_evp_generic_fetch(&methdata, NULL, operation_id, in evp_generic_fetch_by_number()
412 void *evp_generic_fetch_from_prov(OSSL_PROVIDER *prov, int operation_id, in evp_generic_fetch_from_prov() argument
425 method = inner_evp_generic_fetch(&methdata, prov, operation_id, in evp_generic_fetch_from_prov()
593 int operation_id; member
602 if ((id & METHOD_ID_OPERATION_MASK) == data->operation_id) in filter_on_operation_id()
606 void evp_generic_do_all(OSSL_LIB_CTX *libctx, int operation_id, in evp_generic_do_all() argument
620 (void)inner_evp_generic_fetch(&methdata, NULL, operation_id, 0, NULL, NULL, in evp_generic_do_all()
623 data.operation_id = operation_id; in evp_generic_do_all()