| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_obj_id.c | 28 __u32 i, next_id, info_len, nr_id_found, duration = 0; in test_bpf_obj_id() local 80 info_len = sizeof(struct bpf_map_info) * 2; in test_bpf_obj_id() 81 bzero(&map_infos[i], info_len); in test_bpf_obj_id() 83 &info_len); in test_bpf_obj_id() 90 info_len != sizeof(struct bpf_map_info) || in test_bpf_obj_id() 96 info_len, sizeof(struct bpf_map_info), in test_bpf_obj_id() 105 info_len = sizeof(struct bpf_prog_info) * 2; in test_bpf_obj_id() 106 bzero(&prog_infos[i], info_len); in test_bpf_obj_id() 122 &info_len); in test_bpf_obj_id() 127 info_len != sizeof(struct bpf_prog_info) || in test_bpf_obj_id() [all …]
|
| H A D | flow_dissector_reattach.c | 60 __u32 info_len = sizeof(info); in query_prog_id() local 63 err = bpf_obj_get_info_by_fd(prog, &info, &info_len); in query_prog_id() 64 if (CHECK_FAIL(err || info_len != sizeof(info))) { in query_prog_id() 479 __u32 info_len, link_id; in test_link_get_info() local 499 info_len = sizeof(info); in test_link_get_info() 500 err = bpf_obj_get_info_by_fd(link, &info, &info_len); in test_link_get_info() 505 CHECK_FAIL(info_len != sizeof(info)); in test_link_get_info() 523 info_len = sizeof(info); in test_link_get_info() 524 err = bpf_obj_get_info_by_fd(link, &info, &info_len); in test_link_get_info() 529 CHECK_FAIL(info_len != sizeof(info)); in test_link_get_info() [all …]
|
| H A D | enable_stats.c | 10 __u32 info_len = sizeof(info); in test_enable_stats() local 30 memset(&info, 0, info_len); in test_enable_stats() 31 err = bpf_obj_get_info_by_fd(prog_fd, &info, &info_len); in test_enable_stats()
|
| H A D | tp_attach_query.c | 8 __u32 duration = 0, info_len, saved_prog_ids[num_progs]; in test_tp_attach_query() local 47 info_len = sizeof(prog_info); in test_tp_attach_query() 48 err = bpf_obj_get_info_by_fd(prog_fd[i], &prog_info, &info_len); in test_tp_attach_query()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | struct_ops.c | 133 struct bpf_map_info *info, __u32 info_len) in get_next_struct_ops_map() argument 156 err = bpf_obj_get_info_by_fd(fd, info, &info_len); in get_next_struct_ops_map() 193 __u32 info_len; in do_search() local 196 info = map_info_alloc(&info_len); in do_search() 204 while ((err = get_next_struct_ops_map(name, &fd, info, info_len)) == 1) { in do_search() 243 __u32 info_len; in do_one_id() local 261 info = map_info_alloc(&info_len); in do_one_id() 267 if (bpf_obj_get_info_by_fd(fd, info, &info_len)) { in do_one_id() 485 __u32 info_len = sizeof(info); in do_register() local 532 &info_len)) in do_register()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_trx_mit.c | 75 u32 info_len = sizeof(struct rtw_pcie_trx_mit_info_t); in phl_pcie_trx_mit() local 77 info = _os_mem_alloc(drv_priv, info_len); in phl_pcie_trx_mit() 92 info_len, in phl_pcie_trx_mit() 103 _os_mem_free(drv_priv, info, info_len); in phl_pcie_trx_mit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_trx_mit.c | 75 u32 info_len = sizeof(struct rtw_pcie_trx_mit_info_t); in phl_pcie_trx_mit() local 77 info = _os_mem_alloc(drv_priv, info_len); in phl_pcie_trx_mit() 92 info_len, in phl_pcie_trx_mit() 103 _os_mem_free(drv_priv, info, info_len); in phl_pcie_trx_mit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_he.c | 851 int info_len = HE_CAP_ELE_MAC_CAP_LEN; in rtw_build_he_mac_caps() local 901 return info_len; in rtw_build_he_mac_caps() 909 int info_len = HE_CAP_ELE_PHY_CAP_LEN; in rtw_build_he_phy_caps() local 1066 return info_len; in rtw_build_he_phy_caps() 1076 int info_len = 4; in rtw_build_he_supp_mcs() local 1078 _rtw_memset(pbuf, HE_MSC_NOT_SUPP_BYTE, info_len); in rtw_build_he_supp_mcs() 1084 return info_len; in rtw_build_he_supp_mcs() 1091 int info_len = 0; in rtw_build_he_ppe_thre() local 1093 return info_len; in rtw_build_he_ppe_thre() 1195 int info_len = HE_OPER_PARAMS_LEN; in rtw_build_he_oper_params() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_he.c | 851 int info_len = HE_CAP_ELE_MAC_CAP_LEN; in rtw_build_he_mac_caps() local 901 return info_len; in rtw_build_he_mac_caps() 909 int info_len = HE_CAP_ELE_PHY_CAP_LEN; in rtw_build_he_phy_caps() local 1066 return info_len; in rtw_build_he_phy_caps() 1076 int info_len = 4; in rtw_build_he_supp_mcs() local 1078 _rtw_memset(pbuf, HE_MSC_NOT_SUPP_BYTE, info_len); in rtw_build_he_supp_mcs() 1084 return info_len; in rtw_build_he_supp_mcs() 1091 int info_len = 0; in rtw_build_he_ppe_thre() local 1093 return info_len; in rtw_build_he_ppe_thre() 1195 int info_len = HE_OPER_PARAMS_LEN; in rtw_build_he_oper_params() local [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | hkdf.h | 75 const unsigned char *info, size_t info_len, 135 size_t info_len, unsigned char *okm, size_t okm_len );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | hkdf.h | 75 const unsigned char *info, size_t info_len, 135 size_t info_len, unsigned char *okm, size_t okm_len );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | hkdf.h | 75 const unsigned char *info, size_t info_len, 135 size_t info_len, unsigned char *okm, size_t okm_len );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | hkdf.h | 75 const unsigned char *info, size_t info_len, 135 size_t info_len, unsigned char *okm, size_t okm_len );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | hkdf.h | 38 const uint8_t *info, size_t info_len); 55 size_t info_len);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | hkdf.h | 38 const uint8_t *info, size_t info_len); 55 size_t info_len);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | hkdf.h | 38 const uint8_t *info, size_t info_len); 55 size_t info_len);
|
| H A D | hpke.h | 207 const uint8_t *info, size_t info_len); 217 const uint8_t *info, size_t info_len, const uint8_t *seed, size_t seed_len); 230 const uint8_t *info, size_t info_len);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | hkdf.h | 38 const uint8_t *info, size_t info_len); 55 size_t info_len);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | hkdf.h | 38 const uint8_t *info, size_t info_len); 55 size_t info_len);
|
| H A D | hpke.h | 207 const uint8_t *info, size_t info_len); 217 const uint8_t *info, size_t info_len, const uint8_t *seed, size_t seed_len); 230 const uint8_t *info, size_t info_len);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | hkdf.h | 38 const uint8_t *info, size_t info_len); 55 size_t info_len);
|
| H A D | hpke.h | 207 const uint8_t *info, size_t info_len); 217 const uint8_t *info, size_t info_len, const uint8_t *seed, size_t seed_len); 230 const uint8_t *info, size_t info_len);
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_redirect_map_user.c | 105 __u32 info_len = sizeof(info); in main() local 186 ret = bpf_obj_get_info_by_fd(prog_fd, &info, &info_len); in main() 201 ret = bpf_obj_get_info_by_fd(dummy_prog_fd, &info, &info_len); in main()
|
| H A D | xdp_redirect_user.c | 107 __u32 info_len = sizeof(info); in main() local 187 ret = bpf_obj_get_info_by_fd(prog_fd, &info, &info_len); in main() 202 ret = bpf_obj_get_info_by_fd(dummy_prog_fd, &info, &info_len); in main()
|
| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 59 int info_len = fh_len; in fanotify_fid_info_len() local 62 info_len += name_len + 1; in fanotify_fid_info_len() 64 return roundup(FANOTIFY_INFO_HDR_LEN + info_len, FANOTIFY_EVENT_ALIGN); in fanotify_fid_info_len() 73 int info_len = 0; in fanotify_event_info_len() local 77 info_len += fanotify_fid_info_len(dir_fh_len, info->name_len); in fanotify_event_info_len() 87 info_len += fanotify_fid_info_len(fh_len, dot_len); in fanotify_event_info_len() 89 return info_len; in fanotify_event_info_len() 236 size_t info_len = fanotify_fid_info_len(fh_len, name_len); in copy_info_to_user() local 237 size_t len = info_len; in copy_info_to_user() 240 __func__, fh_len, name_len, info_len, count); in copy_info_to_user() [all …]
|