Home
last modified time | relevance | path

Searched refs:encode_string (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-encoding.h20 int encode_string(char *dst, size_t dst_len, argon2_context *ctx,
H A Dargon2-encoding.c241 encode_string(char *dst, size_t dst_len, argon2_context *ctx, argon2_type type) in encode_string() function
H A Dargon2.c144 if (encode_string(encoded, encodedlen, &context, type) != ARGON2_OK) { in argon2_hash()