/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3454.txt | 250 - 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 D | map_table.c | 292 {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 D | suff.exp | 7 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 D | suff.mk | 33 # 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 D | bearssl_aead.h | 40 * # 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 D | bearssl_rand.h | 43 * 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 D | additionalProperties.json | 12 "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 D | additionalItems.json | 10 "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 D | wm8960.txt | 13 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 D | wlf,wm8960.yaml | 56 - 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 D | auth-options.c | 530 * 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/contrib/pam-krb5/tests/ |
H A D | README | 34 test succeeded or failed. Additional information about the test can 36 Additional diagnostics and information can be provided in lines 76 environment variables to locate additional test data, programs and 95 for serious testing is Test::More, which provides a lot of additional 158 It's common to need additional test functions and utility functions 163 tap/basic.h to add those additional functions, add additional *.c and 165 prototypes, and then add those additional objects to the library. 170 Libraries of additional useful TAP test functions are available in 225 commands, there's an additional function ok_program provided by the
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | fsl,imx6q-pcie.txt | 18 - 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 D | man.conf.5 | 53 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/crypto/krb5/src/tests/ |
H A D | t_preauth.py | 22 '/Additional pre-authentication required', 48 '/Additional pre-authentication required', 94 '/Additional pre-authentication required', 111 '/Additional pre-authentication required', 133 '/Additional pre-authentication required', 152 '/Additional pre-authentication required', 177 '/Additional pre-authentication required', 197 '/Additional pre-authentication required', 215 '/Additional pre-authentication required', 237 '/Additional pre-authentication required',
|
H A D | t_spake.py | 20 '/Additional pre-authentication required', 34 msgs = ('/Additional pre-authentication required', 55 '/Additional pre-authentication required', 92 '/Additional pre-authentication required', 130 '/Additional pre-authentication required',
|
/freebsd/sys/contrib/openzfs/contrib/pam_zfs_key/ |
H A D | zfs_key | 4 Auth-Type: Additional 8 Session-Type: Additional 11 Password-Type: Additional
|
/freebsd/sbin/geom/core/ |
H A D | geom.8 | 77 (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 D | pcap-config.1 | 40 .B \-\-additional\-libs 88 .B \-\-additional\-libs 102 .B \-\-additional\-libs 110 .B \-\-additional\-libs
|
/freebsd/lib/geom/raid3/ |
H A D | graid3.8 | 97 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 D | provider-rand.pod | 39 /* 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 D | gmirror.8 | 161 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 D | os_cflags.m4 | 2 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 D | provider-rand.7 | 172 \& /* 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 D | README-MULTI-AP | 49 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.
|