Home
last modified time | relevance | path

Searched refs:argon2_type (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2.h188 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 Dargon2-encoding.h21 argon2_type type);
31 int decode_string(argon2_context *ctx, const char *str, argon2_type type);
H A Dargon2-core.h105 argon2_type type;
230 argon2_type type);
H A Dargon2.c27 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 Dargon2-encoding.c94 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 Dpwhash_argon2i.c242 argon2_type type) in _needs_rehash()
H A Dargon2-core.c392 initial_hash(uint8_t *blockhash, argon2_context *context, argon2_type type) in initial_hash()