Home
last modified time | relevance | path

Searched refs:dpp (Results 1 - 25 of 49) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c549 int nb_samples, struct Decorr *dpp, int dir) in decorr_mono()
553 dpp->sumA = 0; in decorr_mono()
560 dpp->weightA = restore_weight(store_weight(dpp->weightA)); in decorr_mono()
563 dpp->samplesA[i] = wp_exp2(log2s(dpp->samplesA[i])); in decorr_mono()
565 if (dpp->value > MAX_TERM) { in decorr_mono()
569 sam_A = ((3 - (dpp->value & 1)) * dpp->samplesA[0] - dpp in decorr_mono()
548 decorr_mono(int32_t *in_samples, int32_t *out_samples, int nb_samples, struct Decorr *dpp, int dir) decorr_mono() argument
611 reverse_mono_decorr(struct Decorr *dpp) reverse_mono_decorr() argument
683 decorr_mono_buffer(int32_t *samples, int32_t *outsamples, int nb_samples, struct Decorr *dpp, int tindex) decorr_mono_buffer() argument
1125 decorr_stereo(int32_t *in_left, int32_t *in_right, int32_t *out_left, int32_t *out_right, int nb_samples, struct Decorr *dpp, int dir) decorr_stereo() argument
1318 reverse_decorr(struct Decorr *dpp) reverse_decorr() argument
1362 decorr_stereo_quick(int32_t *in_left, int32_t *in_right, int32_t *out_left, int32_t *out_right, int nb_samples, struct Decorr *dpp) decorr_stereo_quick() argument
2232 decorr_stereo_pass2(struct Decorr *dpp, int32_t *samples_l, int32_t *samples_r, int nb_samples) decorr_stereo_pass2() argument
2351 decorr_stereo_pass_id2(struct Decorr *dpp, int32_t *samples_l, int32_t *samples_r, int nb_samples) decorr_stereo_pass_id2() argument
2476 struct Decorr *dpp; wavpack_encode_block() local
2608 struct Decorr *dpp = &s->decorr_passes[i]; wavpack_encode_block() local
2624 struct Decorr *dpp = &s->decorr_passes[i]; wavpack_encode_block() local
2632 struct Decorr *dpp = &s->decorr_passes[i]; wavpack_encode_block() local
2657 struct Decorr *dpp = &s->decorr_passes[i]; wavpack_encode_block() local
2763 struct Decorr *dpp = &s->decorr_passes[i]; wavpack_encode_block() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.h524 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx);
526 struct dpp_authentication * dpp_auth_init(struct dpp_global *dpp, void *msg_ctx,
534 dpp_auth_req_rx(struct dpp_global *dpp, void *msg_ctx, u8 dpp_allowed_roles,
645 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp,
647 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp,
649 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
651 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id);
652 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id);
654 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
656 const char * dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigne
[all...]
H A Ddpp_tcp.c17 #include "dpp.h"
117 int dpp_relay_add_controller(struct dpp_global *dpp, in dpp_relay_add_controller() argument
122 if (!dpp) in dpp_relay_add_controller()
129 ctrl->global = dpp; in dpp_relay_add_controller()
136 dl_list_add(&dpp->controllers, &ctrl->list); in dpp_relay_add_controller()
142 dpp_relay_controller_get(struct dpp_global *dpp, const u8 *pkhash) in dpp_relay_controller_get() argument
146 if (!dpp) in dpp_relay_controller_get()
149 dl_list_for_each(ctrl, &dpp->controllers, struct dpp_relay_controller, in dpp_relay_controller_get()
160 dpp_relay_controller_get_ctx(struct dpp_global *dpp, void *cb_ctx) in dpp_relay_controller_get_ctx() argument
164 if (!dpp) in dpp_relay_controller_get_ctx()
496 dpp_relay_rx_action(struct dpp_global *dpp, const u8 *src, const u8 *hdr, const u8 *buf, size_t len, unsigned int freq, const u8 *i_bootstrap, const u8 *r_bootstrap, void *cb_ctx) dpp_relay_rx_action() argument
553 dpp_relay_rx_gas_req(struct dpp_global *dpp, const u8 *src, const u8 *data, size_t data_len) dpp_relay_rx_gas_req() argument
834 struct dpp_global *dpp = conn->ctrl->global; dpp_controller_rx_presence_announcement() local
881 struct dpp_global *dpp = conn->ctrl->global; dpp_controller_rx_reconfig_announcement() local
1566 dpp_tcp_init(struct dpp_global *dpp, struct dpp_authentication *auth, const struct hostapd_ip_addr *addr, int port, const char *name, enum dpp_netrole netrole, void *msg_ctx, void *cb_ctx, int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth)) dpp_tcp_init() argument
1646 dpp_controller_start(struct dpp_global *dpp, struct dpp_controller_config *config) dpp_controller_start() argument
1717 dpp_controller_stop(struct dpp_global *dpp) dpp_controller_stop() argument
1726 dpp_controller_stop_for_ctx(struct dpp_global *dpp, void *cb_ctx) dpp_controller_stop_for_ctx() argument
1742 dpp_tcp_get_auth(struct dpp_global *dpp, unsigned int id) dpp_tcp_get_auth() argument
1756 dpp_controller_get_auth(struct dpp_global *dpp, unsigned int id) dpp_controller_get_auth() argument
1774 dpp_controller_new_qr_code(struct dpp_global *dpp, struct dpp_bootstrap_info *bi) dpp_controller_new_qr_code() argument
1796 dpp_tcp_init_flush(struct dpp_global *dpp) dpp_tcp_init_flush() argument
1817 dpp_relay_flush_controllers(struct dpp_global *dpp) dpp_relay_flush_controllers() argument
[all...]
H A Ddpp.c24 #include "dpp.h"
643 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx) in dpp_alloc_auth() argument
650 auth->global = dpp; in dpp_alloc_auth()
917 else if (bin_str_eq(type, len, "sae-dpp") || in dpp_configuration_alloc()
918 bin_str_eq(type, len, "dpp+sae")) in dpp_configuration_alloc()
920 else if (bin_str_eq(type, len, "psk-sae-dpp") || in dpp_configuration_alloc()
921 bin_str_eq(type, len, "dpp+psk+sae")) in dpp_configuration_alloc()
923 else if (bin_str_eq(type, len, "dpp")) in dpp_configuration_alloc()
1173 dpp_configurator_get_id(struct dpp_global *dpp, unsigned int id) in dpp_configurator_get_id() argument
1177 if (!dpp) in dpp_configurator_get_id()
2650 int dpp = 0, psk = 0, sae = 0, dot1x = 0; dpp_akm_from_str() local
3791 dpp_next_id(struct dpp_global *dpp) dpp_next_id() argument
3804 dpp_bootstrap_del(struct dpp_global *dpp, unsigned int id) dpp_bootstrap_del() argument
3831 dpp_add_qr_code(struct dpp_global *dpp, const char *uri) dpp_add_qr_code() argument
3850 dpp_add_nfc_uri(struct dpp_global *dpp, const char *uri) dpp_add_nfc_uri() argument
3869 dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) dpp_bootstrap_gen() argument
3931 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id) dpp_bootstrap_get_id() argument
3946 dpp_bootstrap_remove(struct dpp_global *dpp, const char *id) dpp_bootstrap_remove() argument
3962 dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id) dpp_bootstrap_get_uri() argument
3973 dpp_bootstrap_info(struct dpp_global *dpp, int id, char *reply, int reply_size) dpp_bootstrap_info() argument
4003 dpp_bootstrap_set(struct dpp_global *dpp, int id, const char *params) dpp_bootstrap_set() argument
4023 dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, const u8 *r_bootstrap, struct dpp_bootstrap_info **own_bi, struct dpp_bootstrap_info **peer_bi) dpp_bootstrap_find_pair() argument
4059 dpp_bootstrap_find_chirp(struct dpp_global *dpp, const u8 *hash) dpp_bootstrap_find_chirp() argument
4160 dpp_next_configurator_id(struct dpp_global *dpp) dpp_next_configurator_id() argument
4174 dpp_configurator_add(struct dpp_global *dpp, const char *cmd) dpp_configurator_add() argument
4223 dpp_configurator_del(struct dpp_global *dpp, unsigned int id) dpp_configurator_del() argument
4246 dpp_configurator_remove(struct dpp_global *dpp, const char *id) dpp_configurator_remove() argument
4262 dpp_configurator_get_key_id(struct dpp_global *dpp, unsigned int id, char *buf, size_t buflen) dpp_configurator_get_key_id() argument
4277 dpp_configurator_from_backup(struct dpp_global *dpp, struct dpp_asymmetric_key *key) dpp_configurator_from_backup() argument
4324 dpp_configurator_find_kid(struct dpp_global *dpp, const u8 *kid) dpp_configurator_find_kid() argument
4345 struct dpp_global *dpp; dpp_global_init() local
4366 dpp_global_clear(struct dpp_global *dpp) dpp_global_clear() argument
4381 dpp_global_deinit(struct dpp_global *dpp) dpp_global_deinit() argument
[all...]
H A Ddpp_i.h29 /* dpp.c */
33 unsigned int dpp_next_id(struct dpp_global *dpp);
155 void dpp_tcp_init_flush(struct dpp_global *dpp);
156 void dpp_relay_flush_controllers(struct dpp_global *dpp);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.h428 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx,
498 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp,
500 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
502 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id);
503 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id);
505 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
507 const char * dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id);
508 int dpp_bootstrap_info(struct dpp_global *dpp, int id,
510 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap,
514 int dpp_configurator_add(struct dpp_global *dpp, cons
[all...]
H A Ddpp.c33 #include "dpp.h"
4228 else if (bin_str_eq(type, len, "sae-dpp") || in dpp_configuration_alloc()
4229 bin_str_eq(type, len, "dpp+sae")) in dpp_configuration_alloc()
4231 else if (bin_str_eq(type, len, "psk-sae-dpp") || in dpp_configuration_alloc()
4232 bin_str_eq(type, len, "dpp+psk+sae")) in dpp_configuration_alloc()
4234 else if (bin_str_eq(type, len, "dpp")) in dpp_configuration_alloc()
4411 dpp_configurator_get_id(struct dpp_global *dpp, unsigned int id) in dpp_configurator_get_id() argument
4415 if (!dpp) in dpp_configurator_get_id()
4418 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_get_id()
4427 int dpp_set_configurator(struct dpp_global *dpp, voi argument
8347 dpp_next_id(struct dpp_global *dpp) dpp_next_id() argument
8360 dpp_bootstrap_del(struct dpp_global *dpp, unsigned int id) dpp_bootstrap_del() argument
8383 dpp_add_qr_code(struct dpp_global *dpp, const char *uri) dpp_add_qr_code() argument
8401 dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) dpp_bootstrap_gen() argument
8486 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id) dpp_bootstrap_get_id() argument
8501 dpp_bootstrap_remove(struct dpp_global *dpp, const char *id) dpp_bootstrap_remove() argument
8518 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer, unsigned int freq) dpp_pkex_finish() argument
8544 dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id) dpp_bootstrap_get_uri() argument
8555 dpp_bootstrap_info(struct dpp_global *dpp, int id, char *reply, int reply_size) dpp_bootstrap_info() argument
8581 dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, const u8 *r_bootstrap, struct dpp_bootstrap_info **own_bi, struct dpp_bootstrap_info **peer_bi) dpp_bootstrap_find_pair() argument
8617 dpp_next_configurator_id(struct dpp_global *dpp) dpp_next_configurator_id() argument
8631 dpp_configurator_add(struct dpp_global *dpp, const char *cmd) dpp_configurator_add() argument
8668 dpp_configurator_del(struct dpp_global *dpp, unsigned int id) dpp_configurator_del() argument
8691 dpp_configurator_remove(struct dpp_global *dpp, const char *id) dpp_configurator_remove() argument
8707 dpp_configurator_get_key_id(struct dpp_global *dpp, unsigned int id, char *buf, size_t buflen) dpp_configurator_get_key_id() argument
8745 dpp_tcp_init_flush(struct dpp_global *dpp) dpp_tcp_init_flush() argument
8766 dpp_relay_flush_controllers(struct dpp_global *dpp) dpp_relay_flush_controllers() argument
8785 struct dpp_global *dpp; dpp_global_init() local
8807 dpp_global_clear(struct dpp_global *dpp) dpp_global_clear() argument
8822 dpp_global_deinit(struct dpp_global *dpp) dpp_global_deinit() argument
8837 dpp_relay_add_controller(struct dpp_global *dpp, struct dpp_relay_config *config) dpp_relay_add_controller() argument
8861 dpp_relay_controller_get(struct dpp_global *dpp, const u8 *pkhash) dpp_relay_controller_get() argument
9184 dpp_relay_rx_action(struct dpp_global *dpp, const u8 *src, const u8 *hdr, const u8 *buf, size_t len, unsigned int freq, const u8 *i_bootstrap, const u8 *r_bootstrap) dpp_relay_rx_action() argument
9232 dpp_relay_rx_gas_req(struct dpp_global *dpp, const u8 *src, const u8 *data, size_t data_len) dpp_relay_rx_gas_req() argument
9908 dpp_tcp_init(struct dpp_global *dpp, struct dpp_authentication *auth, const struct hostapd_ip_addr *addr, int port) dpp_tcp_init() argument
9980 dpp_controller_start(struct dpp_global *dpp, struct dpp_controller_config *config) dpp_controller_start() argument
10048 dpp_controller_stop(struct dpp_global *dpp) dpp_controller_stop() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_print_ir.cpp574 const DPP16_instruction& dpp = instr->dpp16(); in print_instr_format_specific() local
575 if (dpp.dpp_ctrl <= 0xff) { in print_instr_format_specific()
576 fprintf(output, " quad_perm:[%d,%d,%d,%d]", dpp.dpp_ctrl & 0x3, (dpp.dpp_ctrl >> 2) & 0x3, in print_instr_format_specific()
577 (dpp.dpp_ctrl >> 4) & 0x3, (dpp.dpp_ctrl >> 6) & 0x3); in print_instr_format_specific()
578 } else if (dpp.dpp_ctrl >= 0x101 && dpp.dpp_ctrl <= 0x10f) { in print_instr_format_specific()
579 fprintf(output, " row_shl:%d", dpp.dpp_ctrl & 0xf); in print_instr_format_specific()
580 } else if (dpp in print_instr_format_specific()
610 const DPP8_instruction& dpp = instr->dpp8(); print_instr_format_specific() local
687 const DPP16_instruction& dpp = instr->dpp16(); aco_print_instr() local
[all...]
H A Daco_optimizer_postRA.cpp450 DPP8_instruction* dpp = &instr->dpp8(); in try_combine_dpp() local
452 std::swap(dpp->operands[0], dpp->operands[1]); in try_combine_dpp()
454 dpp->operands[0] = mov->operands[0]; in try_combine_dpp()
455 memcpy(dpp->lane_sel, mov->dpp8().lane_sel, sizeof(dpp->lane_sel)); in try_combine_dpp()
457 DPP16_instruction* dpp = &instr->dpp16(); in try_combine_dpp() local
459 std::swap(dpp->operands[0], dpp->operands[1]); in try_combine_dpp()
460 std::swap(dpp in try_combine_dpp()
[all...]
H A Daco_assembler.cpp676 DPP16_instruction& dpp = instr->dpp16(); in emit_instruction() local
683 uint32_t encoding = (0xF & dpp.row_mask) << 28; in emit_instruction()
684 encoding |= (0xF & dpp.bank_mask) << 24; in emit_instruction()
685 encoding |= dpp.abs[1] << 23; in emit_instruction()
686 encoding |= dpp.neg[1] << 22; in emit_instruction()
687 encoding |= dpp.abs[0] << 21; in emit_instruction()
688 encoding |= dpp.neg[0] << 20; in emit_instruction()
691 encoding |= dpp.bound_ctrl << 19; in emit_instruction()
692 encoding |= dpp.dpp_ctrl << 8; in emit_instruction()
698 DPP8_instruction& dpp in emit_instruction() local
[all...]
H A Daco_ir.cpp375 DPP8_instruction* dpp = &instr->dpp8(); in convert_to_DPP() local
377 dpp->lane_sel[i] = i; in convert_to_DPP()
379 DPP16_instruction* dpp = &instr->dpp16(); in convert_to_DPP() local
380 dpp->dpp_ctrl = dpp_quad_perm(0, 1, 2, 3); in convert_to_DPP()
381 dpp->row_mask = 0xf; in convert_to_DPP()
382 dpp->bank_mask = 0xf; in convert_to_DPP()
386 memcpy(dpp->neg, vop3->neg, sizeof(dpp->neg)); in convert_to_DPP()
387 memcpy(dpp->abs, vop3->abs, sizeof(dpp in convert_to_DPP()
[all...]
/third_party/libsnd/src/GSM610/
H A Dcode.c50 int16_t *dpp = dp ; /* [0...39] */ in Gsm_Coder() local
63 dpp, /* dpp [0..39] OUT */ in Gsm_Coder()
72 * (dpp, State->e + 5, dp) ; in Gsm_Coder()
78 dp [i] = GSM_ADD (State->e [5 + i], dpp [i]) ; in Gsm_Coder()
81 dpp += 40 ; in Gsm_Coder()
H A Drpe.c405 * ep[0..39] to the estimated signal dpp[0..39] from the long term
413 int16_t * dpp, /* [0...39] IN */
423 dp [-40 + k] = gsm_add (ep [k], dpp [k]) ;
H A Dgsm610_priv.h205 int16_t * dpp, /* [0..40] OUT */
276 int16_t * dpp, /* [0...39] IN */
/third_party/libunwind/libunwind/src/mi/
H A D_ReadULEB.c4 _ReadULEB (unsigned char **dpp) in _ReadULEB() argument
8 unsigned char *bp = *dpp; in _ReadULEB()
18 *dpp = bp; in _ReadULEB()
H A D_ReadSLEB.c4 _ReadSLEB (unsigned char **dpp) in _ReadSLEB() argument
8 unsigned char *bp = *dpp; in _ReadSLEB()
23 *dpp = bp; in _ReadSLEB()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.c14 #include "common/dpp.h"
53 bi = dpp_add_qr_code(hapd->iface->interfaces->dpp, cmd); in hostapd_dpp_qr_code()
72 dpp_controller_new_qr_code(hapd->iface->interfaces->dpp, bi); in hostapd_dpp_qr_code()
89 bi = dpp_add_nfc_uri(hapd->iface->interfaces->dpp, cmd); in hostapd_dpp_nfc_uri()
106 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_nfc_handover_req()
114 peer_bi = dpp_add_nfc_uri(hapd->iface->interfaces->dpp, pos); in hostapd_dpp_nfc_handover_req()
137 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_nfc_handover_sel()
145 peer_bi = dpp_add_nfc_uri(hapd->iface->interfaces->dpp, pos); in hostapd_dpp_nfc_handover_sel()
566 peer_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_auth_init()
595 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, in hostapd_dpp_auth_init()
[all...]
H A Dgas_serv.h78 int dpp; /* whether this is a DPP Config Response */ member
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dduration.cc808 bool ConsumeDurationNumber(const char** dpp, const char* ep, int64_t* int_part, in ConsumeDurationNumber() argument
813 const char* start = *dpp; in ConsumeDurationNumber()
814 for (; *dpp != ep; *dpp += 1) { in ConsumeDurationNumber()
815 const int d = **dpp - '0'; // contiguous digits in ConsumeDurationNumber()
823 const bool int_part_empty = (*dpp == start); in ConsumeDurationNumber()
824 if (*dpp == ep || **dpp != '.') return !int_part_empty; in ConsumeDurationNumber()
826 for (*dpp += 1; *dpp ! in ConsumeDurationNumber()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c16 #include "common/dpp.h"
76 bi = dpp_add_qr_code(wpa_s->dpp, cmd); in wpas_dpp_qr_code()
97 dpp_controller_new_qr_code(wpa_s->dpp, bi); in wpas_dpp_qr_code()
114 bi = dpp_add_nfc_uri(wpa_s->dpp, cmd); in wpas_dpp_nfc_uri()
131 own_bi = dpp_bootstrap_get_id(wpa_s->dpp, atoi(pos)); in wpas_dpp_nfc_handover_req()
140 peer_bi = dpp_add_nfc_uri(wpa_s->dpp, pos); in wpas_dpp_nfc_handover_req()
163 own_bi = dpp_bootstrap_get_id(wpa_s->dpp, atoi(pos)); in wpas_dpp_nfc_handover_sel()
172 peer_bi = dpp_add_nfc_uri(wpa_s->dpp, pos); in wpas_dpp_nfc_handover_sel()
767 peer_bi = dpp_bootstrap_get_id(wpa_s->dpp, atoi(pos)); in wpas_dpp_auth_init()
796 own_bi = dpp_bootstrap_get_id(wpa_s->dpp, ato in wpas_dpp_auth_init()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddpp_supplicant.c15 #include "common/dpp.h"
67 bi = dpp_add_qr_code(wpa_s->dpp, cmd); in wpas_dpp_qr_code()
453 peer_bi = dpp_bootstrap_get_id(wpa_s->dpp, atoi(pos)); in wpas_dpp_auth_init()
482 own_bi = dpp_bootstrap_get_id(wpa_s->dpp, atoi(pos)); in wpas_dpp_auth_init()
536 if (dpp_set_configurator(wpa_s->dpp, wpa_s, auth, cmd) < 0) { in wpas_dpp_auth_init()
548 return dpp_tcp_init(wpa_s->dpp, auth, &ipaddr, tcp_port); in wpas_dpp_auth_init()
640 if (radio_add_work(wpa_s, freq, "dpp-listen", 0, dpp_start_listen_cb, in wpas_dpp_listen_start()
726 if (!wpa_s->dpp) in wpas_dpp_rx_auth_req()
754 dpp_bootstrap_find_pair(wpa_s->dpp, i_bootstrap, r_bootstrap, in wpas_dpp_rx_auth_req()
778 if (dpp_set_configurator(wpa_s->dpp, wpa_ in wpas_dpp_rx_auth_req()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddpp_hostapd.c13 #include "common/dpp.h"
43 bi = dpp_add_qr_code(hapd->iface->interfaces->dpp, cmd); in hostapd_dpp_qr_code()
408 peer_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_auth_init()
418 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, in hostapd_dpp_auth_init()
469 if (dpp_set_configurator(hapd->iface->interfaces->dpp, hapd->msg_ctx, in hostapd_dpp_auth_init()
531 if (!hapd->iface->interfaces->dpp) in hostapd_dpp_rx_auth_req()
559 dpp_bootstrap_find_pair(hapd->iface->interfaces->dpp, i_bootstrap, in hostapd_dpp_rx_auth_req()
563 if (dpp_relay_rx_action(hapd->iface->interfaces->dpp, in hostapd_dpp_rx_auth_req()
590 if (dpp_set_configurator(hapd->iface->interfaces->dpp, hapd->msg_ctx, in hostapd_dpp_rx_auth_req()
1278 bi = dpp_pkex_finish(hapd->iface->interfaces->dpp, pke in hostapd_dpp_rx_pkex_commit_reveal_req()
[all...]
H A Dgas_serv.h78 int dpp; /* whether this is a DPP Config Response */ member
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_generic.c1810 ugen_get_port_path(struct usb_fifo *f, struct usb_device_port_path *dpp) in ugen_get_port_path() argument
1819 dpp->udp_bus = device_get_unit(udev->bus->bdev); in ugen_get_port_path()
1820 dpp->udp_index = udev->device_index; in ugen_get_port_path()
1834 dpp->udp_port_level = nlevel; in ugen_get_port_path()
1839 dpp->udp_port_no[--nlevel] = next->port_no; in ugen_get_port_path()
2114 struct usb_device_port_path *dpp; in ugen_ioctl_post() member
2382 struct usb_device_port_path dpp; in ugen_ioctl_post() local
2383 error = copyin((const void *)u.dpp, &dpp, sizeof(struct usb_device_port_path)); in ugen_ioctl_post()
2387 error = ugen_get_port_path(f, &dpp); in ugen_ioctl_post()
[all...]
/third_party/libunwind/libunwind/src/ia64/
H A Dunwind_decoder.h88 unw_decode_uleb128 (unsigned char **dpp) in unw_decode_uleb128() argument
92 unsigned char *bp = *dpp; in unw_decode_uleb128()
102 *dpp = bp; in unw_decode_uleb128()

Completed in 37 milliseconds

12