Home
last modified time | relevance | path

Searched full:additional (Results 1 – 25 of 2991) sorted by relevance

12345678910>>...120

/freebsd/crypto/heimdal/lib/wind/
H A Drfc3454.txt250 - Any additional mapping tables specific to the profile
260 - Any additional characters that are prohibited as output specific to
457 additional characters added from the algorithm above.
555 additional characters.
1203 Additional significant improvements were proposed by:
2025 037A; 0020 03B9; Additional folding
2064 03D2; 03C5; Additional folding
2065 03D3; 03CD; Additional folding
2066 03D4; 03CB; Additional folding
2607 20A8; 0072 0073; Additional folding
[all …]
H A Dmap_table.c292 {0x37a, 2, 226, WIND_PROFILE_NAME|WIND_PROFILE_LDAP_CASE}, /* B.2: Additional folding */
331 {0x3d2, 1, 255, WIND_PROFILE_NAME|WIND_PROFILE_LDAP_CASE}, /* B.2: Additional folding */
332 {0x3d3, 1, 233, WIND_PROFILE_NAME|WIND_PROFILE_LDAP_CASE}, /* B.2: Additional folding */
333 {0x3d4, 1, 261, WIND_PROFILE_NAME|WIND_PROFILE_LDAP_CASE}, /* B.2: Additional folding */
831 {0x20a8, 2, 23, WIND_PROFILE_NAME|WIND_PROFILE_LDAP_CASE}, /* B.2: Additional folding */
832 {0x2102, 1, 8, WIND_PROFILE_NAME|WIND_PROFILE_LDAP_CASE}, /* B.2: Additional folding */
833 {0x2103, 2, 762, WIND_PROFILE_NAME|WIND_PROFILE_LDAP_CASE}, /* B.2: Additional folding */
834 {0x2107, 1, 143, WIND_PROFILE_NAME|WIND_PROFILE_LDAP_CASE}, /* B.2: Additional folding */
835 {0x2109, 2, 764, WIND_PROFILE_NAME|WIND_PROFILE_LDAP_CASE}, /* B.2: Additional folding */
836 {0x210b, 1, 13, WIND_PROFILE_NAME|WIND_PROFILE_LDAP_CASE}, /* B.2: Additional folding */
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dsuff.exp7 Var_Parse: ${.PREFIX}${.ARCHIVE}.additional (eval)
8 Var_Parse: ${.ARCHIVE}.additional (eval)
9 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional
10 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from
11 … step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional
12 … step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additiona…
38 … step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additiona…
54 Expanding "${.PREFIX}${.ARCHIVE}.additional"...Var_Parse: ${.PREFIX}${.ARCHIVE}.additional (eval)
55 Var_Parse: ${.ARCHIVE}.additional (eval)
56 edge-case.additional...
[all …]
H A Dsuff.mk33 # expect: Var_Parse: ${.ARCHIVE}.additional (eval)
34 edge-case.to: ${.PREFIX}${.ARCHIVE}.additional
36 edge-case.from edge-case.additional:
/freebsd/contrib/bearssl/inc/
H A Dbearssl_aead.h40 * # Authenticated Encryption with Additional Data
60 * - Additional authenticated data, which is covered by the MAC but
64 * tag. It is assumed that the encrypted data, the tag, the additional
66 * additional data and the nonce may be implicit (e.g. using elements of
92 * Inject some additional authenticated data. Additional data may
97 * This function MUST be called after injecting all additional
125 * - The additional authenticated data must be processed first,
128 * - Nonce, plaintext and additional authenticated data all consist
133 * of additional data and plaintext. This API does not provide any
153 * Pointer to the additional authenticated data injection function.
[all …]
H A Dbearssl_rand.h43 * demand. It is initialized with an initial seed, and additional seed
64 * Inject some additional seed.
71 * Note that the context initialisation method may accept additional
73 * additional parameters depend on the implemented PRNG.
177 * \brief Inject additional seed bytes.
183 * \param seed additional seed.
184 * \param seed_len additional seed length (in bytes).
255 * \brief Inject additional seed bytes in HMAC_DRBG.
263 * \param seed additional seed.
264 * \param seed_len additional seed length (in bytes).
[all …]
/freebsd/contrib/libucl/tests/schema/
H A DadditionalProperties.json12 "description": "no additional properties is valid",
17 "description": "an additional property is invalid",
27 "description": "patternProperties are not additional properties",
42 "description": "no additional properties is valid",
47 "description": "an additional valid property is valid",
52 "description": "an additional invalid property is invalid",
63 "description": "additional properties are allowed",
H A DadditionalItems.json10 "description": "additional items match schema",
15 "description": "additional items do not match schema",
43 "description": "no additional items present",
48 "description": "additional items are not permitted",
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dwm8960.txt13 R24 (Additional control 2) gets set, indicating that ADCLRC and DACLRC pins
26 hp-cfg[0]: HPSEL[1:0] of R48 (Additional Control 4).
27 hp-cfg[1]: {HPSWEN:HPSWPOL} of R24 (Additional Control 2).
28 hp-cfg[2]: {TOCLKSEL:TOEN} of R23 (Additional Control 1).
33 gpio-cfg[1]: {GPIOPOL:GPIOSEL[2:0]} of R48 (Additional Control 4).
H A Dwlf,wm8960.yaml56 - gpio-cfg[1]: {GPIOPOL:GPIOSEL[2:0]} of R48 (Additional Control 4).
63 - hp-cfg[0]: HPSEL[1:0] of R48 (Additional Control 4).
64 - hp-cfg[1]: {HPSWEN:HPSWPOL} of R24 (Additional Control 2).
65 - hp-cfg[2]: {TOCLKSEL:TOEN} of R23 (Additional Control 1).
70 If present, the LRCM bit of R24 (Additional control 2) gets set,
/freebsd/crypto/openssh/
H A Dauth-options.c530 * Merges "additional" options to "primary" and returns the result.
535 const struct sshauthopt *additional, const char **errstrp) in sshauthopt_merge() argument
553 tmp = additional->required_from_host_cert; in sshauthopt_merge()
558 tmp = additional->required_from_host_keys; in sshauthopt_merge()
568 ret->force_tun_device = additional->force_tun_device; in sshauthopt_merge()
573 } else if (additional->nenv) { in sshauthopt_merge()
575 additional->env, additional->nenv) != 0) in sshauthopt_merge()
582 } else if (additional->npermitopen > 0) { in sshauthopt_merge()
584 additional->permitopen, additional->npermitopen) != 0) in sshauthopt_merge()
592 } else if (additional->npermitlisten > 0) { in sshauthopt_merge()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dfsl,imx6q-pcie.txt18 - clock-names: Must include the following additional entries:
45 Additional required properties for imx6sx-pcie:
46 - clock names: Must include the following additional entries:
52 Additional required properties for imx7d-pcie and imx8mq-pcie:
62 Additional required properties for imx8mq-pcie:
63 - clock-names: Must include the following additional entries:
/freebsd/usr.bin/man/
H A Dman.conf.553 system for extending the manual set to support additional paths and locales.
55 is intended to be used by the local administrator to set additional policy.
60 Overrides the default location to import additional manual configuration files.
96 A perl port that needs to install additional manual pages outside of the
133 # Look for additional configuration files
/freebsd/sys/contrib/openzfs/contrib/pam_zfs_key/
H A Dzfs_key4 Auth-Type: Additional
8 Session-Type: Additional
11 Password-Type: Additional
/freebsd/sbin/geom/core/
H A Dgeom.877 (if no additional arguments were specified) or the given geoms.
79 Additional options include:
86 (if no additional arguments were specified) or the given geoms.
89 Additional options include:
114 Additional options include:
/freebsd/contrib/libpcap/
H A Dpcap-config.140 .B \-\-additional\-libs
88 .B \-\-additional\-libs
102 .B \-\-additional\-libs
110 .B \-\-additional\-libs
/freebsd/lib/geom/raid3/
H A Dgraid3.897 Additional options include:
139 Additional options include:
175 Additional options include:
185 Additional options include:
204 Additional options include:
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-rand.pod39 /* Random number generator functions: additional */
100 Additional input I<addin> of length I<addin_len> bytes can optionally
112 from a live entropy source. Additional input I<addin> of length I<addin_len>
115 =head2 Random Number Generator Functions: Additional
125 true, the bytes will be produced from a live entropy source. Additional
162 Any parameter settings are additional to any that were previously set.
197 additional parameters are recognised. Not all
/freebsd/lib/geom/mirror/
H A Dgmirror.8161 Additional options include:
203 Additional options include:
235 Additional options include:
245 Additional options include:
264 Additional options include:
277 Additional options include:
298 Additional options include:
/freebsd/contrib/ntp/sntp/m4/
H A Dos_cflags.m42 dnl Specify additional compile options based on the OS and the compiler
4 AC_MSG_CHECKING([additional compiler flags])
15 # turn on additional headers
104 AC_MSG_CHECKING([additional linker flags])
/freebsd/secure/lib/libcrypto/man/man7/
H A Dprovider-rand.7172 \& /* Random number generator functions: additional */
231 Additional input \fIaddin\fR of length \fIaddin_len\fR bytes can optionally
243 from a live entropy source. Additional input \fIaddin\fR of length \fIaddin_len\fR
245 .SS "Random Number Generator Functions: Additional"
246 .IX Subsection "Random Number Generator Functions: Additional"
255 true, the bytes will be produced from a live entropy source. Additional
290 Any parameter settings are additional to any that were previously set.
320 additional parameters are recognised. Not all
/freebsd/contrib/wpa/hostapd/
H A DREADME-MULTI-AP49 station and is handled appropriately by wpa_supplicant, but two additional
50 features are required. It must send an additional information element in each
63 be handled specially by hostapd, because it must add an additional information
67 fronthaul and backhaul at the same time. The additional information element must
113 When a WPS M1 message has an additional subelement that indicates a request for
149 6. Enrollee sends M1 with additional Multi-AP subelement.
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_mp_names.c21 * P,Q and up to 8 additional primes.
41 * DP,DQ and up to 8 additional exponents.
61 * QINV and up to 8 additional exponents.
/freebsd/sys/netgraph/
H A Dng_parse.h300 * Additional info: struct ng_parse_struct_field *
320 * Additional info: struct ng_parse_fixedarray_info *
348 * Additional info: struct ng_parse_array_info *
373 * Additional info: None required
384 * Additional info: struct ng_parse_fixedstring_info *
399 * Additional info: None
416 * Additional info: None required
439 * Additional info: None required
447 * Additional info: None required
459 * Additional info: ng_parse_array_getLength_t *
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/
H A Dcommon-and-microarch.json309 …ounter counts each memory read access counted by L1D_CACHE that incurs additional latency because …
387additional latency because it returns instructions from outside of the Level 1 instruction cache o…
393 …ounter counts each memory read access counted by L2D_CACHE that incurs additional latency because …
399 …ounter counts each memory read access counted by L3D_CACHE that incurs additional latency because …
477 "PublicDescription": "Access with additional latency from alignment",
480 "BriefDescription": "Access with additional latency from alignment"
483 "PublicDescription": "Load with additional latency from alignment",
486 "BriefDescription": "Load with additional latency from alignment"
489 "PublicDescription": "Store with additional latency from alignment",
492 "BriefDescription": "Store with additional latency from alignment"

12345678910>>...120