Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c11 return crypto_pwhash_ALG_ARGON2I13; in crypto_pwhash_alg_argon2i13()
135 case crypto_pwhash_ALG_ARGON2I13: in crypto_pwhash()
162 case crypto_pwhash_ALG_ARGON2I13: in crypto_pwhash_str_alg()
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c378 crypto_pwhash_ALG_ARGON2I13) == 0); in str_tests()
477 assert(crypto_pwhash_alg_argon2i13() == crypto_pwhash_ALG_ARGON2I13); in main()
490 crypto_pwhash_ALG_ARGON2I13) == -1); in main()
H A Dpwhash_argon2i.c365 crypto_pwhash_ALG_ARGON2I13) == 0); in str_tests()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h17 #define crypto_pwhash_ALG_ARGON2I13 crypto_pwhash_argon2i_ALG_ARGON2I13 macro