/freebsd/lib/libc/stdlib/ |
H A D | radixsort.c | 128 const u_char **ak, *r; in r_sort_a() local 147 for (ak = a; ak < an;) { in r_sort_a() 148 c = tr[(*ak++)[i]]; in r_sort_a() 182 top[0] = ak = a + count[0]; in r_sort_a() 184 ak = a; in r_sort_a() 195 push(ak, *cp, i+1); in r_sort_a() 197 top[cp-count] = ak += *cp; in r_sort_a() 215 for (r = *aj; aj < (ak = --top[c = tr[r[i]]]);) in r_sort_a() 216 swap(*ak, r, t); in r_sort_a() 227 const u_char **ak, **ai; in r_sort_b() local [all …]
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_psk_common.c | 19 int eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk) in eap_psk_key_setup() argument 21 os_memset(ak, 0, aes_block_size); in eap_psk_key_setup() 22 if (aes_128_encrypt_block(psk, ak, ak)) in eap_psk_key_setup() 24 os_memcpy(kdk, ak, aes_block_size); in eap_psk_key_setup() 25 ak[aes_block_size - 1] ^= 0x01; in eap_psk_key_setup() 27 if (aes_128_encrypt_block(psk, ak, ak) || in eap_psk_key_setup()
|
H A D | eap_pax_common.c | 129 int eap_pax_initial_key_derivation(u8 mac_id, const u8 *ak, const u8 *e, in eap_pax_initial_key_derivation() argument 133 if (eap_pax_kdf(mac_id, ak, EAP_PAX_AK_LEN, "Master Key", in eap_pax_initial_key_derivation() 143 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: AK", ak, EAP_PAX_AK_LEN); in eap_pax_initial_key_derivation()
|
H A D | eap_psk_common.h | 68 int __must_check eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk);
|
H A D | eap_pax_common.h | 89 int eap_pax_initial_key_derivation(u8 mac_id, const u8 *ak, const u8 *e,
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | milenage.c | 89 u8 *res, u8 *ck, u8 *ik, u8 *ak, u8 *akstar) in milenage_f2345() argument 117 if (ak) in milenage_f2345() 118 os_memcpy(ak, tmp3, 6); /* f5 */ in milenage_f2345() 178 u8 mac_a[8], ak[6]; in milenage_generate() local 185 milenage_f2345(opc, k, _rand, res, ck, ik, ak, NULL)) { in milenage_generate() 193 autn[i] = sqn[i] ^ ak[i]; in milenage_generate() 212 u8 ak[6], mac_s[8]; in milenage_auts() local 215 if (milenage_f2345(opc, k, _rand, NULL, NULL, NULL, NULL, ak)) in milenage_auts() 218 sqn[i] = auts[i] ^ ak[i]; in milenage_auts() 275 u8 mac_a[8], ak[6], rx_sqn[6]; in milenage_check() local [all …]
|
H A D | milenage.h | 25 u8 *res, u8 *ck, u8 *ik, u8 *ak, u8 *akstar);
|
/freebsd/contrib/libfido2/src/ |
H A D | ecdh.c | 171 es256_pk_t *ak = NULL; /* authenticator's public key */ in fido_do_ecdh() local 185 if ((ak = es256_pk_new()) == NULL || in fido_do_ecdh() 186 fido_dev_authkey(dev, ak, ms) != FIDO_OK) { in fido_do_ecdh() 191 if (do_ecdh(dev, sk, ak, ecdh) < 0) { in fido_do_ecdh() 200 es256_pk_free(&ak); in fido_do_ecdh()
|
/freebsd/share/timedef/ |
H A D | se_FI.UTF-8.src | 15 čakča 29 čakčamánnu 77 čakčamánnu
|
H A D | se_NO.UTF-8.src | 15 čakč 29 čakčamánnu 77 čakčamánnu
|
/freebsd/contrib/unbound/daemon/ |
H A D | cachedump.c | 385 struct ub_packed_rrset_key* ak; in move_into_cache() local 391 ak = alloc_special_obtain(worker->alloc); in move_into_cache() 392 if(!ak) { in move_into_cache() 396 ak->entry.data = NULL; in move_into_cache() 397 ak->rk = k->rk; in move_into_cache() 398 ak->entry.hash = rrset_key_hash(&k->rk); in move_into_cache() 399 ak->rk.dname = (uint8_t*)memdup(k->rk.dname, k->rk.dname_len); in move_into_cache() 400 if(!ak->rk.dname) { in move_into_cache() 402 ub_packed_rrset_parsedelete(ak, worker->alloc); in move_into_cache() 412 ub_packed_rrset_parsedelete(ak, worker->alloc); in move_into_cache() [all …]
|
/freebsd/contrib/bmake/ |
H A D | bmake.cat1 | 4 bbmmaakkee - maintain program dependencies 7 bbmmaakkee [--BBeeiikkNNnnqqrrSSssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_y] [--DD _v_a_r_i_a_b_l_e] [--dd _f_l_a_g_s] 13 bbmmaakkee is a program designed to simplify the maintenance of other 16 given, bbmmaakkee looks for the makefiles listed in _._M_A_K_E_._M_A_K_E_F_I_L_E___P_R_E_F_E_R_E_N_C_E 21 thorough description of bbmmaakkee and makefiles, please refer to _P_M_a_k_e _- _A 24 bbmmaakkee prepends the contents of the MAKEFLAGS environment variable to the 43 Turn on debugging, and specify which portions of bbmmaakkee are to 143 is read. If _m_a_k_e_f_i_l_e starts with the string `.../', bbmmaakkee 165 Specify the maximum number of jobs that bbmmaakkee may have running at 180 total number of jobs running. Each instance of bbmmaakk [all...] |
/freebsd/sys/security/audit/ |
H A D | audit.c | 231 audit_set_kinfo(struct auditinfo_addr *ak) in audit_set_kinfo() argument 234 KASSERT(ak->ai_termid.at_type == AU_IPv4 || in audit_set_kinfo() 235 ak->ai_termid.at_type == AU_IPv6, in audit_set_kinfo() 239 audit_kinfo = *ak; in audit_set_kinfo() 244 audit_get_kinfo(struct auditinfo_addr *ak) in audit_get_kinfo() argument 252 *ak = audit_kinfo; in audit_get_kinfo()
|
H A D | audit_bsm.c | 123 struct auditinfo_addr ak; in kau_close() local 126 audit_get_kinfo(&ak); in kau_close() 128 switch (ak.ai_termid.at_type) { in kau_close() 130 hdrsize = (ak.ai_termid.at_addr[0] == INADDR_ANY) ? in kau_close() 131 AUDIT_HEADER_SIZE : AUDIT_HEADER_EX_SIZE(&ak); in kau_close() 134 ap = (struct in6_addr *)&ak.ai_termid.at_addr[0]; in kau_close() 136 AUDIT_HEADER_EX_SIZE(&ak); in kau_close() 147 hdr = au_to_header32_ex_tm(tot_rec_size, event, 0, tm, &ak); in kau_close()
|
/freebsd/contrib/unbound/iterator/ |
H A D | iter_delegpt.c | 486 struct ub_packed_rrset_key* ak, uint8_t lame, int* additions) in delegpt_add_rrset_A() argument 488 struct packed_rrset_data* d=(struct packed_rrset_data*)ak->entry.data; in delegpt_add_rrset_A() 499 if(!delegpt_add_target(dp, region, ak->rk.dname, in delegpt_add_rrset_A() 500 ak->rk.dname_len, (struct sockaddr_storage*)&sa, in delegpt_add_rrset_A() 509 struct ub_packed_rrset_key* ak, uint8_t lame, int* additions) in delegpt_add_rrset_AAAA() argument 511 struct packed_rrset_data* d=(struct packed_rrset_data*)ak->entry.data; in delegpt_add_rrset_AAAA() 522 if(!delegpt_add_target(dp, region, ak->rk.dname, in delegpt_add_rrset_AAAA() 523 ak->rk.dname_len, (struct sockaddr_storage*)&sa, in delegpt_add_rrset_AAAA()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_psk.c | 25 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member 49 if (eap_psk_key_setup(password, data->ak, data->kdk)) { in eap_psk_init() 53 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: AK", data->ak, EAP_PSK_AK_LEN); in eap_psk_init() 159 if (omac1_aes_128(data->ak, buf, buflen, hdr2->mac_p)) { in eap_psk_process_1() 234 if (omac1_aes_128(data->ak, buf, buflen, mac)) { in eap_psk_process_3()
|
H A D | eap_pax.c | 37 u8 ak[EAP_PAX_AK_LEN]; member 79 os_memcpy(data->ak, password, EAP_PAX_AK_LEN); in eap_pax_init() 180 if (eap_pax_initial_key_derivation(req->mac_id, data->ak, data->rand.e, in eap_pax_process_std_1()
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_psk.c | 27 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member 120 if (omac1_aes_128(data->ak, buf, buflen, psk->mac_s)) { in eap_psk_build_3() 284 if (eap_psk_key_setup(sm->user->password, data->ak, data->kdk)) { in eap_psk_process_2() 288 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: AK", data->ak, EAP_PSK_AK_LEN); in eap_psk_process_2() 309 if (omac1_aes_128(data->ak, buf, buflen, mac)) { in eap_psk_process_2()
|
H A D | eap_server_pax.c | 35 u8 ak[EAP_PAX_AK_LEN]; member 406 os_memcpy(data->ak, sm->user->password, EAP_PAX_AK_LEN); in eap_pax_process_std_2() 408 if (eap_pax_initial_key_derivation(data->mac_id, data->ak, in eap_pax_process_std_2()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test2.c | 451 const APK_DATA *ak = &keydata[i]; in test_d2i_AutoPrivateKey_ex() local 452 const unsigned char *input = ak->kder; in test_d2i_AutoPrivateKey_ex() 453 size_t input_len = ak->size; in test_d2i_AutoPrivateKey_ex() 454 int expected_id = ak->evptype; in test_d2i_AutoPrivateKey_ex() 466 if (ak->evptype == EVP_PKEY_RSA) { in test_d2i_AutoPrivateKey_ex() 470 } else if (ak->evptype == EVP_PKEY_X25519) { in test_d2i_AutoPrivateKey_ex() 485 if (ak->evptype == EVP_PKEY_DH) { in test_d2i_AutoPrivateKey_ex()
|
/freebsd/crypto/openssl/test/certs/ |
H A D | root-expired.pem | 12 m2uEPXyAmslTnE1y96NSMA0GCSqGSIb3DQEBCwUAA4IBAQC2j5q0uIsZeCXAT/ak
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | t.stately | 1 /^(al|ak|az|ar|ca|co|ct|de|fl|ga|hi|io|il|in|ia|ks|ky|la|me|md|ma|mi|mn|ms|mo|mt|nb|nv|nh|nj|nm|ny|…
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | actions.md | 14 | `ReturnNew<T>(a1, ..., ak)` | Return `new T(a1, ..., ak)`; a different object is creat… 19 | `ReturnRoundRobin({a1, ..., ak})` | Each call will return the next `ai` in the list, starting at …
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-gate.txt | 37 compatible = "ak,ak8975";
|
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/ |
H A D | inv_mpu6050.txt | 63 compatible = "ak,ak8975";
|