HomeSort by: relevance | last modified time | path
    Searched refs:argon2_type (Results 1 - 20 of 20) 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/external/apache2/argon2/dist/phc-winner-argon2/src/
encoding.h 35 argon2_type type);
49 int decode_string(argon2_context *ctx, const char *str, argon2_type type);
genkat.h 33 argon2_type type);
bench.c 65 argon2_type types[3] = {Argon2_i, Argon2_d, Argon2_id};
83 argon2_type type = types[j];
core.h 80 argon2_type type;
174 argon2_type type);
genkat.c 25 argon2_type type) {
129 static void generate_testvectors(argon2_type type, const uint32_t version) {
185 argon2_type type = Argon2_i;
argon2.c 26 const char *argon2_type2string(argon2_type type, int uppercase) {
39 int argon2_ctx(argon2_context *context, argon2_type type) {
104 const size_t encodedlen, argon2_type type,
250 argon2_type type) {
343 argon2_type type) {
448 uint32_t saltlen, uint32_t hashlen, argon2_type type) {
encoding.c 258 int decode_string(argon2_context *ctx, const char *str, argon2_type type) {
320 /* We should start with the argon2_type we are using */
374 argon2_type type) {
run.c 96 argon2_type type, int encoded_only, int raw_only, uint32_t version) {
176 argon2_type type = Argon2_i; /* Argon2i is the default type */
test.c 38 char *salt, char *hexref, char *mcfref, argon2_type type) {
core.c 543 argon2_type type) {
  /src/external/apache2/argon2/dist/phc-winner-argon2/include/
argon2.h 221 typedef enum Argon2_type {
225 } argon2_type; typedef in typeref:enum:Argon2_type
235 * Function that gives the string representation of an argon2_type.
236 * @param type The argon2_type that we want the string for
240 ARGON2_PUBLIC const char *argon2_type2string(argon2_type type, int uppercase);
247 ARGON2_PUBLIC int argon2_ctx(argon2_context *context, argon2_type type);
327 const size_t encodedlen, argon2_type type,
348 const size_t pwdlen, argon2_type type);
411 argon2_type type);
426 * @param type The argon2_type that we want the encoded length fo
    [all...]
  /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 45 milliseconds