Searched refs:function_id (Results 1 – 25 of 28) sorted by relevance
12
20 for (; fns->function_id != 0; fns++) in ossl_prov_get_keymgmt_new()21 if (fns->function_id == OSSL_FUNC_KEYMGMT_NEW) in ossl_prov_get_keymgmt_new()31 for (; fns->function_id != 0; fns++) in ossl_prov_get_keymgmt_free()32 if (fns->function_id == OSSL_FUNC_KEYMGMT_FREE) in ossl_prov_get_keymgmt_free()42 for (; fns->function_id != 0; fns++) in ossl_prov_get_keymgmt_import()43 if (fns->function_id == OSSL_FUNC_KEYMGMT_IMPORT) in ossl_prov_get_keymgmt_import()53 for (; fns->function_id != 0; fns++) in ossl_prov_get_keymgmt_export()54 if (fns->function_id == OSSL_FUNC_KEYMGMT_EXPORT) in ossl_prov_get_keymgmt_export()
66 for (; in->function_id != 0; in++) { in ossl_child_provider_init()67 switch (in->function_id) { in ossl_child_provider_init()212 for (; in->function_id != 0; in++) { in ossl_provider_init_as_child()213 switch (in->function_id) { in ossl_provider_init_as_child()
20 for (; fns->function_id != 0; fns++) { in ossl_prov_seeding_from_dispatch()28 switch (fns->function_id) { in ossl_prov_seeding_from_dispatch()
28 for (; fns->function_id != 0; fns++) { in ossl_prov_bio_from_dispatch()29 switch (fns->function_id) { in ossl_prov_bio_from_dispatch()
48 for (; in->function_id != 0; in++) { in obj_provider_init()49 switch (in->function_id) { in obj_provider_init()
236 for (; in->function_id != 0; in++) { in OSSL_provider_init()237 switch (in->function_id) { in OSSL_provider_init()
136 for (; in->function_id != 0; in++) { in ossl_base_provider_init()137 switch (in->function_id) { in ossl_base_provider_init()
555 for (; in->function_id != 0; in++) { in ossl_default_provider_init()556 switch (in->function_id) { in ossl_default_provider_init()
154 for (; fns->function_id != 0; fns++) { in ossl_bio_init_core()155 switch (fns->function_id) { in ossl_bio_init_core()
78 for (; fns->function_id != 0; fns++) { in evp_kdf_from_algorithm()79 switch (fns->function_id) { in evp_kdf_from_algorithm()
70 for (; fns->function_id != 0; fns++) { in evp_mac_from_algorithm()71 switch (fns->function_id) { in evp_mac_from_algorithm()
277 for (; fns->function_id != 0; fns++) { in evp_kem_from_algorithm()278 switch (fns->function_id) { in evp_kem_from_algorithm()
56 for (; fns->function_id != 0; fns++) { in keymgmt_from_algorithm()57 switch (fns->function_id) { in keymgmt_from_algorithm()
343 for (; fns->function_id != 0; fns++) { in evp_asym_cipher_from_algorithm()344 switch (fns->function_id) { in evp_asym_cipher_from_algorithm()
61 for (; fns->function_id != 0; fns++) { in evp_keyexch_from_algorithm()62 switch (fns->function_id) { in evp_keyexch_from_algorithm()
137 for (; fns->function_id != 0; fns++) { in evp_rand_from_algorithm()138 switch (fns->function_id) { in evp_rand_from_algorithm()
63 for (; fns->function_id != 0; fns++) { in evp_signature_from_algorithm()64 switch (fns->function_id) { in evp_signature_from_algorithm()
936 for (; fns->function_id != 0; fns++) { in evp_md_from_algorithm()937 switch (fns->function_id) { in evp_md_from_algorithm()
41 int function_id; member
552 for (; in->function_id != 0; in++) { in OSSL_provider_init_int()559 switch (in->function_id) { in OSSL_provider_init_int()737 for (; in->function_id != 0; in++) { in ossl_fips_intern_provider_init()738 switch (in->function_id) { in ossl_fips_intern_provider_init()
185 for (; fns->function_id != 0; fns++) { in loader_from_algorithm()186 switch (fns->function_id) { in loader_from_algorithm()
143 for (; fns->function_id != 0; fns++) {144 switch (fns->function_id) {
216 for (; fns->function_id != 0; fns++) { in ossl_decoder_from_algorithm()217 switch (fns->function_id) { in ossl_decoder_from_algorithm()
216 for (; fns->function_id != 0; fns++) { in encoder_from_algorithm()217 switch (fns->function_id) { in encoder_from_algorithm()
730 while (dispatch->function_id != 0) { in find_call()731 if (dispatch->function_id == function) in find_call()
Completed in 33 milliseconds