Home
last modified time | relevance | path

Searched refs:crypto_pwhash_argon2id_OPSLIMIT_INTERACTIVE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c484 crypto_pwhash_argon2id_OPSLIMIT_INTERACTIVE, in main()
488 crypto_pwhash_argon2id_OPSLIMIT_INTERACTIVE, in main()
492 crypto_pwhash_argon2id_OPSLIMIT_INTERACTIVE, in main()
496 crypto_pwhash_argon2id_OPSLIMIT_INTERACTIVE, in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash_argon2id.h66 #define crypto_pwhash_argon2id_OPSLIMIT_INTERACTIVE 2U macro
H A Dcrypto_pwhash.h73 #define crypto_pwhash_OPSLIMIT_INTERACTIVE crypto_pwhash_argon2id_OPSLIMIT_INTERACTIVE
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2id.c102 return crypto_pwhash_argon2id_OPSLIMIT_INTERACTIVE; in crypto_pwhash_argon2id_opslimit_interactive()