HomeSort by: relevance | last modified time | path
    Searched refs:argon2_type (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-encoding.h 21 argon2_type type);
31 int decode_string(argon2_context *ctx, const char *str, argon2_type type);
argon2.h 188 typedef enum Argon2_type { Argon2_i = 1, Argon2_id = 2 } argon2_type; typedef in typeref:enum:Argon2_type
195 int argon2_ctx(argon2_context *context, argon2_type type);
282 const size_t encodedlen, argon2_type type);
304 argon2_type type);
argon2-core.h 105 argon2_type type;
230 argon2_type type);
argon2.c 27 argon2_ctx(argon2_context *context, argon2_type type)
90 argon2_type type)
202 argon2_type type)
argon2-encoding.c 94 decode_string(argon2_context *ctx, const char *str, argon2_type type)
241 encode_string(char *dst, size_t dst_len, argon2_context *ctx, argon2_type type)
pwhash_argon2i.c 242 argon2_type type)
argon2-core.c 392 initial_hash(uint8_t *blockhash, argon2_context *context, argon2_type type)
  /src/lib/libcrypt/
crypt-argon2.c 51 estimate_argon2_params(argon2_type, uint32_t *,
150 estimate_argon2_params(argon2_type atype, uint32_t *etime,
253 decode_option(argon2_context *ctx, argon2_type *atype, const char *option)
385 argon2_type atype = Argon2_id;
pw_gensalt.c 61 estimate_argon2_params(argon2_type, uint32_t *, uint32_t *, uint32_t *);
167 const char *option, argon2_type atype)
237 const char *option, argon2_type atype)

Completed in 34 milliseconds