Searched refs:MEMLIMIT (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c7 #define MEMLIMIT 5000000 macro
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) {
253 if (crypto_pwhash_str_needs_rehash(str_out, OPSLIMIT, MEMLIMIT / 2) != 1 ||
254 crypto_pwhash_str_needs_rehash(str_out, OPSLIMIT - 1, MEMLIMIT) != 1 ||
255 crypto_pwhash_str_needs_rehash(str_out, OPSLIMIT, MEMLIMIT * 2) != 1 ||
256 crypto_pwhash_str_needs_rehash(str_out, OPSLIMIT + 1, MEMLIMIT) !
[all...]
H A Dpwhash_argon2i.c7 #define MEMLIMIT 5000000 macro
185 OPSLIMIT, MEMLIMIT, crypto_pwhash_alg_argon2id13()) == -1);
243 MEMLIMIT) != 0) {
247 MEMLIMIT) != 0) {
253 if (crypto_pwhash_argon2i_str_needs_rehash(str_out, OPSLIMIT, MEMLIMIT) != 0) {
256 if (crypto_pwhash_argon2i_str_needs_rehash(str_out, OPSLIMIT, MEMLIMIT / 2) != 1 ||
257 crypto_pwhash_argon2i_str_needs_rehash(str_out, OPSLIMIT / 2, MEMLIMIT) != 1 ||
258 crypto_pwhash_argon2i_str_needs_rehash(str_out, OPSLIMIT, MEMLIMIT * 2) != 1 ||
259 crypto_pwhash_argon2i_str_needs_rehash(str_out, OPSLIMIT * 2, MEMLIMIT) != 1) {
262 if (crypto_pwhash_str_needs_rehash(str_out, OPSLIMIT, MEMLIMIT /
[all...]
H A Dpwhash_scrypt.c7 #define MEMLIMIT 10000000 macro
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 ||
332 (str_out, OPSLIMIT, MEMLIMIT * 2) != 1 ||
334 (str_out, OPSLIMIT * 2, MEMLIMIT) != 1) {
338 (str_out + 1, OPSLIMIT, MEMLIMIT) != -1) {
361 assert(crypto_pwhash_str_needs_rehash(str_out, OPSLIMIT, MEMLIMIT)
[all...]
/freebsd-13-stable/contrib/nvi/regex/
H A Dregcomp.c169 #define MEMLIMIT 0x8000000 macro
1104 if (MEMSIZE(p) > MEMLIMIT)
1460 if (MEMSIZE(p) > MEMLIMIT)

Completed in 149 milliseconds