HomeSort by: relevance | last modified time | path
    Searched defs:opslimit (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2i.c 6 #define OPSLIMIT 3
17 unsigned long long opslimit; member in struct:tv::__anon0e6d55c50108
95 tests[i].opslimit, tests[i].memlimit,
114 unsigned long long opslimit; member in struct:tv2::__anon0e6d55c50208
147 tests[i].opslimit, tests[i].memlimit,
185 OPSLIMIT, MEMLIMIT, crypto_pwhash_alg_argon2id13()) == -1);
241 if (crypto_pwhash_argon2i_str(str_out, passwd, strlen(passwd), OPSLIMIT,
245 if (crypto_pwhash_argon2i_str(str_out2, passwd, strlen(passwd), OPSLIMIT,
252 if (crypto_pwhash_argon2i_str_needs_rehash(str_out, OPSLIMIT, MEMLIMIT) != 0) {
255 if (crypto_pwhash_argon2i_str_needs_rehash(str_out, OPSLIMIT, MEMLIMIT / 2) != 1 |
    [all...]
pwhash_argon2id.c 6 #define OPSLIMIT 3
17 unsigned long long opslimit; member in struct:tv::__anondc18eda90108
95 tests[i].opslimit, tests[i].memlimit,
114 unsigned long long opslimit; member in struct:tv2::__anondc18eda90208
147 tests[i].opslimit, tests[i].memlimit,
181 OPSLIMIT, MEMLIMIT, crypto_pwhash_alg_argon2i13()) == -1);
238 if (crypto_pwhash_str(str_out, passwd, strlen(passwd), OPSLIMIT,
242 if (crypto_pwhash_str(str_out2, passwd, strlen(passwd), OPSLIMIT,
249 if (crypto_pwhash_str_needs_rehash(str_out, OPSLIMIT, MEMLIMIT) != 0 ||
250 crypto_pwhash_str_needs_rehash(str_out, OPSLIMIT, MEMLIMIT) != 0)
    [all...]
pwhash_scrypt.c 6 #define OPSLIMIT 1000000
17 unsigned long long opslimit; member in struct:tv::__anon91de77b80108
108 tests[i].opslimit, tests[i].memlimit) != 0) {
124 unsigned long long opslimit; member in struct:tv2::__anon91de77b80208
157 tests[i].opslimit, tests[i].memlimit) != 0) {
313 OPSLIMIT, MEMLIMIT) != 0) {
317 OPSLIMIT, MEMLIMIT) != 0) {
324 (str_out, OPSLIMIT, MEMLIMIT) != 0) {
328 (str_out, OPSLIMIT, MEMLIMIT / 2) != 1 ||
330 (str_out, OPSLIMIT / 2, MEMLIMIT) != 1 |
    [all...]

Completed in 14 milliseconds