Home
last modified time | relevance | path

Searched refs:generators (Results 1 – 25 of 110) sorted by relevance

12345

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
H A Dkey_correctness_proof.c177 bi_array_ptr generators = NULL; in is_pk_correct() local
325 generators = get_generators( public_key); in is_pk_correct()
343 generators->array[i], in is_pk_correct()
363 DUMP_BI( generators->array[i]); in is_pk_correct()
399 if( generators != NULL) free( generators); in is_pk_correct()
414 bi_array_ptr generators = get_generators( public_key); in generate_proof() local
459 generators->array[i], in generate_proof()
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DTypeGen.py414 self.generators = []
425 self.bounds = [g.cardinality for g in self.generators]
430 self.generators.append(g)
434 for g in self.generators:
444 return self.generators[index].get(M)
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-list.pod.in24 [B<-random-generators>]
111 =item B<-random-generators>
113 Display a list of random number generators.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
H A DCMakeLists.txt24 # CMAKE_BUILD_TYPE is only meaningful to single-configuration generators.
/netbsd-src/external/gpl3/gcc.old/dist/
H A DCOPYING.RUNTIME48 use of source code generators and preprocessors need not be considered
50 understood as starting with the output of the generators or
/netbsd-src/external/gpl3/gcc/dist/
H A DCOPYING.RUNTIME48 use of source code generators and preprocessors need not be considered
50 understood as starting with the output of the generators or
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man7/
H A Dbuild.info.pod72 generators, and are used to specify exactly what end product files
112 F<build.info> files. The build file generators are responsible for
166 file generators.
183 Attributes are passed as they are to the build file generators, and
441 generators should make the whole build depend on the given I<file>s,
476 The build file generators must be able to recognise the I<generator>.
523 The build file generators will decide what to do with them. For
531 the discretion of the build file generators.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_random_add_conf_module.pod19 generators to be configured with an OpenSSL L<config(5)> file.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h775 const std::tuple<ParamGenerator<T>...>& generators, bool is_end) in IteratorImpl() argument
777 begin_(std::get<I>(generators).begin()...), in IteratorImpl()
778 end_(std::get<I>(generators).end()...), in IteratorImpl()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmsooxml52 # Some OOXML generators add an extra customXml directory. Check another file.
/netbsd-src/external/bsd/ntp/dist/util/
H A DREADME39 tg.c and tg2.c are tone generators. They make audio signals
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMarkedUpDisassembly.rst17 generators, and pretty-printers, which need more than the raw instructions and
H A DBugpoint.rst20 generators, see :doc:`HowToSubmitABug`.
27 generators, and does not need to "know" how they work. Because of this, it may
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man5/
H A Dconfig.pod432 The available random bit generators are:
447 Other random bit generators ignore this name.
453 generators will use. Other random bit generators ignore this name.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DRAND.pod12 Software-based generators must be seeded with external randomness before they
H A Dprovider-rand.pod121 OSSL_FUNC_rand_get_seed() is used by deterministic generators to obtain their
196 For rands that are also deterministic random bit generators (DRBGs), these
/netbsd-src/external/apache2/llvm/dist/llvm/tools/xcode-toolchain/
H A DCMakeLists.txt104 …M_DISTRIBUTION_COMPONENTS cannot be specified with multi-configuration generators (i.e. Xcode or V…
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A DRAND.pod12 Software-based generators must be seeded with external randomness before they
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_get_client_random.pod57 ARE NOT random number generators. Instead, they return the mostly-random values that
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_get_client_random.pod57 ARE NOT random number generators. Instead, they return the mostly-random values that
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DRangesIssuePaperStatus.csv25 `LWG-3169 <https://wg21.link/LWG-3169>`__, ranges permutation generators discard useful information…
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake32 message(WARNING "Job pooling is only available with Ninja generators.")
51 message(WARNING "Job pooling is only available with Ninja generators.")
1107 # generators. This option disables optional build system features that make IDEs
1114 "Disable optional build system features that cause problems for IDE generators"
1117 message(WARNING "Disabling LLVM_ENABLE_IDE on multi-configuration generators is not recommended.")
H A DTableGen.cmake136 # CMake doesn't let compilation units depend on their dependent libraries on some generators.
H A DLLVMDistributionSupport.cmake26 …M_DISTRIBUTION_COMPONENTS cannot be specified with multi-configuration generators (i.e. Xcode or V…
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCMakeLists.txt246 # CMAKE_BUILD_TYPE is only meaningful to single-configuration generators.

12345