| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| a_sign.c | 168 unsigned char aid[128]; local 178 aid, sizeof(aid)); 190 const unsigned char *pp = aid; 199 const unsigned char *pp = aid;
|
| /src/crypto/external/apache2/openssl/dist/crypto/cms/ |
| cms_rsa.c | 200 unsigned char aid[128]; local 201 const unsigned char *pp = aid; 232 OSSL_SIGNATURE_PARAM_ALGORITHM_ID, aid, sizeof(aid));
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| a_sign.c | 173 unsigned char aid[128]; local 184 aid, sizeof(aid)); 196 const unsigned char *pp = aid; 205 const unsigned char *pp = aid;
|
| /src/crypto/external/bsd/openssl/dist/crypto/cms/ |
| cms_rsa.c | 201 unsigned char aid[128]; local 202 const unsigned char *pp = aid; 233 OSSL_SIGNATURE_PARAM_ALGORITHM_ID, aid, sizeof(aid));
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/signature/ |
| eddsa_sig.c | 64 unsigned char *aid; member in struct:__anon1624 141 peddsactx->aid = WPACKET_get_curr(&pkt); 315 if (p != NULL && !OSSL_PARAM_set_octet_string(p, peddsactx->aid,
|
| dsa_sig.c | 82 unsigned char *aid; member in struct:__anon1622 175 ctx->aid = WPACKET_get_curr(&pkt); 454 && !OSSL_PARAM_set_octet_string(p, pdsactx->aid, pdsactx->aid_len))
|
| ecdsa_sig.c | 79 unsigned char *aid; member in struct:__anon1623 270 ctx->aid = WPACKET_get_curr(&pkt); 447 if (p != NULL && !OSSL_PARAM_set_octet_string(p, ctx->aid, ctx->aid_len))
|
| sm2_sig.c | 80 unsigned char *aid; member in struct:__anon1635 236 ctx->aid = WPACKET_get_curr(&pkt); 399 && !OSSL_PARAM_set_octet_string(p, psm2ctx->aid, psm2ctx->aid_len))
|
| rsa_sig.c | 227 unsigned char *aid = NULL; local 276 aid = WPACKET_get_curr(&pkt); 280 return aid; 1048 unsigned char *aid; local 1051 aid = rsa_generate_signature_aid(prsactx, aid_buf, 1053 if (aid == NULL || !OSSL_PARAM_set_octet_string(p, aid, aid_len))
|
| /src/external/bsd/libfido2/dist/src/ |
| nfc.c | 17 static const uint8_t aid[] = { 0xa0, 0x00, 0x00, 0x06, 0x47, 0x2f, 0x00, 0x01 }; variable 108 if ((apdu = iso7816_new(0, 0xa4, 0x04, sizeof(aid))) == NULL || 109 iso7816_add(apdu, aid, sizeof(aid)) < 0) {
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_map.c | 406 dt_ident_t *aid; local 410 aid = sdp->dtsd_aggdata; 411 agg->dtagd_name = aid->di_name; 412 agg->dtagd_varid = aid->di_id;
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| alist.c | 156 alist_iter_data_t *aid = arg2; local 157 return (aid->aid_func(el->ale_name, el->ale_value, aid->aid_priv)); 163 alist_iter_data_t aid; local 165 aid.aid_func = func; 166 aid.aid_priv = private; 168 return (hash_iter(alist->al_elements, alist_iter_cb, &aid));
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/signature/ |
| ml_dsa_sig.c | 102 uint8_t *aid = NULL; local 116 aid = WPACKET_get_curr(&pkt); 119 if (aid != NULL && ctx->aid_len != 0) 120 memmove(ctx->aid_buf, aid, ctx->aid_len);
|
| slh_dsa_sig.c | 123 uint8_t *aid = NULL; local 137 aid = WPACKET_get_curr(&pkt); 140 if (aid != NULL && ctx->aid_len != 0) 141 memmove(ctx->aid_buf, aid, ctx->aid_len);
|
| sm2_sig.c | 215 unsigned char *aid = NULL; local 241 aid = WPACKET_get_curr(&pkt); 244 if (aid != NULL && ctx->aid_len != 0) 245 memmove(ctx->aid_buf, aid, ctx->aid_len);
|
| ecdsa_sig.c | 174 unsigned char *aid = NULL; local 253 aid = WPACKET_get_curr(&pkt); 256 if (aid != NULL && ctx->aid_len != 0) 257 memmove(ctx->aid_buf, aid, ctx->aid_len);
|
| dsa_sig.c | 162 unsigned char *aid = NULL; local 230 aid = WPACKET_get_curr(&pkt); 233 if (aid != NULL && ctx->aid_len != 0) 234 memmove(ctx->aid_buf, aid, ctx->aid_len);
|
| eddsa_sig.c | 238 unsigned char *aid = NULL; local 287 aid = WPACKET_get_curr(&pkt); 290 if (aid != NULL && peddsactx->aid_len != 0) 291 memmove(peddsactx->aid_buf, aid, peddsactx->aid_len);
|
| /src/sys/arch/hppa/hppa/ |
| autoconf.c | 705 char nid, aid; local 708 aid = (j == 6) ? ahm->hm_dp.dp_mod : ahm->hm_dp.dp_bc[j]; 710 if (nid == aid) 712 check = nid - aid;
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| mesh_mpm.c | 229 2 + /* AID */ 289 /* aid */ 291 wpabuf_put_le16(buf, sta->aid); 809 params.aid = sta->aid; 1161 u16 plid = 0, llid = 0, aid = 0; local 1199 aid = WPA_GET_LE16(ies); 1200 wpa_printf(MSG_DEBUG, "MPM: AID 0x%x", aid); 1201 ies += 2; /* aid */ [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/rsa/ |
| rsa_ameth.c | 661 unsigned char aid[128]; local 696 OSSL_SIGNATURE_PARAM_ALGORITHM_ID, aid, sizeof(aid)); 705 const unsigned char *pp = aid; 711 const unsigned char *pp = aid;
|
| /src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
| rsa_ameth.c | 643 unsigned char aid[128]; local 678 OSSL_SIGNATURE_PARAM_ALGORITHM_ID, aid, sizeof(aid)); 687 const unsigned char *pp = aid; 693 const unsigned char *pp = aid;
|
| /src/sys/net80211/ |
| ieee80211_input.c | 3159 u_int16_t aid; local 3174 aid = le16toh(*(u_int16_t *)wh->i_dur); 3175 if (aid != ni->ni_associd) { 3178 "aid mismatch: sta aid 0x%x poll aid 0x%x", 3179 ni->ni_associd, aid);
|
| ieee80211_node.c | 2250 u_int16_t aid; local 2256 for (aid = 1; aid < ic->ic_max_aid; aid++) { 2257 if (!IEEE80211_AID_ISSET(aid, 2261 if (aid >= ic->ic_max_aid) { 2267 ni->ni_associd = aid | 0xc000; 2277 "[%s] station %sassociated at aid %d: %s preamble, %s slot time%s%s\n", 2370 "[%s] station with aid %d leaves\n", 2478 u_int16_t aid; local [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| evp_lib.c | 1353 unsigned char *aid = NULL; local 1356 if ((aid = OPENSSL_malloc(aid_len)) != NULL) { 1357 params[0] = OSSL_PARAM_construct_octet_string(k_aid, aid, aid_len); 1358 pp = aid; 1364 OPENSSL_free(aid); 1470 unsigned char *aid = NULL; local 1473 if ((aid = OPENSSL_malloc(aid_len)) != NULL) { 1474 params[0] = OSSL_PARAM_construct_octet_string(k_aid, aid, aid_len); 1475 pp = aid; 1481 OPENSSL_free(aid); [all...] |