Searched refs:Argon2_i (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | argon2.c | 39 if (type != Argon2_id && type != Argon2_i) { in argon2_ctx() 166 NULL, hashlen, encoded, encodedlen, Argon2_i); in argon2i_hash_encoded() 176 hash, hashlen, NULL, 0, Argon2_i); in argon2i_hash_raw() 270 return argon2_verify(encoded, pwd, pwdlen, Argon2_i); in argon2i_verify()
|
H A D | argon2-encoding.c | 165 } else if (type == Argon2_i) { in decode_string() 278 case Argon2_i: in encode_string()
|
H A D | argon2.h | 188 typedef enum Argon2_type { Argon2_i = 1, Argon2_id = 2 } argon2_type; enumerator
|
H A D | pwhash_argon2i.c | 282 return _needs_rehash(str, opslimit, memlimit, Argon2_i); in crypto_pwhash_argon2i_str_needs_rehash()
|