/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
H A D | argon2.c | 101 const uint32_t parallelism, const void *pwd, in argon2_hash() argument 144 context.lanes = parallelism; in argon2_hash() 145 context.threads = parallelism; in argon2_hash() 180 const uint32_t parallelism, const void *pwd, in argon2i_hash_encoded() argument 185 return argon2_hash(t_cost, m_cost, parallelism, pwd, pwdlen, salt, saltlen, in argon2i_hash_encoded() 191 const uint32_t parallelism, const void *pwd, in argon2i_hash_raw() argument 195 return argon2_hash(t_cost, m_cost, parallelism, pwd, pwdlen, salt, saltlen, in argon2i_hash_raw() 200 const uint32_t parallelism, const void *pwd, in argon2d_hash_encoded() argument 205 return argon2_hash(t_cost, m_cost, parallelism, pwd, pwdlen, salt, saltlen, in argon2d_hash_encoded() 211 const uint32_t parallelism, const void *pwd, in argon2d_hash_raw() argument [all …]
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
H A D | argon2.c | 87 const uint32_t parallelism, const void *pwd, const size_t pwdlen, in argon2_hash() argument 125 context.lanes = parallelism; in argon2_hash() 126 context.threads = parallelism; in argon2_hash() 160 const uint32_t parallelism, const void *pwd, in argon2i_hash_encoded() argument 165 return argon2_hash(t_cost, m_cost, parallelism, pwd, pwdlen, salt, saltlen, in argon2i_hash_encoded() 171 const uint32_t parallelism, const void *pwd, in argon2i_hash_raw() argument 175 return argon2_hash(t_cost, m_cost, parallelism, pwd, pwdlen, salt, saltlen, in argon2i_hash_raw() 181 const uint32_t parallelism, const void *pwd, in argon2id_hash_encoded() argument 186 return argon2_hash(t_cost, m_cost, parallelism, pwd, pwdlen, salt, saltlen, in argon2id_hash_encoded() 192 const uint32_t parallelism, const void *pwd, in argon2id_hash_raw() argument [all …]
|
H A D | argon2.h | 213 const uint32_t parallelism, const void *pwd, 234 const uint32_t parallelism, const void *pwd, 254 const uint32_t parallelism, const void *pwd, 273 const uint32_t parallelism, const void *pwd, 279 const uint32_t parallelism, const void *pwd,
|
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/include/ |
H A D | argon2.h | 266 const uint32_t parallelism, 287 const uint32_t parallelism, const void *pwd, 294 const uint32_t parallelism, 301 const uint32_t parallelism, const void *pwd, 308 const uint32_t parallelism, 316 const uint32_t parallelism, const void *pwd, 323 const uint32_t parallelism, const void *pwd, 430 uint32_t parallelism, uint32_t saltlen,
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/pwmods/ |
H A D | argon2.c | 62 static unsigned long parallelism = SLAPD_ARGON2_PARALLELISM; variable 89 encoded_length = argon2_encodedlen( iterations, memory, parallelism, in slapd_argon2_hash() 116 if ( argon2i_hash_encoded( iterations, memory, parallelism, in slapd_argon2_hash() 218 parallelism = value; in init_module() 229 if ( parallelism != SLAPD_ARGON2_PARALLELISM ) { in init_module() 233 parallelism ); in init_module()
|
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/ |
H A D | README.md | 37 * A **parallelism** degree, which defines the number of parallel threads 57 Usage: ./argon2 [-h] salt [-i|-d|-id] [-t iterations] [-m memory] [-p parallelism] [-l hash length… 66 -p N Sets parallelism to N threads (default 1) 96 parallelism), the password input buffer, the salt input buffer, and the 125 and parallelism is set to 1 (single-thread). 153 uint32_t parallelism = 1; // number of threads and lanes 156 argon2i_hash_raw(t_cost, m_cost, parallelism, pwd, pwdlen, salt, SALTLEN, hash1, HASHLEN); 168 t_cost, m_cost, parallelism, parallelism,
|
/netbsd-src/sbin/cgdconfig/ |
H A D | argon2_utils.c | 82 size_t *iterations, size_t *memory, size_t *parallelism) in argon2id_calibrate() argument 171 *parallelism = ncpus; in argon2id_calibrate()
|
H A D | cgdlex.l | 102 parallelism { RETTOKEN(PARALLELISM); }
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
H A D | parallelism | 3 $description = "Test parallelism (-j) option."; 35 # Test parallelism with included files. Here we sleep/echo while 49 # Test parallelism with included files--this time recurse first and make
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/parallelism-groups/ |
H A D | lit.cfg | 2 config.name = 'parallelism-groups'
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | package.d | 61 std.parallelism,
|
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/ |
H A D | gcc-svn-env | 23 # Used for parallelism in make commands; very system-dependent, this is POSIX.
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/ |
H A D | gcc-svn-env | 23 # Used for parallelism in make commands; very system-dependent, this is POSIX.
|
/netbsd-src/external/gpl2/gmake/dist/tests/ |
H A D | ChangeLog | 8 * scripts/features/parallelism: Test that the jobserver is 66 * scripts/features/parallelism: Add a test for bug #15641. 80 * scripts/features/parallelism, scripts/functions/wildcard, 158 * scripts/features/parallelism: Add a test for a bug reported by 240 * scripts/features/parallelism: Add a test for exporting recursive 751 * scripts/features/parallelism: Add a check to ensure that the 799 * scripts/features/parallelism: The second test output could
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/ |
H A D | README | 48 minutes to compile), parallelism is built into their compilation. 168 An integer, specifies the amount of parallelism in the builds.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/ |
H A D | README | 48 minutes to compile), parallelism is built into their compilation. 168 An integer, specifies the amount of parallelism in the builds.
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | Vectorizers.rst | 352 high degree of parallelism can fully utilize the entire width of the machine. 353 The Loop Vectorizer increases the instruction level parallelism (ILP) by 428 The goal of SLP vectorization (a.k.a. superword-level parallelism) is
|
H A D | HowToAddABuilder.rst | 38 of parallelism (-j param) would give the fastest build. You can build
|
/netbsd-src/external/apache2/llvm/dist/clang/runtime/ |
H A D | CMakeLists.txt | 17 # Use special command for Makefiles to support parallelism.
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/ |
H A D | Makefile.am | 129 std/net/isemail.d std/numeric.d std/outbuffer.d std/parallelism.d \
|
H A D | index.d | 247 $(TDNW $(MREF std,parallelism)) 248 $(TD High level primitives for SMP parallelism.)
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/ |
H A D | index.dd | 247 $(TDNW $(MREF std,parallelism)) 248 $(TD High level primitives for SMP parallelism.)
|
H A D | Makefile.am | 148 std/parallelism.d std/path.d std/process.d std/random.d \
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
H A D | 2001-02-09-AdveComments.txt | 98 o About explicit parallelism:
|
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
H A D | LLVMExternalProjectUtils.cmake | 11 # Use special command for Makefiles to support parallelism.
|