Searched refs:decode_string (Results 1 – 4 of 4) sorted by relevance
31 int decode_string(argon2_context *ctx, const char *str, argon2_type type);
94 decode_string(argon2_context *ctx, const char *str, argon2_type type) in decode_string() function
264 if (decode_string(&ctx, str, type) != 0) { in _needs_rehash()
243 decode_result = decode_string(&ctx, encoded, type); in argon2_verify()