Home
last modified time | relevance | path

Searched refs:crypto_pwhash_argon2id_MEMLIMIT_SENSITIVE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash_argon2id.h86 #define crypto_pwhash_argon2id_MEMLIMIT_SENSITIVE 1073741824U macro
H A Dcrypto_pwhash.h93 #define crypto_pwhash_MEMLIMIT_SENSITIVE crypto_pwhash_argon2id_MEMLIMIT_SENSITIVE
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2id.c132 return crypto_pwhash_argon2id_MEMLIMIT_SENSITIVE; in crypto_pwhash_argon2id_memlimit_sensitive()