Searched defs:aid (Results 1 - 25 of 50) sorted by relevance

12

/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
H A DGlobalStateImpl.java60 * @param aid The client applet AID to find.
62 private short findClientApplet(AID aid) { argument
67 if (((AID)clientApplets[i]).equals(aid)) {
85 final AID aid = JCSystem.getPreviousContextAID();
94 if (((AID)clientApplets[i]).equals(aid)) {
116 clientApplets[firstFreeSlot] = aid;
128 final AID aid = JCSystem.getPreviousContextAID();
129 short id = findClientApplet(aid);
151 final AID aid = JCSystem.getPreviousContextAID();
152 short id = findClientApplet(aid);
[all...]
H A DOsBackupInterface.java56 * @param aid caller's AID
59 Shareable getShareableInterfaceObject(AID aid, byte arg); argument
/external/syslinux/com32/hdt/
H A Dhdt-ata.h55 struct ata_identify_device aid; /* IDENTIFY xxx DEVICE data */ member in struct:ata_driveinfo
/external/valgrind/coregrind/
H A Dpub_core_mallocfree.h111 extern void* VG_(arena_memalign)( ArenaId aid, const HChar* cc,
113 extern HChar* VG_(arena_strdup) ( ArenaId aid, const HChar* cc,
123 extern void VG_(arena_realloc_shrink) ( ArenaId aid,
126 extern SizeT VG_(arena_malloc_usable_size) ( ArenaId aid, void* payload );
128 extern SizeT VG_(arena_redzone_size) ( ArenaId aid );
135 extern void* VG_(arena_perm_malloc) ( ArenaId aid, SizeT nbytes, Int align );
148 ArenaId aid; member in struct:_AddrArenaInfo
H A Dm_mallocfree.c58 static void cc_analyse_alloc_arena ( ArenaId aid ); /* fwds */
286 void ensure_mm_init ( ArenaId aid );
562 void arena_init ( ArenaId aid, const HChar* name, SizeT rz_szB, argument
566 Arena* a = arenaId_to_ArenaP(aid);
575 if (VG_AR_CLIENT == aid) {
599 a->clientmem = ( VG_AR_CLIENT == aid ? True : False );
674 void ensure_mm_init ( ArenaId aid )
691 if (VG_AR_CLIENT == aid) {
836 ArenaId aid; local
841 for (aid
1739 arena_malloc( ArenaId aid, const HChar* cc, SizeT req_pszB ) argument
2087 arena_free( ArenaId aid, void* ptr ) argument
2211 arena_memalign( ArenaId aid, const HChar* cc, SizeT req_alignB, SizeT req_pszB ) argument
2333 arena_malloc_usable_size( ArenaId aid, void* ptr ) argument
2414 arena_calloc( ArenaId aid, const HChar* cc, SizeT nmemb, SizeT bytes_per_memb ) argument
2432 arena_realloc( ArenaId aid, const HChar* cc, void* ptr, SizeT req_pszB ) argument
2474 arena_realloc_shrink( ArenaId aid, void* ptr, SizeT req_pszB ) argument
2582 arena_strdup( ArenaId aid, const HChar* cc, const HChar* s ) argument
2600 arena_perm_malloc( ArenaId aid, SizeT size, Int align ) argument
[all...]
/external/libcxx/test/support/
H A Duses_alloc_types.hpp216 explicit UsesAllocatorTestBase(const TypeID* aid) argument
217 : args_id(aid), constructor_called(UA_None), alloc_store()
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ie.h59 u16 aid; member in struct:wpa_eapol_ie_parse
H A Dtdls.c141 u16 aid; member in struct:wpa_tdls_peer
1760 return wpa_sm_tdls_peer_addset(sm, peer->addr, add, peer->aid,
1918 peer->aid = kde.aid;
2315 peer->aid = kde.aid;
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ie.h59 u16 aid; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.h59 u16 aid; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmesh_mpm.c262 /* aid */
264 wpabuf_put_le16(buf, sta->aid);
715 params.aid = sta->aid;
1058 u16 plid = 0, llid = 0, aid = 0; local
1096 aid = WPA_GET_LE16(ies);
1097 wpa_printf(MSG_DEBUG, "MPM: AID 0x%x", aid);
1098 ies += 2; /* aid */
1232 sta->peer_aid = aid;
/external/syslinux/gpxe/src/include/gpxe/
H A Dnet80211.h965 u16 aid; member in struct:net80211_device
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c316 const u8 *addr, int aid, int val)
326 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
361 const u8 *addr, u16 aid, u16 capability,
378 params.aid = aid;
315 hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, const u8 *addr, int aid, int val) argument
360 hostapd_sta_add(struct hostapd_data *hapd, const u8 *addr, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, u16 listen_interval, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, u32 flags, u8 qosinfo, u8 vht_opmode, int supp_p2p_ps, int set) argument
H A Dsta_info.h72 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
H A Dieee802_11.c1761 int i, j = 32, aid; local
1764 if (sta->aid > 0) {
1765 wpa_printf(MSG_DEBUG, " old AID %d", sta->aid);
1784 aid = i * 32 + j + 1;
1785 if (aid > 2007)
1788 sta->aid = aid;
1790 wpa_printf(MSG_DEBUG, " new AID %d", sta->aid);
2247 if (hostapd_sta_add(hapd, sta->addr, sta->aid, sta->capability,
2310 reply->u.assoc_resp.aid
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.h158 u16 aid; member in struct:prism2_hostapd_param::__anon26752::__anon26753
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dpcsc_funcs.c254 sim_types sim_type, unsigned char *aid,
401 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
496 os_memcpy(aid, aid_pos, aid_len);
657 unsigned char aid[32]; local
660 aid_len = scard_get_aid(scard, aid, sizeof(aid));
664 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
667 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
673 aid, aid_len)) {
677 aid, aid_le
806 _scard_select_file(struct scard_data *scard, unsigned short file_id, unsigned char *buf, size_t *buf_len, sim_types sim_type, unsigned char *aid, size_t aidlen) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c316 const u8 *addr, int aid, int val)
326 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
361 const u8 *addr, u16 aid, u16 capability,
378 params.aid = aid;
315 hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, const u8 *addr, int aid, int val) argument
360 hostapd_sta_add(struct hostapd_data *hapd, const u8 *addr, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, u16 listen_interval, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, u32 flags, u8 qosinfo, u8 vht_opmode, int supp_p2p_ps, int set) argument
H A Dsta_info.h72 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.h158 u16 aid; member in struct:prism2_hostapd_param::__anon27015::__anon27016
/external/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c254 sim_types sim_type, unsigned char *aid,
401 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
496 os_memcpy(aid, aid_pos, aid_len);
657 unsigned char aid[32]; local
660 aid_len = scard_get_aid(scard, aid, sizeof(aid));
664 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
667 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
673 aid, aid_len)) {
677 aid, aid_le
806 _scard_select_file(struct scard_data *scard, unsigned short file_id, unsigned char *buf, size_t *buf_len, sim_types sim_type, unsigned char *aid, size_t aidlen) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c316 const u8 *addr, int aid, int val)
326 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
361 const u8 *addr, u16 aid, u16 capability,
378 params.aid = aid;
315 hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, const u8 *addr, int aid, int val) argument
360 hostapd_sta_add(struct hostapd_data *hapd, const u8 *addr, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, u16 listen_interval, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, u32 flags, u8 qosinfo, u8 vht_opmode, int supp_p2p_ps, int set) argument
H A Dsta_info.h72 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.h158 u16 aid; member in struct:prism2_hostapd_param::__anon27282::__anon27283
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c254 sim_types sim_type, unsigned char *aid,
401 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
496 os_memcpy(aid, aid_pos, aid_len);
657 unsigned char aid[32]; local
660 aid_len = scard_get_aid(scard, aid, sizeof(aid));
664 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
667 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
673 aid, aid_len)) {
677 aid, aid_le
806 _scard_select_file(struct scard_data *scard, unsigned short file_id, unsigned char *buf, size_t *buf_len, sim_types sim_type, unsigned char *aid, size_t aidlen) argument
[all...]

Completed in 1608 milliseconds

12