Searched refs:encodedlen (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | argon2.c | 89 const size_t hashlen, char *encoded, const size_t encodedlen, in argon2_hash() argument 143 if (encoded && encodedlen) { in argon2_hash() 144 if (encode_string(encoded, encodedlen, &context, type) != ARGON2_OK) { in argon2_hash() 146 sodium_memzero(encoded, encodedlen); in argon2_hash() 163 const size_t encodedlen) in argon2i_hash_encoded() argument 166 NULL, hashlen, encoded, encodedlen, Argon2_i); in argon2i_hash_encoded() 184 const size_t encodedlen) in argon2id_hash_encoded() argument 187 NULL, hashlen, encoded, encodedlen, Argon2_id); in argon2id_hash_encoded()
|
| H A D | argon2.h | 216 char *encoded, const size_t encodedlen); 237 char *encoded, const size_t encodedlen); 282 const size_t encodedlen, argon2_type type);
|