Home
last modified time | relevance | path

Searched refs:decode_string (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-encoding.h31 int decode_string(argon2_context *ctx, const char *str, argon2_type type);
H A Dargon2-encoding.c94 decode_string(argon2_context *ctx, const char *str, argon2_type type) in decode_string() function
H A Dpwhash_argon2i.c264 if (decode_string(&ctx, str, type) != 0) { in _needs_rehash()
H A Dargon2.c243 decode_result = decode_string(&ctx, encoded, type); in argon2_verify()
/freebsd/contrib/libfido2/src/
H A Dinfo.c11 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()
/freebsd/contrib/libfido2/fuzz/
H A Dfunctions.txt610 info.c:decode_string 4 0 100.00% 10 0 100.00%