/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | pcsc_funcs.c | 254 sim_types sim_type, unsigned char *aid, 401 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, in scard_get_aid() argument 496 os_memcpy(aid, aid_pos, aid_len); in scard_get_aid() 657 unsigned char aid[32]; in scard_init() local 660 aid_len = scard_get_aid(scard, aid, sizeof(aid)); in scard_init() 664 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5); in scard_init() 667 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len); in scard_init() 673 aid, aid_len)) { in scard_init() 677 aid, aid_len); in scard_init() 808 sim_types sim_type, unsigned char *aid, in _scard_select_file() argument [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | pcsc_funcs.c | 254 sim_types sim_type, unsigned char *aid, 401 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, in scard_get_aid() argument 496 os_memcpy(aid, aid_pos, aid_len); in scard_get_aid() 657 unsigned char aid[32]; in scard_init() local 660 aid_len = scard_get_aid(scard, aid, sizeof(aid)); in scard_init() 664 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5); in scard_init() 667 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len); in scard_init() 673 aid, aid_len)) { in scard_init() 677 aid, aid_len); in scard_init() 808 sim_types sim_type, unsigned char *aid, in _scard_select_file() argument [all …]
|
/third_party/openssl/crypto/asn1/ |
D | a_sign.c | 173 unsigned char aid[128]; in ASN1_item_sign_ctx() local 184 aid, sizeof(aid)); in ASN1_item_sign_ctx() 196 const unsigned char *pp = aid; in ASN1_item_sign_ctx() 205 const unsigned char *pp = aid; in ASN1_item_sign_ctx()
|
/third_party/ltp/lib/newlib_tests/ |
D | test15.c | 52 static void *worker_load_store(void *aid) in worker_load_store() argument 54 int id = (intptr_t)aid, i; in worker_load_store()
|
/third_party/libwebsockets/lib/jose/jwe/ |
D | jwe.c | 215 const char *aid; in lws_jwa_concat_kdf() local 238 aid = direct ? jwe->jose.enc_alg->alg : jwe->jose.alg->alg; in lws_jwa_concat_kdf() 239 aidlen = (int)strlen(aid); in lws_jwa_concat_kdf() 287 lws_genhash_update(&hash_ctx, be32((uint32_t)strlen(aid), &t), 4) || in lws_jwa_concat_kdf() 288 lws_genhash_update(&hash_ctx, aid, (unsigned int)aidlen) || in lws_jwa_concat_kdf()
|
/third_party/openssl/providers/implementations/signature/ |
D | eddsa_sig.c | 64 unsigned char *aid; member 140 peddsactx->aid = WPACKET_get_curr(&pkt); in eddsa_digest_signverify_init() 306 if (p != NULL && !OSSL_PARAM_set_octet_string(p, peddsactx->aid, in eddsa_get_ctx_params()
|
D | rsa_sig.c | 227 unsigned char *aid = NULL; in rsa_generate_signature_aid() local 276 aid = WPACKET_get_curr(&pkt); in rsa_generate_signature_aid() 280 return aid; in rsa_generate_signature_aid() 1044 unsigned char *aid; in rsa_get_ctx_params() local 1047 aid = rsa_generate_signature_aid(prsactx, aid_buf, in rsa_get_ctx_params() 1049 if (aid == NULL || !OSSL_PARAM_set_octet_string(p, aid, aid_len)) in rsa_get_ctx_params()
|
D | sm2_sig.c | 80 unsigned char *aid; member 236 ctx->aid = WPACKET_get_curr(&pkt); in sm2sig_digest_signverify_init() 390 && !OSSL_PARAM_set_octet_string(p, psm2ctx->aid, psm2ctx->aid_len)) in sm2sig_get_ctx_params()
|
D | dsa_sig.c | 82 unsigned char *aid; member 175 ctx->aid = WPACKET_get_curr(&pkt); in dsa_setup_md() 454 && !OSSL_PARAM_set_octet_string(p, pdsactx->aid, pdsactx->aid_len)) in dsa_get_ctx_params()
|
D | ecdsa_sig.c | 79 unsigned char *aid; member 270 ctx->aid = WPACKET_get_curr(&pkt); in ecdsa_setup_md() 447 if (p != NULL && !OSSL_PARAM_set_octet_string(p, ctx->aid, ctx->aid_len)) in ecdsa_get_ctx_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | mesh_mpm.c | 283 wpabuf_put_le16(buf, sta->aid); in mesh_mpm_send_plink_action() 774 params.aid = sta->aid; in mesh_mpm_add_peer() 1130 u16 plid = 0, llid = 0, aid = 0; in mesh_mpm_action_rx() local 1168 aid = WPA_GET_LE16(ies); in mesh_mpm_action_rx() 1169 wpa_printf(MSG_DEBUG, "MPM: AID 0x%x", aid); in mesh_mpm_action_rx() 1354 sta->peer_aid = aid; in mesh_mpm_action_rx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | mesh_mpm.c | 282 wpabuf_put_le16(buf, sta->aid); in mesh_mpm_send_plink_action() 770 params.aid = sta->aid; in mesh_mpm_add_peer() 1122 u16 plid = 0, llid = 0, aid = 0; in mesh_mpm_action_rx() local 1160 aid = WPA_GET_LE16(ies); in mesh_mpm_action_rx() 1161 wpa_printf(MSG_DEBUG, "MPM: AID 0x%x", aid); in mesh_mpm_action_rx() 1346 sta->peer_aid = aid; in mesh_mpm_action_rx()
|
/third_party/spirv-tools/test/diff/diff_files/ |
D | .gitignore | 1 # To aid debugging no-dbg variants, the temporary files used to strip debug information are placed
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_depth_clamp_zero_one.adoc | 20 The particular behavior is chosen to match OpenGL to aid porting or
|
/third_party/skia/third_party/externals/imgui/misc/debuggers/ |
D | imgui.gdb | 1 # GDB configuration to aid debugging experience
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | wpa_ie.h | 49 u16 aid; member
|
/third_party/node/tools/node-lint-md-cli-rollup/src/ |
D | cli-entry.mjs | 1 // To aid in future maintenance, this layout closely matches remark-cli/cli.js.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_drv_ops.c | 332 const u8 *addr, int aid, int val) in hostapd_set_wds_sta() argument 342 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val, in hostapd_set_wds_sta() 411 const u8 *addr, u16 aid, u16 capability, in hostapd_sta_add() argument 430 params.aid = aid; in hostapd_sta_add()
|
D | ieee802_11.c | 2444 int i, j = 32, aid; in hostapd_get_aid() local 2447 if (sta->aid > 0) { in hostapd_get_aid() 2448 wpa_printf(MSG_DEBUG, " old AID %d", sta->aid); in hostapd_get_aid() 2467 aid = i * 32 + j + 1; in hostapd_get_aid() 2468 if (aid > 2007) in hostapd_get_aid() 2471 sta->aid = aid; in hostapd_get_aid() 2473 wpa_printf(MSG_DEBUG, " new AID %d", sta->aid); in hostapd_get_aid() 3427 if (hostapd_sta_add(hapd, sta->addr, sta->aid, sta->capability, in add_associated_sta() 3502 reply->u.assoc_resp.aid = host_to_le16((sta ? sta->aid : 0) | in send_assoc_resp() 4001 sta ? sta->aid : -1, in handle_assoc() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_drv_ops.c | 335 const u8 *addr, int aid, int val) in hostapd_set_wds_sta() argument 345 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val, in hostapd_set_wds_sta() 414 const u8 *addr, u16 aid, u16 capability, in hostapd_sta_add() argument 434 params.aid = aid; in hostapd_sta_add()
|
/third_party/flutter/skia/third_party/externals/sdl/premake/patches/ |
D | 709.patch | 24 -- https://sourceforge.net/tracker/?func=detail&aid=3430158&group_id=71616&atid=531880
|
/third_party/ffmpeg/doc/ |
D | libavutil.texi | 16 The libavutil library is a utility library to aid portable
|
/third_party/openssl/ |
D | HACKING.md | 32 To aid in this process the generated files can be committed separately
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_hostap.h | 158 u16 aid; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_hostap.h | 156 u16 aid; member
|