Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.h217 int validate_inputs(const argon2_context *context);
229 void initial_hash(uint8_t *blockhash, argon2_context *context,
250 int initialize(argon2_instance_t *instance, argon2_context *context);
268 void finalize(const argon2_context *context, argon2_instance_t *instance);
H A Dargon2-encoding.h20 int encode_string(char *dst, size_t dst_len, argon2_context *ctx,
31 int decode_string(argon2_context *ctx, const char *str, argon2_type type);
H A Dargon2.h185 } argon2_context; typedef
195 int argon2_ctx(argon2_context *context, argon2_type type);
H A Dargon2-core.c187 finalize(const argon2_context *context, argon2_instance_t *instance) in finalize()
243 validate_inputs(const argon2_context *context) in validate_inputs()
392 initial_hash(uint8_t *blockhash, argon2_context *context, argon2_type type) in initial_hash()
475 initialize(argon2_instance_t *instance, argon2_context *context) in initialize()
H A Dargon2.c27 argon2_ctx(argon2_context *context, argon2_type type) in argon2_ctx()
92 argon2_context context; in argon2_hash()
204 argon2_context ctx; 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.c245 argon2_context ctx; in _needs_rehash()