Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c96 crypto_pwhash_alg_default()) != 0) { in tv()
148 crypto_pwhash_alg_default()) != 0) { in tv2()
478 assert(crypto_pwhash_alg_argon2i13() != crypto_pwhash_alg_default()); in main()
481 assert(crypto_pwhash_alg_argon2id13() == crypto_pwhash_alg_default()); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h27 int crypto_pwhash_alg_default(void);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c21 crypto_pwhash_alg_default(void) in crypto_pwhash_alg_default() function