Searched refs:Argon2_id (Results 1 – 8 of 8) 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() 187 NULL, hashlen, encoded, encodedlen, Argon2_id); in argon2id_hash_encoded() 197 hash, hashlen, NULL, 0, Argon2_id); in argon2id_hash_raw() 276 return argon2_verify(encoded, pwd, pwdlen, Argon2_id); in argon2id_verify()
|
H A D | argon2-encoding.c | 163 if (type == Argon2_id) { in decode_string() 276 case Argon2_id: 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 | 289 return _needs_rehash(str, opslimit, memlimit, Argon2_id); in crypto_pwhash_argon2id_str_needs_rehash()
|
H A D | argon2-fill-block-ssse3.c | 160 if (instance->type == Argon2_id && in fill_segment_ssse3()
|
H A D | argon2-fill-block-avx2.c | 161 if (instance->type == Argon2_id && in fill_segment_avx2()
|
H A D | argon2-fill-block-avx512f.c | 166 if (instance->type == Argon2_id && in fill_segment_avx512f()
|
H A D | argon2-fill-block-ref.c | 159 if (instance->type == Argon2_id && in fill_segment_ref()
|