Home
last modified time | relevance | path

Searched full:aka (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/freebsd/usr.sbin/cxgbetool/
H A Dtcbinfot5.c37 "ulp_type" , /* aka */
44 "ulp" , /* aka */
51 "l2t_ix" , /* aka */
58 "smac_sel" , /* aka */
65 "migrating" , /* aka */
72 "non_offload" , /* aka */
79 "lock_tid" , /* aka */
86 "keepalive" , /* aka */
93 "dack" , /* aka */
100 "dack_mss" , /* aka */
[all …]
H A Dtcbinfot6.c37 "ulp_type" , /* aka */
44 "ulp" , /* aka */
51 "l2t_ix" , /* aka */
58 "smac_sel" , /* aka */
65 "migrating" , /* aka */
72 "non_offload" , /* aka */
79 "lock_tid" , /* aka */
86 "keepalive" , /* aka */
93 "dack" , /* aka */
100 "dack_mss" , /* aka */
[all …]
H A Dtcbinfot4.c37 "ulp_type" , /* aka */
44 "ulp" , /* aka */
51 "l2t_ix" , /* aka */
58 "smac_sel" , /* aka */
65 "migrating" , /* aka */
72 "non_offload" , /* aka */
79 "lock_tid" , /* aka */
86 "keepalive" , /* aka */
93 "dack" , /* aka */
100 "dack_mss" , /* aka */
[all …]
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_aka.c2 * hostapd / EAP-AKA (RFC 4187) and EAP-AKA' (RFC 5448)
26 u8 k_re[EAP_AKA_PRIME_K_RE_LEN]; /* EAP-AKA' only */
85 wpa_printf(MSG_DEBUG, "EAP-AKA: %s -> %s", in eap_aka_state()
103 wpa_printf(MSG_DEBUG, "EAP-AKA: Reauth username '%s'", username); in eap_aka_check_identity_reauth()
107 wpa_printf(MSG_DEBUG, "EAP-AKA: Unknown reauth identity - " in eap_aka_check_identity_reauth()
115 "EAP-AKA: Too many fast re-authentication attemps - fall back to full authentication"); in eap_aka_check_identity_reauth()
118 "EAP-AKA: Permanent identity recognized - skip AKA-Identity exchange"); in eap_aka_check_identity_reauth()
134 "EAP-AKA: Using fast re-authentication (counter=%d)", in eap_aka_check_identity_reauth()
176 * Since re-auth username was recognized, skip AKA/Identity in eap_aka_check_identity()
183 /* Skip AKA/Identity exchange since the permanent identity in eap_aka_check_identity()
[all …]
H A Deap_sim_db.c8 * This is an example implementation of the EAP-SIM/AKA database/authentication
12 * EAP-SIM/AKA pseudonyms and re-auth identities. It can be used with different
41 int aka; member
56 } aka; member
377 eap_sim_db_get_pending(struct eap_sim_db_data *data, const char *imsi, int aka) in eap_sim_db_get_pending() argument
383 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) { in eap_sim_db_get_pending()
542 * AKA-RESP-AUTH <IMSI> <RAND> <AUTN> <IK> <CK> <RES> in eap_sim_db_aka_resp_auth()
543 * AKA-RESP-AUTH <IMSI> FAILURE in eap_sim_db_aka_resp_auth()
568 if (hexstr2bin(start, entry->u.aka.rand, EAP_AKA_RAND_LEN)) in eap_sim_db_aka_resp_auth()
576 if (hexstr2bin(start, entry->u.aka.autn, EAP_AKA_AUTN_LEN)) in eap_sim_db_aka_resp_auth()
[all …]
H A Deap.h121 * eap_sim_db_priv - EAP-SIM/AKA database context
123 * This is passed to the EAP-SIM/AKA server implementation as a
215 * eap_sim_aka_result_ind - EAP-SIM/AKA protected success indication
218 * (AT_RESULT_IND) is used with EAP-SIM and EAP-AKA.
224 * EAP-SIM/AKA authentication. */
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.eap_user19 # EAP-TLS, EAP-PEAP, EAP-TTLS, EAP-FAST, EAP-SIM, and EAP-AKA do not use
33 # method is using known prefix in identities (e.g., EAP-SIM and EAP-AKA). This
71 # Default to EAP-SIM and EAP-AKA based on fixed identity prefixes
72 "0"* AKA,TTLS,TLS,PEAP,SIM
73 "1"* SIM,TTLS,TLS,PEAP,AKA
74 "2"* AKA,TTLS,TLS,PEAP,SIM
75 "3"* SIM,TTLS,TLS,PEAP,AKA
76 "4"* AKA,TTLS,TLS,PEAP,SIM
77 "5"* SIM,TTLS,TLS,PEAP,AKA
78 "6"* AKA'
[all …]
H A Dhlr_auc_gw.txt1 HLR/AuC testing gateway for hostapd EAP-SIM/AKA database/authenticator
3 hlr_auc_gw is an example implementation of the EAP-SIM/AKA/AKA'
6 authentication center (HLR/AuC). hostapd will send SIM/AKA
13 dynamic authentication data for EAP-SIM, EAP-AKA, and EAP-AKA' while the
66 hostapd (EAP server) can also be configured to store the EAP-SIM/AKA
79 authentication server for EAP-SIM/AKA/AKA':
96 "0"* AKA
98 "2"* AKA
100 "4"* AKA
102 "6"* AKA'
[all …]
H A Dhlr_auc_gw.c2 * HLR/AuC testing gateway for hostapd EAP-SIM/AKA database/authenticator
8 * This is an example implementation of the EAP-SIM/AKA database/authentication
11 * a local implementation of SIM triplet and AKA authentication data generator.
13 * hostapd will send SIM/AKA authentication queries over a UNIX domain socket
25 * EAP-AKA / UMTS query/response:
26 * AKA-REQ-AUTH <IMSI>
27 * AKA-RESP-AUTH <IMSI> <RAND> <AUTN> <IK> <CK> <RES>
28 * AKA-RESP-AUTH <IMSI> FAILURE
30 * EAP-AKA / UMTS AUTS (re-synchronization):
31 * AKA-AUTS <IMSI> <AUTS> <RAND>
[all …]
H A Deap_testing.txt27 EAP-PEAPv0/AKA + + - - -
37 EAP-PEAPv1/AKA + + - - -
51 EAP-TTLS/EAP-AKA + + - - -
54 EAP-AKA + + - - -
65 EAP-FAST/AKA(aprov) + - - - -
70 EAP-FAST/AKA(auth) + - - - -
H A Dhlr_auc_gw.milenage_db1 # Parameters for Milenage (Example algorithms for AKA).
4 # These values can be used for both UMTS (EAP-AKA) and GSM (EAP-SIM)
14 # and as such, is suitable for EAP-AKA' test.
H A DChangeLog16 * EAP-SIM/AKA: support IMSI privacy
103 * added eap_sim_id parameter to allow EAP-SIM/AKA server pseudonym and
555 * EAP-AKA: added support for AT_COUNTER_TOO_SMALL
556 * EAP-AKA: skip AKA/Identity exchange if EAP identity is recognized
557 * EAP-AKA': fixed identity for MK derivation
558 * EAP-AKA': updated to RFC 5448 (username prefixes changed); note: this
560 * EAP-SIM/AKA: allow pseudonym to be used after unknown reauth id
570 * EAP-SIM/AKA DB: added optional use of SQLite database for pseudonyms
818 * added support for EAP-AKA' (draft-arkko-eap-aka-kdf)
893 * fixed EAP-SIM/AKA realm processing to allow decorated usernames to
[all …]
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_aka.c2 * EAP peer method: EAP-AKA (RFC 4187) and EAP-AKA' (RFC 5448)
30 u8 k_re[EAP_AKA_PRIME_K_RE_LEN]; /* EAP-AKA' only */
87 wpa_printf(MSG_DEBUG, "EAP-AKA: %s -> %s", in eap_aka_state()
112 "EAP-AKA: Failed to read/parse IMSI privacy certificate %s", in eap_aka_init()
119 "EAP-AKA: No support for imsi_privacy_cert in the build"); in eap_aka_init()
203 wpa_printf(MSG_DEBUG, "EAP-AKA: Use external USIM processing"); in eap_aka_ext_sim_req()
223 "EAP-AKA: Use result from external USIM processing"); in eap_aka_ext_sim_result()
232 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: AUTS", data->auts, in eap_aka_ext_sim_result()
239 wpa_printf(MSG_DEBUG, "EAP-AKA: Unrecognized external USIM processing response"); in eap_aka_ext_sim_result()
245 wpa_hexdump(MSG_DEBUG, "EAP-AKA: RAND", data->rand, EAP_AKA_RAND_LEN); in eap_aka_ext_sim_result()
[all …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/
H A Dr9a06g032-sysctrl.h14 #define R9A06G032_CLK_48 1 /* AKA CLK_PLL_USB */
15 #define R9A06G032_MSEBIS_CLK 3 /* AKA CLKOUT_D16 */
16 #define R9A06G032_MSEBIM_CLK 3 /* AKA CLKOUT_D16 */
17 #define R9A06G032_CLK_DDRPHY_PLLCLK 5 /* AKA CLKOUT_D1OR2 */
18 #define R9A06G032_CLK50 6 /* AKA CLKOUT_D20 */
19 #define R9A06G032_CLK25 7 /* AKA CLKOUT_D40 */
20 #define R9A06G032_CLK125 9 /* AKA CLKOUT_D8 */
21 #define R9A06G032_CLK_P5_PG1 17 /* AKA DIV_P5_PG */
22 #define R9A06G032_CLK_REF_SYNC 21 /* AKA DIV_REF_SYNC */
74 #define R9A06G032_CLK_DDRPHY_PCLK 81 /* AKA CLK_REF_SYNC_D4 */
[all …]
/freebsd/contrib/wpa/src/eap_common/
H A Deap_sim_common.c2 * EAP peer/server: EAP-SIM/AKA/AKA' shared routines
71 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: IK", ik, EAP_AKA_IK_LEN); in eap_aka_derive_mk()
72 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: CK", ck, EAP_AKA_CK_LEN); in eap_aka_derive_mk()
73 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: MK", mk, EAP_SIM_MK_LEN); in eap_aka_derive_mk()
285 * MK = PRF'(IK'|CK',"EAP-AKA'"|Identity) in eap_aka_prime_derive_keys()
296 prf_prime(key, "EAP-AKA'", identity, identity_len, NULL, 0, in eap_aka_prime_derive_keys()
301 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA': K_encr", in eap_aka_prime_derive_keys()
306 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA': K_aut", in eap_aka_prime_derive_keys()
311 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA': K_re", in eap_aka_prime_derive_keys()
316 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA': MSK", msk, EAP_MSK_LEN); in eap_aka_prime_derive_keys()
[all …]
H A Deap_sim_common.h2 * EAP peer/server: EAP-SIM/AKA/AKA' shared routines
45 /* EAP-AKA Subtypes */
135 /* EAP-SIM/AKA Attributes (0..127 non-skippable) */
137 #define EAP_SIM_AT_AUTN 2 /* only AKA */
138 #define EAP_SIM_AT_RES 3 /* only AKA, only peer->server */
139 #define EAP_SIM_AT_AUTS 4 /* only AKA, only peer->server */
154 #define EAP_SIM_AT_KDF_INPUT 23 /* only AKA' */
155 #define EAP_SIM_AT_KDF 24 /* only AKA' */
160 #define EAP_SIM_AT_CHECKCODE 134 /* only AKA */
171 /* EAP-AKA' AT_KDF Key Derivation Function values */
[all …]
/freebsd/share/man/man7/
H A Dc.7401 .%T X3.159-1989 (aka C89 or ANSI C)
406 .%T 9899:1990 (aka C90)
411 .%T 9899:1990/AMD 1:1995, Amendment 1: C Integrity (aka C95)
426 .%T 9899:1999 (aka C99)
446 .%T TR 24731-1:2007 (aka bounds-checking interfaces)
451 .%T TS 18037:2008 (aka, embedded C)
456 .%T TR 24747:2009 (aka mathematical special functions)
461 .%T TR 24732:2009 (aka decimal floating-point)
466 .%T TR 24731-2:2010 (aka dynamic allocation functions)
471 .%T 9899:2011 (aka C11)
[all …]
/freebsd/contrib/kyua/m4/
H A Duname.m432 dnl Checks for the current architecture name (aka processor type) and defines
38 [Name of the system architecture (aka processor type)])
43 [Name of the system architecture (aka processor type)])
50 dnl Checks for the current platform name (aka machine name) and defines
56 [Name of the system platform (aka machine name)])
61 [Name of the system platform (aka machine name)])
/freebsd/share/man/man4/
H A Disp.499 .It Qlogic 246x (aka 2432)
101 .It Qlogic 256x (aka 2532)
103 .It Qlogic 267x/836x (aka 2031/8031)
105 .It Qlogic 2690/2692/2694 (aka 2684/2692)
107 .It Qlogic 2740/2742/2764 (aka 2722/2714)
109 .It Qlogic QLE2770/QLE2772 (aka 2812)
111 .It Qlogic QLE2774 (aka 2814)
113 .It Qlogic QLE2870/QLE2872 (aka 2812)
115 .It Qlogic QLE2874 (aka 2814)
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dcec-gpio.txt31 pin 26 aka BCM7 aka CE1 on the GPIO pin header, the HPD line is
32 connected to pin 11 aka BCM17 and the 5V line is connected to pin
33 15 aka BCM22 (some level shifter is needed for the HPD and 5V lines!):
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430.h23 COND_E = 0, // aka COND_Z
24 COND_NE = 1, // aka COND_NZ
25 COND_HS = 2, // aka COND_C
26 COND_LO = 3, // aka COND_NC
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDirectives.h23 MCSA_ELF_TypeFunction, ///< .type _foo, STT_FUNC # aka @function
25 MCSA_ELF_TypeObject, ///< .type _foo, STT_OBJECT # aka @object
26 MCSA_ELF_TypeTLS, ///< .type _foo, STT_TLS # aka @tls_object
27 MCSA_ELF_TypeCommon, ///< .type _foo, STT_COMMON # aka @common
28 MCSA_ELF_TypeNoType, ///< .type _foo, STT_NOTYPE # aka @notype
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DARM64_ehframe_Registers.h48 fp, // aka x29
49 lr, // aka x30
50 sp, // aka x31 aka wzr
/freebsd/contrib/file/magic/Magdir/
H A Ddolby4 # ATSC A/53 aka AC-3 aka Dolby Digital <ashitaka@gmx.at>
9 0 beshort 0x0b77 ATSC A/52 aka AC-3 aka Dolby Digital stream,
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsff,sfp.txt15 - mod-def0-gpios : GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS)
29 Select (AKA RS0) output gpio signal, low: low Rx rate, high: high Rx rate
33 Select (AKA RS1) output gpio signal (SFP+ only), low: low Tx rate, high:

12345678910>>...23