Home
last modified time | relevance | path

Searched +full:keys +full:- +full:per +full:- +full:group (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/freebsd/crypto/openssh/
H A Dsshd_config.550 The file contains keyword-argument pairs, one per line.
61 keywords are case-insensitive and arguments are case-sensitive):
62 .Bl -tag -width Ds
77 requests a pseudo-terminal as it is required by the protocol.
102 .Xr ssh-agent 1
110 This keyword can be followed by a list of group name patterns, separated
113 group or supplementary group list matches one of the patterns.
114 Only group names are valid; a numerical group ID is not recognized.
127 Specifies whether StreamLocal (Unix-domain socket) forwarding is permitted.
189 This option must be followed by one or more lists of comma-separated
[all …]
H A Dssh-keygen.11 .\" $OpenBSD: ssh-keygen.1,v 1.234 2024/11/27 13:00:23 djm Exp $
42 .Nm ssh-keygen
45 .Nm ssh-keygen
54 .Op Fl t Cm ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa
57 .Nm ssh-keygen
65 .Nm ssh-keygen
69 .Nm ssh-keygen
73 .Nm ssh-keygen
76 .Nm ssh-keygen
82 .Nm ssh-keygen
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-key.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2022 - 2024 Intel Corporation
17 struct iwl_mvm_vif_link_info *link_info = &mvmvif->deflink; in iwl_mvm_get_sec_sta_mask()
19 lockdep_assert_held(&mvm->mutex); in iwl_mvm_get_sec_sta_mask()
21 if (keyconf->link_id >= 0) { in iwl_mvm_get_sec_sta_mask()
22 link_info = mvmvif->link[keyconf->link_id]; in iwl_mvm_get_sec_sta_mask()
27 /* AP group keys are per link and should be on the mcast/bcast STA */ in iwl_mvm_get_sec_sta_mask()
28 if (vif->type == NL80211_IFTYPE_AP && in iwl_mvm_get_sec_sta_mask()
29 !(keyconf->flags & IEEE80211_KEY_FLAG_PAIRWISE)) { in iwl_mvm_get_sec_sta_mask()
31 if (keyconf->keyidx >= 4) in iwl_mvm_get_sec_sta_mask()
[all …]
/freebsd/contrib/wpa/hostapd/
H A DREADME1 hostapd - user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP
5 Copyright (c) 2002-2024, Jouni Malinen <j@w1.fi> and contributors
17 -------
33 3. Neither the name(s) of the above-listed copyright holder(s) nor the
68 ------------
71 - drivers:
73 (http://w1.fi/hostap-driver.html)
77 mac80211-based drivers that support AP mode (with driver=nl80211).
84 FreeBSD -current
89 -------------------
[all …]
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_background.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
14 <refpurpose>Background information on Wi-Fi Protected Access and IEEE 802.11i</refpurpose>
21 most networks that require some kind of security. Task group I
22 (Security) of IEEE 802.11 working group
28 <para>Wi-Fi Alliance (http://www.wi-fi.org/) used a draft version
31 hardware. This is called Wi-Fi Protected Access&lt;TM&gt; (WPA). This
33 and certification done by Wi-Fi Alliance. Wi-Fi provides
35 (http://www.wi-fi.org/OpenSection/protected_access.asp).</para>
39 40-bit keys, 24-bit initialization vector (IV), and CRC32 to
44 makes attacks easier, there is no replay protection, and non-keyed
[all …]
/freebsd/share/man/man9/
H A Dieee80211_crypto.9121 by drivers with automatic fall-back to software implementations when a
130 structure defines protocol-related state such as the number of bytes
132 and entry points for setting up keys and doing cryptographic operations.
154 layer implements a per-vap 4-element
156 and a per-station
160 and Multicast/Group keys,
162 Keys in the global table are identified by a key index in the range 0-3.
163 Per-station keys are identified by the MAC address of the station and
169 operations for managing both global and per-station keys.
190 is used to reclaim all keys in the global key table for a vap; it
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dmediatek,mt6779-keypad.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/mediatek,mt6779-keypad.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mattijs Korpershoek <mkorpershoek@baylibre.com>
13 - $ref: /schemas/input/matrix-keymap.yaml#
16 Mediatek's Keypad controller is used to interface a SoC with a matrix-type
19 The keypad controller can sense a key-press and key-release and report the
25 - const: mediatek,mt6779-keypad
26 - items:
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp.conf.mdoc.in6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:50 AM by AutoGen 5.18.16
8 .\" and the template file agmdoc-cmd.tpl
14 .Op Fl \-option\-name
15 .Op Fl \-option\-name Ar value
46 host addresses written in numeric, dotted\-quad form,
62 .Bl -bullet -offset indent
111 If the Basic Socket Interface Extensions for IPv6 (RFC\-255
[all...]
H A Dntp.conf.5mdoc6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:50 AM by AutoGen 5.18.16
8 .\" and the template file agmdoc-cmd.tpl
14 .Op Fl \-option\-name
15 .Op Fl \-option\-name Ar value
46 host addresses written in numeric, dotted\-quad form,
62 .Bl -bullet -offset indent
111 If the Basic Socket Interface Extensions for IPv6 (RFC\-255
[all...]
H A Dntp.conf.def1 /* -*- Mode: Text -*- */
7 // We want the synopsis to be "/etc/ntp.conf" but we need the prog-name
8 // to be ntp.conf - the latter is also how autogen produces the output
10 prog-name = "ntp.conf";
11 file-path = "/etc/ntp.conf";
12 prog-title = "Network Time Protocol daemon (ntpd) configuration format";
15 explain = <<- _END_EXPLAIN
18 doc-section = {
19 ds-type = 'DESCRIPTION';
20 ds-format = 'mdoc';
[all …]
H A Dntp.conf.5man2 . it 1 an-trap
6 .ds B-Font [CB]
7 .ds I-Font [CI]
8 .ds R-Font [CR]
10 .ds B-Font B
11 .ds I-Font I
12 .ds R-Font R
15 .\" EDIT THIS FILE WITH CAUTION (in-mem file)
17 .\" It has been AutoGen-ed May 25, 2024 at 12:04:03 AM by AutoGen 5.18.16
19 .\" and the template file agman-cm
[all...]
H A Dntp.conf.man.in2 . it 1 an-trap
6 .ds B-Font [CB]
7 .ds I-Font [CI]
8 .ds R-Font [CR]
10 .ds B-Font B
11 .ds I-Font I
12 .ds R-Font R
15 .\" EDIT THIS FILE WITH CAUTION (in-mem file)
17 .\" It has been AutoGen-ed May 25, 2024 at 12:04:03 AM by AutoGen 5.18.16
19 .\" and the template file agman-cm
[all...]
H A Dinvoke-ntp.conf.texi7 # EDIT THIS FILE WITH CAUTION (invoke-ntp.conf.texi)
9 # It has been AutoGen-ed May 25, 2024 at 12:03:56 AM by AutoGen 5.18.16
11 # and the template file agtexi-file.tpl
27 @code{-c}
42 host addresses written in numeric, dotted-quad form,
108 If the Basic Socket Interface Extensions for IPv6 (RFC-2553)
128 @code{-4}
132 @code{-6}
149 either a DNS name or an IP address in dotted-quad notation.
176 persistent symmetric-activ
[all...]
/freebsd/contrib/ntp/util/
H A Dntp-keygen.mdoc.in4 .\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc)
6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:46 AM by AutoGen 5.18.16
7 .\" From the definitions ntp-keygen-opts.def
8 .\" and the template file agmdoc-cmd.tpl
10 .Nm ntp-keygen
17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc
24 It can generate message digest keys use
[all...]
H A Dntp-keygen.1ntp-keygenmdoc2 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
4 .\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc)
6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:46 AM by AutoGen 5.18.16
7 .\" From the definitions ntp-keygen-opts.def
8 .\" and the template file agmdoc-cmd.tpl
10 .Nm ntp-keygen
17 .Op Fl \-option\-nam
[all...]
H A Dntp-keygen.1ntp-keygenman2 . it 1 an-trap
6 .ds B-Font [CB]
7 .ds I-Font [CI]
8 .ds R-Font [CR]
10 .ds B-Font B
11 .ds I-Font I
12 .ds R-Font R
13 .TH ntp-keygen 1ntp-keygenman "25 May 2024" "ntp (4.2.8p18)" "User Commands"
15 .\" EDIT THIS FILE WITH CAUTION (in-me
[all...]
H A Dntp-keygen.man.in2 . it 1 an-trap
6 .ds B-Font [CB]
7 .ds I-Font [CI]
8 .ds R-Font [CR]
10 .ds B-Font B
11 .ds I-Font I
12 .ds R-Font R
13 .TH ntp-keygen @NTP_KEYGEN_MS@ "25 May 2024" "ntp (4.2.8p18)" "User Commands"
15 .\" EDIT THIS FILE WITH CAUTION (in-mem file)
17 .\" It has been AutoGen-e
[all...]
H A Dntp-keygen-opts.def1 /* -*- Mode: Text -*- */
7 #include autogen-version.def
9 prog-name = "ntp-keygen";
10 prog-title = "create a Network Time Protocol host key";
19 arg-type = number;
20 arg-name = imbits;
21 arg-range = '256->2048';
24 doc = <<- _EndOfDoc_
32 arg-type = string;
33 arg-name = scheme;
[all …]
/freebsd/contrib/unbound/contrib/
H A Dunbound.spec_fedora5 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_py…
6 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_…
15 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
21 Patch1: unbound-1.2-glob.patch
23 Group: System Environment/Daemons
24 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
25 BuildRequires: flex, openssl-devel , ldns-devel >= 1.5.0,
26 BuildRequires: libevent-devel expat-devel
28 BuildRequires: python-devel swig
38 Requires(pre): shadow-utils
[all …]
/freebsd/crypto/krb5/src/windows/installer/wix/
H A Dmsi-deployment-guide.txt6 ----------------------------------------------------------------------
25 3.1.2 Common Plug-in Settings
26 3.1.3 Settings for the Kerberos 5 Credentials Provider Plug-in
27 3.1.4 Settings for the kerberos 4 Credentials Provider Plug-in
32 ----------------------------------------------------------------------
39 Kerberos through Group Policy.
45 and configuration files through group policy and/or startup
68 http://msdn.microsoft.com/library/en-us/msi/setup/windows_installer_start_page.asp
72 http://msdn.microsoft.com/library/en-us/msi/setup/transforms.asp
78 MSDN includes a step-by-step example for creating a transform at:
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-EC.pod5 EVP_PKEY-EC,
6 EVP_KEYMGMT-EC
7 - EVP_PKEY EC keytype and algorithm support
16 curve name "group". For curves with no curve name, explicit parameters can be
17 used that specify "field-type", "p", "a", "b", "generator" and "order".
23 built-in EC algorithm:
27 =item "group" (B<OSSL_PKEY_PARAM_GROUP_NAME>) <UTF8 string>
31 =item "field-type" (B<OSSL_PKEY_PARAM_EC_FIELD_TYPE>) <UTF8 string>
33 The value should be either "prime-field" or "characteristic-two-field",
39 represents the irreducible polynomial - each bit represents a term in the
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog3 2024-07-20 - v2.11
4 * Wi-Fi Easy Connect
5 - add support for DPP release 3
6 - allow Configurator parameters to be provided during config exchange
8 - add support for GCM-AES-256 cipher suite
9 - remove incorrect EAP Session-Id length constraint
10 - add hardware offload support for additional drivers
11 * HE/IEEE 802.11ax/Wi-Fi 6
12 - support BSS color updates
13 - various fixes
[all …]
H A DREADME4 Copyright (c) 2003-2024, Jouni Malinen <j@w1.fi> and contributors
16 -------
32 3. Neither the name(s) of the above-listed copyright holder(s) nor the
51 --------
54 - WPA-PSK ("WPA-Personal")
55 - WPA with EAP (e.g., with RADIUS authentication server) ("WPA-Enterprise")
58 * EAP-TLS
59 * EAP-PEAP/MSCHAPv2 (both PEAPv0 and PEAPv1)
60 * EAP-PEAP/TLS (both PEAPv0 and PEAPv1)
61 * EAP-PEAP/GTC (both PEAPv0 and PEAPv1)
[all …]
/freebsd/sys/contrib/openzfs/cmd/
H A Dzarcstat.in2 # SPDX-License-Identifier: CDDL-1.0
5 # For a definition of fields, or usage, use zarcstat -v
17 # but has since moved to the illumos-gate repository.
33 # or https://opensource.org/licenses/CDDL-1.0.
66 "time": [8, -1, "Time"],
67 "hits": [4, 1000, "ARC hits per second"],
68 "iohs": [4, 1000, "ARC I/O hits per second"],
69 "miss": [4, 1000, "ARC misses per second"],
70 "read": [4, 1000, "Total ARC accesses per second"],
74 "dhit": [4, 1000, "Demand hits per second"],
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dkey.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
16 bool pairwise = key->flags & IEEE80211_KEY_FLAG_PAIRWISE; in iwl_mld_get_key_flags()
17 bool igtk = key->keyidx == 4 || key->keyidx == 5; in iwl_mld_get_key_flags()
23 switch (key->cipher) { in iwl_mld_get_key_flags()
41 if (!sta && vif->type == NL80211_IFTYPE_STATION) in iwl_mld_get_key_flags()
42 sta = mld_vif->ap_sta; in iwl_mld_get_key_flags()
50 if ((sta && sta->mfp && pairwise) || igtk) in iwl_mld_get_key_flags()
53 if (key->flags & IEEE80211_KEY_FLAG_SPP_AMSDU) in iwl_mld_get_key_flags()
68 lockdep_assert_wiphy(mld->wiphy); in iwl_mld_get_key_sta_mask()
70 /* AP group keys are per link and should be on the mcast/bcast STA */ in iwl_mld_get_key_sta_mask()
[all …]

12345678910>>...12