Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2i.c24 return crypto_pwhash_argon2i_ALG_ARGON2I13; in crypto_pwhash_argon2i_alg_argon2i13()
167 case crypto_pwhash_argon2i_ALG_ARGON2I13: in crypto_pwhash_argon2i()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash_argon2i.h17 #define crypto_pwhash_argon2i_ALG_ARGON2I13 1 macro
H A Dcrypto_pwhash.h17 #define crypto_pwhash_ALG_ARGON2I13 crypto_pwhash_argon2i_ALG_ARGON2I13
/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2i.c448 assert(crypto_pwhash_argon2i_alg_argon2i13() == crypto_pwhash_argon2i_ALG_ARGON2I13); in main()