Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/libsodium/dist/test/default/
H A Dpwhash_argon2id.c417 assert(crypto_pwhash_opslimit_moderate() > 0U); in main()
438 assert(crypto_pwhash_opslimit_moderate() == in main()
466 crypto_pwhash_opslimit_moderate()); in main()
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h83 size_t crypto_pwhash_opslimit_moderate(void);
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c105 crypto_pwhash_opslimit_moderate(void) in crypto_pwhash_opslimit_moderate() function