/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_fast_common.c | 2 * EAP-FAST common helper functions (RFC 4851) 52 wpa_printf(MSG_DEBUG, "EAP-FAST: Add EAP-Payload TLV"); in eap_fast_tlv_eap_payload() 55 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to allocate memory " in eap_fast_tlv_eap_payload() 75 wpa_hexdump(MSG_DEBUG, "EAP-FAST: client_random", in eap_fast_derive_master_secret() 77 wpa_hexdump(MSG_DEBUG, "EAP-FAST: server_random", in eap_fast_derive_master_secret() 91 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: master_secret", in eap_fast_derive_master_secret() 124 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Derived key (MSK)", in eap_fast_derive_eap_msk() 142 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Derived key (EMSK)", in eap_fast_derive_eap_emsk() 153 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: EAP-Payload TLV", in eap_fast_parse_tlv() 156 wpa_printf(MSG_DEBUG, "EAP-FAST: More than one " in eap_fast_parse_tlv() [all …]
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_fast.c | 2 * EAP peer method: EAP-FAST (RFC 4851) 81 wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket callback"); in eap_fast_session_ticket_cb() 85 wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket failed - fall " in eap_fast_session_ticket_cb() 89 wpa_printf(MSG_DEBUG, "EAP-FAST: Try to provision a " in eap_fast_session_ticket_cb() 97 wpa_hexdump(MSG_DEBUG, "EAP-FAST: SessionTicket", ticket, len); in eap_fast_session_ticket_cb() 100 wpa_printf(MSG_DEBUG, "EAP-FAST: No PAC-Key available for " in eap_fast_session_ticket_cb() 124 wpa_printf(MSG_DEBUG, "EAP-FAST: Automatic PAC provisioning " in eap_fast_parse_phase1() 133 wpa_printf(MSG_DEBUG, "EAP-FAST: Maximum PAC list length: %lu", in eap_fast_parse_phase1() 140 wpa_printf(MSG_DEBUG, "EAP-FAST: Using binary format for PAC " in eap_fast_parse_phase1() 174 wpa_printf(MSG_INFO, "EAP-FAST: Failed to initialize SSL."); in eap_fast_init() [all …]
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_fast.c | 2 * EAP-FAST server (RFC 4851) 104 wpa_printf(MSG_DEBUG, "EAP-FAST: %s -> %s", in eap_fast_state() 134 wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket callback"); in eap_fast_session_ticket_cb() 135 wpa_hexdump(MSG_DEBUG, "EAP-FAST: SessionTicket (PAC-Opaque)", in eap_fast_session_ticket_cb() 139 wpa_printf(MSG_DEBUG, "EAP-FAST: Ignore invalid " in eap_fast_session_ticket_cb() 148 wpa_printf(MSG_DEBUG, "EAP-FAST: Ignore invalid PAC-Opaque " in eap_fast_session_ticket_cb() 154 wpa_hexdump(MSG_DEBUG, "EAP-FAST: Received PAC-Opaque", in eap_fast_session_ticket_cb() 159 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to allocate memory " in eap_fast_session_ticket_cb() 166 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to decrypt " in eap_fast_session_ticket_cb() 179 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Decrypted PAC-Opaque", in eap_fast_session_ticket_cb() [all …]
|
H A D | eap.h | 141 * pac_opaque_encr_key - PAC-Opaque encryption key for EAP-FAST 143 * This parameter is used to set a key for EAP-FAST to encrypt the 144 * PAC-Opaque data. It can be set to %NULL if EAP-FAST is not used. If 150 * eap_fast_a_id - EAP-FAST authority identity (A-ID) 152 * If EAP-FAST is not used, this can be set to %NULL. In theory, this 165 * eap_fast_a_id_info - EAP-FAST authority identifier information 169 * human-readable format. This field is encoded as UTF-8. If EAP-FAST 175 * eap_fast_prov - EAP-FAST provisioning modes 186 * pac_key_lifetime - EAP-FAST PAC-Key lifetime in seconds 194 * pac_key_refresh_time - EAP-FAST PAC-Key refresh time in seconds [all …]
|
/freebsd/contrib/pam-krb5/module/ |
H A D | fast.c | 2 * Support for FAST (Flexible Authentication Secure Tunneling). 4 * FAST is a mechanism to protect Kerberos against password guessing attacks 39 putil_debug(args, "not built with anonymous FAST support"); in cache_init_anonymous() 63 putil_debug_krb5(args, retval, "cannot find realm for anonymous FAST"); in cache_init_anonymous() 90 "cannot create anonymous FAST credential cache %s", in cache_init_anonymous() 98 putil_err_krb5(args, retval, "cannot create FAST credential options"); in cache_init_anonymous() 110 "cannot obtain anonymous credentials for FAST"); in cache_init_anonymous() 124 putil_err_krb5(args, retval, "cannot initialize FAST ticket cache"); in cache_init_anonymous() 129 putil_err_krb5(args, retval, "cannot store FAST credentials"); in cache_init_anonymous() 152 * Attempt to use an existing ticket cache for FAST. Checks whether [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | eap_testing.txt | 58 EAP-FAST/MSCHAPv2(prov) + - F - F 59 EAP-FAST/GTC(auth) + - + - + 60 EAP-FAST/MSCHAPv2(aprov)+ - F - F 61 EAP-FAST/GTC(aprov) + - F - F 62 EAP-FAST/MD5(aprov) + - - - - 63 EAP-FAST/TLS(aprov) + - - - - 64 EAP-FAST/SIM(aprov) + - - - - 65 EAP-FAST/AKA(aprov) + - - - - 66 EAP-FAST/MSCHAPv2(auth) + - + - + 67 EAP-FAST/MD5(auth) + - + - - [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | qcom_smbb.txt | 22 - charge fast mode 35 "chg-fast", 43 - qcom,fast-charge-current-limit: 48 - qcom,fast-charge-low-threshold-voltage: 51 Description: Battery voltage limit above which fast charging may operate; 55 - qcom,fast-charge-high-threshold-voltage: 58 Description: Battery voltage limit below which fast charging may operate; 59 The fast charger will attempt to charge the battery to this 62 - qcom,fast-charge-safe-voltage: 67 'fast-charge-high-watermark' will be clamped by this value. [all …]
|
H A D | qcom,pm8941-charger.yaml | 24 - description: charge fast mode 35 - const: chg-fast 43 qcom,fast-charge-current-limit: 49 qcom,fast-charge-low-threshold-voltage: 54 Battery voltage limit in uV above which fast charging may operate; Defaults to 3.2V 57 qcom,fast-charge-high-threshold-voltage: 62 Battery voltage limit in uV below which fast charging may operate; Defaults to 4.2V 63 The fast charger will attempt to charge the battery to this voltage. 66 qcom,fast-charge-safe-voltage: 72 setting this will harmlessly fail. The property 'fast-charge-high-watermark' will [all …]
|
H A D | maxim,max14577.yaml | 39 maxim,fast-charge-uamp: 41 Current in uA for Fast Charge 57 - maxim,fast-charge-uamp 71 maxim,fast-charge-uamp: 80 maxim,fast-charge-uamp:
|
/freebsd/contrib/pam-krb5/tests/module/ |
H A D | fast-t.c | 2 * Tests for authenticated FAST support in pam-krb5. 6 * protecting it against various attacks. This tests authenticated FAST; 7 * anonymous FAST is tested separately. 30 /* Skip the test if FAST is not available. */ in main() 32 skip_all("FAST support not available"); in main() 51 run_script("data/scripts/fast/ccache", &config); in main() 52 run_script("data/scripts/fast/ccache-debug", &config); in main() 53 run_script("data/scripts/fast/no-ccache", &config); in main() 54 run_script("data/scripts/fast/no-ccache-debug", &config); in main()
|
H A D | fast-anon-t.c | 2 * Tests for anonymous FAST support in pam-krb5. 8 * This is broken out from the other FAST tests because it uses PKINIT, and 30 * skip the tests of anonymous FAST. 85 /* Skip the test if FAST is not available. */ in main() 87 skip_all("FAST support not available"); in main() 102 /* Test anonymous FAST. */ in main() 104 run_script("data/scripts/fast/anonymous", &config); in main() 105 run_script("data/scripts/fast/anonymous-debug", &config); in main()
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | fast.c | 2 /* lib/krb5/krb/fast.c */ 31 * It is possible to support sending a request that includes both a FAST and 33 * significantly. You would need to maintain two contexts, one for FAST and 35 * issues surrounding downgrades. However trying FAST at all requires an armor 37 * that FAST is supported. If not, the client can see FAST in the 38 * preauth_required error's padata and retry with FAST. So, this 39 * implementation does not support FAST+normal. 48 #include "fast.h" 228 * FAST TGS even when we don't have reason to believe the KDC supports FAST, 230 * S4U2Self padata) as well as the PA-TGS-REQ and PA-FX-FAST padata. The [all …]
|
H A D | init_creds_ctx.h | 44 * Stores the outer request body in order to feed into FAST for 45 * checksumming. This is maintained even if FAST is not used. This is not 47 * FAST it would be better for krb5int_fast_prep_req() to simply generate 48 * this. However for TGS FAST, the client needs to supply the 50 * revisited as TGS fast is integrated.
|
/freebsd/share/man/man4/ |
H A D | mtkswitch.4 | 26 MediaTek MT7628 (5 port Fast Ethernet) 30 MediaTek MT7620 (5 port Fast Ethernet) 32 Ralink RT5350 (5 port Fast Ethernet) 34 Ralink RT3352 (5 port Fast Ethernet) 36 Ralink RT3050 (5 port Fast Ethernet)
|
H A D | msk.4 | 88 Set 100Mbps (Fast Ethernet) operation. 158 Marvell Yukon 88E8035 Fast Ethernet 160 Marvell Yukon 88E8036 Fast Ethernet 162 Marvell Yukon 88E8038 Fast Ethernet 164 Marvell Yukon 88E8039 Fast Ethernet 166 Marvell Yukon 88E8040 Fast Ethernet 168 Marvell Yukon 88E8040T Fast Ethernet 170 Marvell Yukon 88E8042 Fast Ethernet 172 Marvell Yukon 88E8048 Fast Ethernet
|
H A D | alc.4 | 30 .Nd Atheros AR813x/AR815x/AR816x/AR817x Gigabit/Fast Ethernet driver 50 and AR817x PCI Express Gigabit/Fast Ethernet controllers. 78 Set 100Mbps (Fast Ethernet) operation. 104 Atheros AR8132 PCI Express Fast Ethernet controller 110 Atheros AR8152 v1.1 PCI Express Fast Ethernet controller 112 Atheros AR8152 v2.0 PCI Express Fast Ethernet controller 116 Atheros AR8162 PCI Express Fast Ethernet controller 120 Atheros AR8172 PCI Express Fast Ethernet controller
|
H A D | sge.4 | 30 .Nd Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet driver 49 device driver provides support for SiS190 Fast Ethernet 50 controllers and SiS191 Fast/Gigabit Ethernet controllers. 72 Set 100Mbps (Fast Ethernet) operation. 96 SiS190 Fast Ethernet controller 98 SiS191 Fast/Gigabit Ethernet controller
|
H A D | miibus.4 | 47 Attansic/Atheros L2 Fast Ethernet 79 JMicron JMC250 Gigabit/JMC260 Fast Ethernet 93 RealTek RTL8150 USB To Fast Ethernet 101 SMSC LAN9xxx USB Fast Ethernet 109 RealTek RTL8152 USB To Fast Ethernet 115 DM&P Vortex86 RDC R6040 Fast Ethernet
|
/freebsd/contrib/ntp/html/hints/ |
H A D | sgi | 28 17msec in less than a second, whether the fast clock is on or off, I 31 Fast clock: 34 I get smoother timekeeping if I turn on the fast clock, thereby making 35 the clock tick at 1kHz rather than 100Hz. With the fast clock off, I 41 without a local reference clock. Fiddling with the fast clock doesn't 44 I use the "ftimer" program to switch the fast clock on when the system
|
/freebsd/sys/contrib/device-tree/Bindings/nios2/ |
H A D | nios2.txt | 30 - altr,fast-tlb-miss-addr: Specifies CPU fast TLB miss exception address 35 - altr,implementation: Nios II core implementation, this should be "fast"; 50 altr,implementation = "fast"; 58 altr,fast-tlb-miss-addr = <0xc7fff400>;
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_prop.c | 136 { "zstd-fast", in zfs_prop_init() 172 * The ZSTD-Fast levels are also synthetic. in zfs_prop_init() 174 { "zstd-fast-1", in zfs_prop_init() 176 { "zstd-fast-2", in zfs_prop_init() 178 { "zstd-fast-3", in zfs_prop_init() 180 { "zstd-fast-4", in zfs_prop_init() 182 { "zstd-fast-5", in zfs_prop_init() 184 { "zstd-fast-6", in zfs_prop_init() 186 { "zstd-fast-7", in zfs_prop_init() 188 { "zstd-fast-8", in zfs_prop_init() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-msm8974pro-sony-xperia-shinano-aries.dts | 32 qcom,fast-charge-safe-current = <2100000>; 33 qcom,fast-charge-current-limit = <1800000>; 34 qcom,fast-charge-safe-voltage = <4400000>; 35 qcom,fast-charge-high-threshold-voltage = <4350000>;
|
H A D | qcom-msm8974pro-sony-xperia-shinano-leo.dts | 32 qcom,fast-charge-safe-current = <3000000>; 33 qcom,fast-charge-current-limit = <2150000>; 34 qcom,fast-charge-safe-voltage = <4400000>; 35 qcom,fast-charge-high-threshold-voltage = <4350000>;
|
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/ |
H A D | nvidia,tegra124-cpufreq.txt | 11 - cpu_g: Clock mux for the fast CPU cluster. 12 - pll_x: Fast PLL clocksource. 13 - pll_p: Auxiliary PLL used during fast PLL rate changes. 14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
|
/freebsd/contrib/openbsm/m4/ |
H A D | ltoptions.m4 | 83 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], 270 # implement the --enable-fast-install flag, and support the 'fast-install' 271 # and 'disable-fast-install' LT_INIT options. 275 AC_ARG_ENABLE([fast-install], 276 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], 277 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], 298 [Whether or not to optimize for fast installation])dnl 301 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) 302 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) 306 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) [all …]
|