/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 | 66 for (; in->function_id != 0; in++) { in ossl_child_provider_init() 67 switch (in->function_id) { in ossl_child_provider_init() 214 for (; in->function_id != 0; in++) { in ossl_provider_init_as_child() 215 switch (in->function_id) { in ossl_provider_init_as_child()
|
/freebsd/crypto/openssl/providers/common/ |
H A D | provider_seeding.c | 20 for (; fns->function_id != 0; fns++) { in ossl_prov_seeding_from_dispatch() 28 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/doc/man3/ |
H A D | OSSL_DISPATCH.pod | 13 int function_id; 30 =item I<function_id> 38 signature that corresponds to the I<function_id>
|
/freebsd/crypto/openssl/test/ |
H A D | upcallstest.c | 48 for (; in->function_id != 0; in++) { in obj_provider_init() 49 switch (in->function_id) { in obj_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()
|
/freebsd/crypto/openssl/providers/ |
H A D | baseprov.c | 136 for (; in->function_id != 0; in++) { in ossl_base_provider_init() 137 switch (in->function_id) { in ossl_base_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/crypto/openssl/crypto/bio/ |
H A D | bss_core.c | 160 for (; fns->function_id != 0; fns++) { in ossl_bio_init_core() 161 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/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/evp/ |
H A D | kdf_meth.c | 78 for (; fns->function_id != 0; fns++) { in evp_kdf_from_algorithm() 79 switch (fns->function_id) { in evp_kdf_from_algorithm()
|
H A D | mac_meth.c | 79 for (; fns->function_id != 0; fns++) { in evp_mac_from_algorithm() 80 switch (fns->function_id) { in evp_mac_from_algorithm()
|
H A D | kem.c | 277 for (; fns->function_id != 0; fns++) { in evp_kem_from_algorithm() 278 switch (fns->function_id) { in evp_kem_from_algorithm()
|
H A D | keymgmt_meth.c | 56 for (; fns->function_id != 0; fns++) { in keymgmt_from_algorithm() 57 switch (fns->function_id) { in keymgmt_from_algorithm()
|
H A D | asymcipher.c | 343 for (; fns->function_id != 0; fns++) { in evp_asym_cipher_from_algorithm() 344 switch (fns->function_id) { in evp_asym_cipher_from_algorithm()
|
H A D | exchange.c | 61 for (; fns->function_id != 0; fns++) { in evp_keyexch_from_algorithm() 62 switch (fns->function_id) { in evp_keyexch_from_algorithm()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | core.h | 41 int function_id; member
|
/freebsd/crypto/openssl/providers/fips/ |
H A D | fipsprov.c | 553 for (; in->function_id != 0; in++) { in OSSL_provider_init_int() 560 switch (in->function_id) { in OSSL_provider_init_int() 740 for (; in->function_id != 0; in++) { in ossl_fips_intern_provider_init() 741 switch (in->function_id) { in ossl_fips_intern_provider_init()
|
/freebsd/crypto/openssl/crypto/store/ |
H A D | store_meth.c | 207 for (; fns->function_id != 0; fns++) { in loader_from_algorithm() 208 switch (fns->function_id) { in loader_from_algorithm()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_sp.c | 1020 if (sinfo->function_id != 0xFFFFFFFF) { in bnxt_qplib_get_roce_error_stats() 1024 fn_id |= (sinfo->function_id << in bnxt_qplib_get_roce_error_stats() 1028 fn_id = sinfo->function_id & in bnxt_qplib_get_roce_error_stats() 1034 req.function_id = cpu_to_le32(fn_id); in bnxt_qplib_get_roce_error_stats() 1185 req.function_id = in bnxt_qplib_qext_stat() 1191 req.function_id = cpu_to_le32(fid); in bnxt_qplib_qext_stat()
|
H A D | stats.c | 45 if (sinfo->function_id == 0xFFFFFFFF) in bnxt_re_get_flow_stats_from_service_pf() 48 target_id = sinfo->function_id + 1; in bnxt_re_get_flow_stats_from_service_pf() 309 sinfo.function_id = 0xFFFFFFFF; in bnxt_re_get_ext_stat() 383 sinfo.function_id = 0xFFFFFFFF; in bnxt_re_get_device_stats()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | evp_generic_fetch.pod | 143 for (; fns->function_id != 0; fns++) { 144 switch (fns->function_id) {
|