Home
last modified time | relevance | path

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

12345678910>>...181

/freebsd-src/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-src/contrib/unbound/testdata/
H A Diter_scrub_rr_length.rpl
H A Diter_ghost_grandchild_delegation.rpl
H A Dsubnet_global_prefetch.crpl
H A Dsubnet_global_prefetch_expired.crpl
H A Diter_ignore_empty.rpl
H A Dsubnet_global_prefetch_always_forward.crpl
H A Diter_dname_ttl.rpl
H A Ddisable_edns_do.rpl
H A Dsubnet_scopezero_noedns.crpl
H A Dval_scrub_rr_length.rpl
H A Dsubnet_cached_size.crpl
H A Diter_nat64.rpl
H A Diter_nat64_prefix48.rpl
H A Dsubnet_cached_servfail.crpl
H A Diter_nat64_prefix.rpl
H A Dedns_downstream_cookies.rpl
H A Dsubnet_prezero.crpl
/freebsd-src/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-src/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",
/freebsd-src/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-src/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 …]

12345678910>>...181