Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/libsodium/dist/test/default/
H A Dpwhash_argon2id.c415 assert(crypto_pwhash_opslimit_interactive() > 0U); in main()
434 assert(crypto_pwhash_opslimit_interactive() == in main()
464 crypto_pwhash_opslimit_interactive()); in main()
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h75 size_t crypto_pwhash_opslimit_interactive(void);
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c93 crypto_pwhash_opslimit_interactive(void) in crypto_pwhash_opslimit_interactive() function