Home
last modified time | relevance | path

Searched refs:additional (Results 1 – 25 of 3564) sorted by relevance

12345678910>>...143

/netbsd-src/sys/crypto/nist_hash_drbg/
H A Dnist_hash_drbg.c159 const void *additional, size_t additionallen) in nist_hash_drbg_reseed() argument
166 { .hv_base = additional, .hv_len = additionallen }, in nist_hash_drbg_reseed()
198 const void *additional, size_t additionallen) in nist_hash_drbg_generate() argument
221 hash_update(&ctx, additional, additionallen); in nist_hash_drbg_generate()
465 const struct hvec *const *additional; member
473 .additional = kat_no_additional,
539 .additional = kat_additional,
605 .additional = kat_no_additional,
671 .additional = kat_additional,
737 .additional = kat_no_additional,
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-options.c535 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()
594 additional->permitlisten, additional->npermitlisten) != 0) in sshauthopt_merge()
[all …]
/netbsd-src/common/dist/zlib/os400/
H A Dbndsrc52 /* Version 1.2.1 additional entry points. */
67 /* Version 1.2.4 additional entry points. */
92 /* Version 1.2.6 additional entry points. */
100 /* Version 1.2.8 additional entry points. */
107 /* Version 1.2.9 additional entry points. */
120 /* Version 1.2.12 additional entry points. */
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-pdp11.c32 int additional; /* Is there an additional word? */ member
487 operand->additional = true; in parse_op_no_deferred()
547 operand->additional = 1; in parse_op_no_deferred()
569 operand->additional = true; in parse_op_no_deferred()
731 op1.additional = false; in md_assemble()
734 op2.additional = false; in md_assemble()
822 if (op1.additional) in md_assemble()
831 if (op1.additional) in md_assemble()
850 if (op1.additional) in md_assemble()
859 if (op1.additional) in md_assemble()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-pdp11.c32 int additional; /* Is there an additional word? */ member
487 operand->additional = true; in parse_op_no_deferred()
547 operand->additional = 1; in parse_op_no_deferred()
569 operand->additional = true; in parse_op_no_deferred()
731 op1.additional = false; in md_assemble()
734 op2.additional = false; in md_assemble()
822 if (op1.additional) in md_assemble()
831 if (op1.additional) in md_assemble()
850 if (op1.additional) in md_assemble()
859 if (op1.additional) in md_assemble()
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/os400/
H A Dbndsrc52 /* Version 1.2.1 additional entry points. */
67 /* Version 1.2.4 additional entry points. */
92 /* Version 1.2.6 additional entry points. */
100 /* Version 1.2.8 additional entry points. */
107 /* Version 1.2.9 additional entry points. */
/netbsd-src/external/gpl3/gdb.old/dist/zlib/os400/
H A Dbndsrc52 /* Version 1.2.1 additional entry points. */
67 /* Version 1.2.4 additional entry points. */
92 /* Version 1.2.6 additional entry points. */
100 /* Version 1.2.8 additional entry points. */
107 /* Version 1.2.9 additional entry points. */
/netbsd-src/external/gpl3/binutils.old/dist/zlib/os400/
H A Dbndsrc52 /* Version 1.2.1 additional entry points. */
67 /* Version 1.2.4 additional entry points. */
92 /* Version 1.2.6 additional entry points. */
100 /* Version 1.2.8 additional entry points. */
107 /* Version 1.2.9 additional entry points. */
/netbsd-src/external/gpl3/gdb/dist/zlib/os400/
H A Dbndsrc52 /* Version 1.2.1 additional entry points. */
67 /* Version 1.2.4 additional entry points. */
92 /* Version 1.2.6 additional entry points. */
100 /* Version 1.2.8 additional entry points. */
107 /* Version 1.2.9 additional entry points. */
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dopt_amu_cflags.m45 [AC_MSG_CHECKING(for additional C option compilation flags)
8 [compile package with ARG additional C flags]),
18 # default is to have no additional C flags
H A Dos_cflags.m42 dnl Specify additional compile options based on the OS and the compiler
5 AC_CACHE_CHECK(additional compiler flags,
42 # turn on additional headers
H A Dos_cppflags.m42 dnl Specify additional cpp options based on the OS and the compiler
5 AC_CACHE_CHECK(additional preprocessor flags,
H A Dos_ldflags.m42 dnl Specify additional linker options based on the OS and the compiler
5 AC_CACHE_CHECK(additional linker flags,
/netbsd-src/external/bsd/ntp/dist/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])
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A DKconfig.debug20 bool "Enable additional driver debugging"
77 Enable additional logging that may help track down the cause of
90 Enable additional and verbose debugging output that will spam
104 Enable additional and verbose debugging output that will spam
113 bool "Enable additional driver debugging for fence objects"
126 bool "Enable additional driver debugging for detecting dependency cycles"
138 bool "Enable additional driver debugging for GuC"
/netbsd-src/external/bsd/nsd/dist/doc/
H A DREQUIREMENTS188 NSD does not include the DNSKEY RRset in the additional section on
422 additional section, using glue RRs if the addresses are not
474 additional section.
487 useful to the additional section of the query if the DO bit was
509 When processing the additional section priority is (rfc 2535 3.5 and
518 If the DO bit is set RRSIGs will be included with the additional data.
622 allow for incomplete RRsets in the additional section.
660 No additional processing
670 No additional section processing.
674 No additional section processing.
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DRAND_DRBG_generate.pod34 The caller can optionally provide additional data to be used for reseeding
36 This additional data is mixed into the internal state of the random
38 The additional data can be omitted by setting B<adin> to NULL and
44 which collects some additional data from low entropy sources
H A DPKCS12_parse.pod20 certificate to B<*cert> and any additional certificates to B<*ca>.
25 which case additional certificates will be discarded. B<*ca> can also be a
26 valid STACK in which case additional certificates are appended to B<*ca>. If
/netbsd-src/external/cddl/dtracetoolkit/dist/Java/
H A DReadme12 The ExtendedDTraceProbes flag is not on by default to avoid the additional
13 overhead for maintaining these additional probes. When this flag is
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmake12 # by additional escaping point character
14 # and NSIS script with "!include" by additional escaping point character
/netbsd-src/external/apache2/llvm/autoconf/autoconf/
H A DLICENSE.TXT9 additional copyrights and restrictions:
23 Please see the source files for additional copyrights.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DERR_new.pod35 number I<lib> and the reason code I<reason>, and additional data as a
37 The additional data is processed with L<BIO_snprintf(3)> to form the
38 additional data string, which is allocated and store in the error
H A DPKCS12_parse.pod20 certificate to B<*cert> and any additional certificates to B<*ca>.
25 the private key, the corresponding certificate, or the additional certificates,
31 then additional certificates are appended in the given order to B<*ca>.
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rpz/
H A DREADME9 See the COPYRIGHT file distributed with this work for additional
24 ns5 and ns7 are additional rewriting resolvers.
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dtest_packets.566 ; additional: . OPT 4096
68 ; additional: . OPT 4096

12345678910>>...143