Home
last modified time | relevance | path

Searched defs:ak (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/wpa/src/crypto/
HDmilenage.c89 u8 *res, u8 *ck, u8 *ik, u8 *ak, u8 *akstar) in milenage_f2345()
178 u8 mac_a[8], ak[6]; in milenage_generate() local
212 u8 ak[6], mac_s[8]; in milenage_auts() local
275 u8 mac_a[8], ak[6], rx_sqn[6]; in milenage_check() local
/NextBSD/lib/libc/stdlib/
HDradixsort.c132 const u_char **ak, *r; in r_sort_a() local
231 const u_char **ak, **ai; in r_sort_b() local
299 const u_char **ak, **ai, *s, *t; in simplesort() local
/NextBSD/contrib/wpa/src/eap_common/
HDeap_psk_common.c19 int eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk) in eap_psk_key_setup()
HDeap_pax_common.c127 int eap_pax_initial_key_derivation(u8 mac_id, const u8 *ak, const u8 *e, in eap_pax_initial_key_derivation()
/NextBSD/usr.bin/migcom/
HDroutine.h354 #define akCheck(ak, bits) ((ak) & (bits)) argument
355 #define akCheckAll(ak, bits) (akCheck(ak, bits) == (bits)) argument
356 #define akAddFeature(ak, bits) ((ak)|(bits)) argument
357 #define akRemFeature(ak, bits) ((ak)&~(bits)) argument
358 #define akIdent(ak) ((ak) & akeBITS) argument
/NextBSD/sys/security/audit/
HDaudit.c181 audit_set_kinfo(struct auditinfo_addr *ak) in audit_set_kinfo()
194 audit_get_kinfo(struct auditinfo_addr *ak) in audit_get_kinfo()
HDaudit_bsm.c117 struct auditinfo_addr ak; in kau_close() local
/NextBSD/contrib/unbound/iterator/
HDiter_delegpt.c406 struct ub_packed_rrset_key* ak, uint8_t lame) in delegpt_add_rrset_A()
430 struct ub_packed_rrset_key* ak, uint8_t lame) in delegpt_add_rrset_AAAA()
/NextBSD/contrib/wpa/src/eap_peer/
HDeap_psk.c25 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member
HDeap_pax.c37 u8 ak[EAP_PAX_AK_LEN]; member
/NextBSD/contrib/wpa/src/eap_server/
HDeap_server_psk.c27 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member
HDeap_server_pax.c35 u8 ak[EAP_PAX_AK_LEN]; member
/NextBSD/contrib/unbound/daemon/
HDcachedump.c381 struct ub_packed_rrset_key* ak; in move_into_cache() local
/NextBSD/contrib/llvm/include/llvm/ADT/
HDIntervalMap.h2106 KeyType ak = a().start(); in start() local
2113 KeyType ak = a().stop(); in stop() local