Searched refs:decode_string (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
H A D | argon2-encoding.h | 31 int decode_string(argon2_context *ctx, const char *str, argon2_type type);
|
H A D | argon2-encoding.c | 94 decode_string(argon2_context *ctx, const char *str, argon2_type type) in decode_string() function
|
H A D | pwhash_argon2i.c | 264 if (decode_string(&ctx, str, type) != 0) { in _needs_rehash()
|
H A D | argon2.c | 243 decode_result = decode_string(&ctx, encoded, type); in argon2_verify()
|
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
H A D | encoding.h | 49 int decode_string(argon2_context *ctx, const char *str, argon2_type type);
|
H A D | encoding.c | 258 int decode_string(argon2_context *ctx, const char *str, argon2_type type) { in decode_string() function
|
H A D | argon2.c | 289 ret = decode_string(&ctx, encoded, type); in argon2_verify()
|
/netbsd-src/lib/libcrypt/ |
H A D | namespace.h | 86 #define decode_string __libcrypt_internal_decode_string macro
|
/netbsd-src/external/bsd/libfido2/dist/src/ |
H A D | info.c | 11 decode_string(const cbor_item_t *item, void *arg) in decode_string() function 43 if (cbor_array_iter(item, v, decode_string) < 0) { in decode_string_array()
|
/netbsd-src/external/bsd/libfido2/dist/fuzz/ |
H A D | functions.txt | 605 info.c:decode_string 4 0 100.00% 10 0 100.00%
|