| /freebsd/crypto/openssl/providers/implementations/encode_decode/ |
| H A D | endecoder_common.c | 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()
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | provider_child.c | 61 for (; in->function_id != 0; in++) { in ossl_child_provider_init() 62 switch (in->function_id) { in ossl_child_provider_init() 205 for (; in->function_id != 0; in++) { in ossl_provider_init_as_child() 206 switch (in->function_id) { in ossl_provider_init_as_child()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_DISPATCH.pod | 13 int function_id; 31 =item I<function_id> 39 signature that corresponds to the I<function_id>
|
| /freebsd/crypto/openssl/providers/common/ |
| H A D | provider_seeding.c | 43 for (; fns->function_id != 0; fns++) { in ossl_prov_seeding_from_dispatch() 51 switch (fns->function_id) { in ossl_prov_seeding_from_dispatch()
|
| H A D | bio_prov.c | 28 for (; fns->function_id != 0; fns++) { in ossl_prov_bio_from_dispatch() 29 switch (fns->function_id) { in ossl_prov_bio_from_dispatch()
|
| /freebsd/crypto/openssl/providers/ |
| H A D | baseprov.c | 146 for (; in->function_id != 0; in++) { in ossl_base_provider_init() 147 switch (in->function_id) { in ossl_base_provider_init()
|
| H A D | legacyprov.c | 211 for (tmp = in; tmp->function_id != 0; tmp++) { in OSSL_provider_init() 218 switch (tmp->function_id) { in OSSL_provider_init()
|
| /freebsd/crypto/openssl/test/ |
| H A D | upcallstest.c | 57 for (; in->function_id != 0; in++) { in obj_provider_init() 58 switch (in->function_id) { in obj_provider_init()
|
| H A D | filterprov.c | 148 for (; in->function_id != 0; in++) { in filter_provider_init() 149 switch (in->function_id) { in filter_provider_init()
|
| H A D | p_test.c | 259 for (; in->function_id != 0; in++) { in OSSL_provider_init() 260 switch (in->function_id) { in OSSL_provider_init()
|
| H A D | tls-provider.c | 132 for (; fns->function_id != 0; fns++) in xor_prov_get_keymgmt_new() 133 if (fns->function_id == OSSL_FUNC_KEYMGMT_NEW) in xor_prov_get_keymgmt_new() 143 for (; fns->function_id != 0; fns++) in xor_prov_get_keymgmt_free() 144 if (fns->function_id == OSSL_FUNC_KEYMGMT_FREE) in xor_prov_get_keymgmt_free() 154 for (; fns->function_id != 0; fns++) in xor_prov_get_keymgmt_import() 155 if (fns->function_id == OSSL_FUNC_KEYMGMT_IMPORT) in xor_prov_get_keymgmt_import() 165 for (; fns->function_id != 0; fns++) in xor_prov_get_keymgmt_export() 166 if (fns->function_id == OSSL_FUNC_KEYMGMT_EXPORT) in xor_prov_get_keymgmt_export() 3241 for (; in->function_id != 0; in++) { in tls_provider_init() 3242 switch (in->function_id) { in tls_provider_init()
|
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_pagealloc.c | 314 *func_id = MLX5_GET(query_pages_out, out, function_id); in mlx5_cmd_query_pages() 346 MLX5_SET(manage_pages_in, in, function_id, func_id); in give_pages() 371 MLX5_SET(manage_pages_in, nin, function_id, func_id); in give_pages() 399 func_id = MLX5_GET(manage_pages_in, in, function_id); in reclaim_pages_cmd() 436 MLX5_SET(manage_pages_in, in, function_id, func_id); in reclaim_pages()
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_int.c | 2036 igu_sb_id, p_block->function_id, p_block->is_pf, in ecore_int_igu_init_pure_rt_single() 2189 p_block->function_id = p_hwfn->rel_pf_id; in ecore_int_igu_reset_cam() 2197 p_block->function_id = p_hwfn->rel_pf_id; in ecore_int_igu_reset_cam() 2204 p_block->function_id = in ecore_int_igu_reset_cam() 2213 p_block->function_id = 0; in ecore_int_igu_reset_cam() 2219 p_block->function_id); in ecore_int_igu_reset_cam() 2239 igu_sb_id, p_block->function_id, in ecore_int_igu_reset_cam() 2279 p_block->function_id = GET_FIELD(val, in ecore_int_igu_read_cam_block() 2321 (p_block->function_id == p_hwfn->rel_pf_id)) { in ecore_int_igu_read_cam() 2329 (p_block->function_id >= min_vf) && in ecore_int_igu_read_cam() [all …]
|
| H A D | ecore_int.h | 55 u8 function_id; member
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_core.c | 154 for (; fns->function_id != 0; fns++) { in ossl_bio_init_core() 155 switch (fns->function_id) { in ossl_bio_init_core()
|
| /freebsd/sys/arm/ti/ |
| H A D | ti_smc.h | 32 uint32_t ti_smc0(uint32_t r0, uint32_t r1, uint32_t function_id);
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | kdf_meth.c | 76 for (; fns->function_id != 0; fns++) { in evp_kdf_from_algorithm() 77 switch (fns->function_id) { in evp_kdf_from_algorithm()
|
| H A D | mac_meth.c | 76 for (; fns->function_id != 0; fns++) { in evp_mac_from_algorithm() 77 switch (fns->function_id) { in evp_mac_from_algorithm()
|
| H A D | skeymgmt_meth.c | 78 for (; fns->function_id != 0; fns++) { in skeymgmt_from_algorithm() 79 switch (fns->function_id) { in skeymgmt_from_algorithm()
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_tls_api.c | 85 for (; qtdis->function_id != 0; qtdis++) { in tls_callbacks_from_dispatch() 86 switch (qtdis->function_id) { in tls_callbacks_from_dispatch()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | core.h | 41 int function_id; member
|
| /freebsd/crypto/openssl/providers/implementations/rands/ |
| H A D | fips_crng_test.c | 179 while (dispatch->function_id != 0) { in find_call() 180 if (dispatch->function_id == function) in find_call()
|
| /freebsd/crypto/openssl/crypto/store/ |
| H A D | store_meth.c | 190 for (; fns->function_id != 0; fns++) { in loader_from_algorithm() 191 switch (fns->function_id) { in loader_from_algorithm()
|
| /freebsd/crypto/openssl/providers/fips/ |
| H A D | fipsprov.c | 762 for (; in->function_id != 0; in++) { in OSSL_provider_init_int() 769 switch (in->function_id) { in OSSL_provider_init_int() 974 for (; in->function_id != 0; in++) { in ossl_fips_intern_provider_init() 975 switch (in->function_id) { in ossl_fips_intern_provider_init()
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | evp_generic_fetch.pod | 129 for (; fns->function_id != 0; fns++) { 130 switch (fns->function_id) {
|