Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c17 return crypto_pwhash_ALG_ARGON2ID13; in crypto_pwhash_alg_argon2id13()
138 case crypto_pwhash_ALG_ARGON2ID13: in crypto_pwhash()
165 case crypto_pwhash_ALG_ARGON2ID13: in crypto_pwhash_str_alg()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h21 #define crypto_pwhash_ALG_ARGON2ID13 crypto_pwhash_argon2id_ALG_ARGON2ID13 macro
25 #define crypto_pwhash_ALG_DEFAULT crypto_pwhash_ALG_ARGON2ID13
/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c363 crypto_pwhash_ALG_ARGON2ID13) == 0); in str_tests()
479 assert(crypto_pwhash_alg_argon2id13() == crypto_pwhash_ALG_ARGON2ID13); in main()
498 crypto_pwhash_ALG_ARGON2ID13) == -1); in main()
H A Dpwhash_argon2i.c380 crypto_pwhash_ALG_ARGON2ID13) == 0); in str_tests()