Searched refs:argon2_type (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | argon2.h | 188 typedef enum Argon2_type { Argon2_i = 1, Argon2_id = 2 } argon2_type; typedef 195 int argon2_ctx(argon2_context *context, argon2_type type); 282 const size_t encodedlen, argon2_type type); 304 argon2_type type);
|
H A D | argon2-encoding.h | 21 argon2_type type); 31 int decode_string(argon2_context *ctx, const char *str, argon2_type type);
|
H A D | argon2-core.h | 105 argon2_type type; 230 argon2_type type);
|
H A D | argon2.c | 27 argon2_ctx(argon2_context *context, argon2_type type) in argon2_ctx() 90 argon2_type type) in argon2_hash() 202 argon2_type type) in argon2_verify()
|
H A D | argon2-encoding.c | 94 decode_string(argon2_context *ctx, const char *str, argon2_type type) in decode_string() 241 encode_string(char *dst, size_t dst_len, argon2_context *ctx, argon2_type type) in encode_string()
|
H A D | pwhash_argon2i.c | 242 argon2_type type) in _needs_rehash()
|
H A D | argon2-core.c | 392 initial_hash(uint8_t *blockhash, argon2_context *context, argon2_type type) in initial_hash()
|