/third_party/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_cmds_extra.h | 242 int sg_ll_unmap(int sg_fd, int group_num, int timeout_secs, void * paramp, 246 int sg_ll_unmap_v2(int sg_fd, bool anchor, int group_num, int timeout_secs, 273 uint64_t llba, int veri_len, int group_num, 349 int group_num, int timeout_secs, void * paramp, 362 uint64_t lba, uint32_t num_blocks, int group_num,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_server_pwd.c | 33 u16 group_num; member 100 data->group_num = sm->pwd_group; in eap_pwd_init() 102 data->group_num); in eap_pwd_init() 226 wpabuf_put_be16(data->outbuf, data->group_num); in eap_pwd_build_id_req() 382 grp = htons(data->group_num); in eap_pwd_build_confirm_req() 584 if ((data->group_num != be_to_host16(id->group_num)) || in eap_pwd_process_id_resp() 607 data->grp = get_eap_pwd_group(data->group_num); in eap_pwd_process_id_resp() 630 res = compute_password_element(data->grp, data->group_num, in eap_pwd_process_id_resp() 764 grp = htons(data->group_num); in eap_pwd_process_confirm_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_server_pwd.c | 33 u16 group_num; member 100 data->group_num = sm->cfg->pwd_group; in eap_pwd_init() 102 data->group_num); in eap_pwd_init() 226 wpabuf_put_be16(data->outbuf, data->group_num); in eap_pwd_build_id_req() 382 grp = htons(data->group_num); in eap_pwd_build_confirm_req() 584 if ((data->group_num != be_to_host16(id->group_num)) || in eap_pwd_process_id_resp() 607 data->grp = get_eap_pwd_group(data->group_num); in eap_pwd_process_id_resp() 630 res = compute_password_element(data->grp, data->group_num, in eap_pwd_process_id_resp() 764 grp = htons(data->group_num); in eap_pwd_process_confirm_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_pwd.c | 34 u16 group_num; member 272 data->group_num = be_to_host16(id->group_num); in eap_pwd_perform_id_exchange() 275 data->group_num, id->random_function, id->prf, id->prep); in eap_pwd_perform_id_exchange() 278 !eap_pwd_allowed_group(data, data->group_num)) { in eap_pwd_perform_id_exchange() 305 data->group_num); in eap_pwd_perform_id_exchange() 327 data->grp = get_eap_pwd_group(data->group_num); in eap_pwd_perform_id_exchange() 341 wpabuf_put_be16(data->outbuf, data->group_num); in eap_pwd_perform_id_exchange() 559 res = compute_password_element(data->grp, data->group_num, in eap_pwd_perform_commit_exchange() 717 grp = htons(data->group_num); in eap_pwd_perform_confirm_exchange()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_pwd.c | 34 u16 group_num; member 272 data->group_num = be_to_host16(id->group_num); in eap_pwd_perform_id_exchange() 275 data->group_num, id->random_function, id->prf, id->prep); in eap_pwd_perform_id_exchange() 278 !eap_pwd_allowed_group(data, data->group_num)) { in eap_pwd_perform_id_exchange() 305 data->group_num); in eap_pwd_perform_id_exchange() 327 data->grp = get_eap_pwd_group(data->group_num); in eap_pwd_perform_id_exchange() 341 wpabuf_put_be16(data->outbuf, data->group_num); in eap_pwd_perform_id_exchange() 559 res = compute_password_element(data->grp, data->group_num, in eap_pwd_perform_commit_exchange() 717 grp = htons(data->group_num); in eap_pwd_perform_confirm_exchange()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_pwd_common.h | 17 u16 group_num; member 40 be16 group_num; member
|
D | eap_pwd_common.c | 107 grp->group_num = num; in get_eap_pwd_group()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_pwd_common.h | 17 u16 group_num; member 40 be16 group_num; member
|
D | eap_pwd_common.c | 107 grp->group_num = num; in get_eap_pwd_group()
|
/third_party/f2fs-tools/tools/sg_write_buffer/ |
D | sg_cmds_extra.c | 1629 int veri_len, int group_num, void * data_out, in sg_ll_verify16() argument 1645 v_cdb[14] = group_num & 0x1f; in sg_ll_verify16() 2091 sg_ll_unmap(int sg_fd, int group_num, int timeout_secs, void * paramp, in sg_ll_unmap() argument 2094 return sg_ll_unmap_v2(sg_fd, false, group_num, timeout_secs, paramp, in sg_ll_unmap() 2101 sg_ll_unmap_v2(int sg_fd, bool anchor, int group_num, int timeout_secs, in sg_ll_unmap_v2() argument 2114 u_cdb[6] = group_num & 0x1f; in sg_ll_unmap_v2() 2343 sg_ll_3party_copy_out(int sg_fd, int sa, unsigned int list_id, int group_num, in sg_ll_3party_copy_out() argument 2366 xcopy_cdb[14] = (unsigned char)(group_num & 0x1f); in sg_ll_3party_copy_out() 2428 uint64_t lba, uint32_t num_blocks, int group_num, in sg_ll_pre_fetch_x() argument 2468 preFetchCdb[14] = 0x3f & group_num; in sg_ll_pre_fetch_x() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | aacenc_pred.c | 111 static inline void reset_predictor_group(SingleChannelElement *sce, int group_num) in reset_predictor_group() argument 115 for (i = group_num - 1; i < MAX_PREDICTORS; i += 30) in reset_predictor_group()
|
D | aacdec_template.c | 1199 static void reset_predictor_group(PredictorState *ps, int group_num) in reset_predictor_group() argument 1202 for (i = group_num - 1; i < MAX_PREDICTORS; i += 30) in reset_predictor_group()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_intmodedep.h | 772 uint32_t group_num; member
|
D | pcre2_dfa_match.c | 2918 if (recno == ri->group_num && ptr == ri->subject_position) in internal_dfa_match() 2924 new_recursive.group_num = recno; in internal_dfa_match()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 82183 u32 group_num; member 84587 u_int16_t group_num; member
|