/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/include/ |
H A D | argon2.h | 225 } argon2_type; typedef 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); 431 uint32_t hashlen, argon2_type type);
|
/netbsd-src/sys/external/isc/libsodium/dist/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.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-core.h | 105 argon2_type type; 230 argon2_type type);
|
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()
|
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
H A D | encoding.h | 35 argon2_type type); 49 int decode_string(argon2_context *ctx, const char *str, argon2_type type);
|
H A D | argon2.c | 26 const char *argon2_type2string(argon2_type type, int uppercase) { in argon2_type2string() 39 int argon2_ctx(argon2_context *context, argon2_type type) { in argon2_ctx() 104 const size_t encodedlen, argon2_type type, in argon2_hash() 250 argon2_type type) { in argon2_verify() 343 argon2_type type) { in argon2_verify_ctx() 448 uint32_t saltlen, uint32_t hashlen, argon2_type type) { in argon2_encodedlen()
|
H A D | genkat.c | 25 argon2_type type) { in initial_kat() 129 static void generate_testvectors(argon2_type type, const uint32_t version) { in generate_testvectors() 185 argon2_type type = Argon2_i; in main()
|
H A D | bench.c | 65 argon2_type types[3] = {Argon2_i, Argon2_d, Argon2_id}; in benchmark() 83 argon2_type type = types[j]; in benchmark()
|
H A D | core.h | 80 argon2_type type; 174 argon2_type type);
|
H A D | genkat.h | 33 argon2_type type);
|
H A D | run.c | 96 argon2_type type, int encoded_only, int raw_only, uint32_t version) { in run() 176 argon2_type type = Argon2_i; /* Argon2i is the default type */ in main()
|
H A D | encoding.c | 258 int decode_string(argon2_context *ctx, const char *str, argon2_type type) { in decode_string() 374 argon2_type type) { in encode_string()
|
H A D | test.c | 38 char *salt, char *hexref, char *mcfref, argon2_type type) { in hashtest()
|
H A D | core.c | 543 argon2_type type) { in initial_hash()
|
/netbsd-src/lib/libcrypt/ |
H A D | crypt-argon2.c | 51 estimate_argon2_params(argon2_type, uint32_t *, 150 estimate_argon2_params(argon2_type atype, uint32_t *etime, in estimate_argon2_params() 253 decode_option(argon2_context *ctx, argon2_type *atype, const char *option) in decode_option() 385 argon2_type atype = Argon2_id; in __crypt_argon2()
|
H A D | pw_gensalt.c | 64 estimate_argon2_params(argon2_type, uint32_t *, uint32_t *, uint32_t *); 170 const char *option, argon2_type atype) in __gensalt_argon2_decode_option() 240 const char *option, argon2_type atype) in __gensalt_argon2()
|