Home
last modified time | relevance | path

Searched refs:aid (Results 1 – 25 of 138) sorted by relevance

123456

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c150 alist_iter_data_t *aid = arg2; in alist_iter_cb() local
151 return (aid->aid_func(el->ale_name, el->ale_value, aid->aid_priv)); in alist_iter_cb()
157 alist_iter_data_t aid; in alist_iter() local
159 aid.aid_func = func; in alist_iter()
160 aid.aid_priv = private; in alist_iter()
162 return (hash_iter(alist->al_elements, alist_iter_cb, &aid)); in alist_iter()
/freebsd/contrib/lib9p/
H A Dgenacl.c573 uid_t uid, *aid; in l9p_frombsdnfs4() local
587 aid = NULL; in l9p_frombsdnfs4()
604 aid = acl_get_qualifier(sysace); /* ugh, this malloc()s */ in l9p_frombsdnfs4()
605 if (aid == NULL) in l9p_frombsdnfs4()
607 uid = *(uid_t *)aid; in l9p_frombsdnfs4()
608 free(aid); in l9p_frombsdnfs4()
609 aid = &uid; in l9p_frombsdnfs4()
697 if (aid == NULL) in l9p_frombsdnfs4()
701 memcpy(&ace->ace_idbytes[0], aid, sizeof(uid)); in l9p_frombsdnfs4()
/freebsd/contrib/wpa/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, 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 …]
/freebsd/sys/net80211/
H A Dieee80211_power.c289 uint16_t aid; in ieee80211_set_tim() local
296 aid = IEEE80211_AID(ni->ni_associd); in ieee80211_set_tim()
297 KASSERT(aid < vap->iv_max_aid, in ieee80211_set_tim()
298 ("bogus aid %u, max %u", aid, vap->iv_max_aid)); in ieee80211_set_tim()
301 changed = (set != (isset(vap->iv_tim_bitmap, aid) != 0)); in ieee80211_set_tim()
304 setbit(vap->iv_tim_bitmap, aid); in ieee80211_set_tim()
307 clrbit(vap->iv_tim_bitmap, aid); in ieee80211_set_tim()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_sign.c173 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()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c324 dt_ident_t *aid; in dt_action_clear() local
351 aid = anp->dn_ident; in dt_action_clear()
353 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_clear()
355 "undefined aggregation: @%s\n", aid->di_name); in dt_action_clear()
366 dt_ident_t *aid; in dt_action_normalize() local
400 aid = anp->dn_ident; in dt_action_normalize()
402 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_normalize()
404 "undefined aggregation: @%s\n", aid->di_name); in dt_action_normalize()
429 dt_ident_t *aid; in dt_action_trunc() local
467 aid = anp->dn_ident; in dt_action_trunc()
[all …]
H A Ddt_map.c406 dt_ident_t *aid; local
410 aid = sdp->dtsd_aggdata;
411 agg->dtagd_name = aid->di_name;
412 agg->dtagd_varid = aid->di_id;
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_rsa.c201 unsigned char aid[128]; in rsa_cms_sign() local
202 const unsigned char *pp = aid; in rsa_cms_sign()
230 OSSL_SIGNATURE_PARAM_ALGORITHM_ID, aid, sizeof(aid)); in rsa_cms_sign()
/freebsd/usr.bin/gprof/
H A Dgprof.callg11 listing, as an aid to locating it (see below).
34 listing, as an aid to locating it.
61 listing, as an aid in locating it.
87 as an aid to locating it.
/freebsd/contrib/libfido2/src/
H A Dnfc.c17 static const uint8_t aid[] = { 0xa0, 0x00, 0x00, 0x06, 0x47, 0x2f, 0x00, 0x01 }; variable
105 if ((apdu = iso7816_new(0, 0xa4, 0x04, sizeof(aid))) == NULL || in fido_nfc_tx()
106 iso7816_add(apdu, aid, sizeof(aid)) < 0) { in fido_nfc_tx()
/freebsd/sys/dev/ral/
H A Drt2860var.h28 #define RT2860_AID2WCID(aid) ((aid) & 0xff) argument
/freebsd/sys/dev/usb/wlan/
H A Dif_runvar.h41 #define RUN_AID2WCID(aid) ((aid) & 0xff) argument
/freebsd/crypto/openssl/providers/implementations/signature/
H A Deddsa_sig.c64 unsigned char *aid; member
140 peddsactx->aid = WPACKET_get_curr(&pkt); in eddsa_digest_signverify_init()
314 if (p != NULL && !OSSL_PARAM_set_octet_string(p, peddsactx->aid, in eddsa_get_ctx_params()
H A Drsa_sig.c227 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()
1048 unsigned char *aid; in rsa_get_ctx_params() local
1051 aid = rsa_generate_signature_aid(prsactx, aid_buf, in rsa_get_ctx_params()
1053 if (aid == NULL || !OSSL_PARAM_set_octet_string(p, aid, aid_len)) in rsa_get_ctx_params()
H A Dsm2_sig.c80 unsigned char *aid; member
236 ctx->aid = WPACKET_get_curr(&pkt); in sm2sig_digest_signverify_init()
399 && !OSSL_PARAM_set_octet_string(p, psm2ctx->aid, psm2ctx->aid_len)) in sm2sig_get_ctx_params()
H A Ddsa_sig.c82 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()
H A Decdsa_sig.c79 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()
/freebsd/sys/dev/mwl/
H A Dmwlhal.h483 int mwl_hal_setpowersave_sta(struct mwl_hal_vap *, uint16_t aid, int ena);
554 uint16_t aid, uint16_t sid, const MWL_HAL_PEERINFO *,
591 int mwl_hal_updatetim(struct mwl_hal_vap *, uint16_t aid, int set);
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c643 unsigned char aid[128]; in rsa_item_sign() local
678 OSSL_SIGNATURE_PARAM_ALGORITHM_ID, aid, sizeof(aid)); in rsa_item_sign()
687 const unsigned char *pp = aid; in rsa_item_sign()
693 const unsigned char *pp = aid; in rsa_item_sign()
/freebsd/sys/contrib/dev/rtw88/
H A Dbf.c79 bfee->aid = vif->cfg.aid; in rtw_bf_assoc()
261 param.my_aid = bfee->aid & 0xfff; in rtw_bf_enable_bfee_mu()
H A Dmac80211.c113 .aid = {.addr = 0x06a8, .mask = 0x7ff},
120 .aid = {.addr = 0x0710, .mask = 0x7ff},
127 .aid = {.addr = 0x1600, .mask = 0x7ff},
134 .aid = {.addr = 0x1604, .mask = 0x7ff},
141 .aid = {.addr = 0x1608, .mask = 0x7ff},
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c291 wpabuf_put_le16(buf, sta->aid); in mesh_mpm_send_plink_action()
809 params.aid = sta->aid; in mesh_mpm_add_peer()
1161 u16 plid = 0, llid = 0, aid = 0; in mesh_mpm_action_rx() local
1199 aid = WPA_GET_LE16(ies); in mesh_mpm_action_rx()
1200 wpa_printf(MSG_DEBUG, "MPM: AID 0x%x", aid); in mesh_mpm_action_rx()
1385 sta->peer_aid = aid; in mesh_mpm_action_rx()
/freebsd/share/skel/
H A Ddot.cshrc32 # Use history to aid expansion
/freebsd/bin/csh/
H A Ddot.cshrc35 # Use history to aid expansion
/freebsd/crypto/openssl/
H A DHACKING.md32 To aid in this process the generated files can be committed separately

123456