/src/sys/external/isc/libsodium/dist/test/default/ |
pwhash_argon2i.c | 7 #define MEMLIMIT 5000000 18 size_t memlimit; member in struct:tv::__anon0e6d55c50108 95 tests[i].opslimit, tests[i].memlimit, 115 size_t memlimit; member in struct:tv2::__anon0e6d55c50208 147 tests[i].opslimit, tests[i].memlimit, 185 OPSLIMIT, MEMLIMIT, crypto_pwhash_alg_argon2id13()) == -1); 242 MEMLIMIT) != 0) { 246 MEMLIMIT) != 0) { 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 | 7 #define MEMLIMIT 5000000 18 size_t memlimit; member in struct:tv::__anondc18eda90108 95 tests[i].opslimit, tests[i].memlimit, 115 size_t memlimit; member in struct:tv2::__anondc18eda90208 147 tests[i].opslimit, tests[i].memlimit, 181 OPSLIMIT, MEMLIMIT, crypto_pwhash_alg_argon2i13()) == -1); 239 MEMLIMIT) != 0) { 243 MEMLIMIT) != 0) { 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 | 7 #define MEMLIMIT 10000000 18 size_t memlimit; member in struct:tv::__anon91de77b80108 108 tests[i].opslimit, tests[i].memlimit) != 0) { 125 size_t memlimit; 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...] |