HomeSort by: relevance | last modified time | path
    Searched refs:crypto_pwhash_argon2i_STRBYTES (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash_argon2i.h 41 #define crypto_pwhash_argon2i_STRBYTES 128U
43 size_t crypto_pwhash_argon2i_strbytes(void);
101 int crypto_pwhash_argon2i_str(char out[crypto_pwhash_argon2i_STRBYTES],
108 int crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYTES],
114 int crypto_pwhash_argon2i_str_needs_rehash(const char str[crypto_pwhash_argon2i_STRBYTES],
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
pwhash_argon2i.c 64 crypto_pwhash_argon2i_strbytes(void) function in typeref:typename:size_t
66 return crypto_pwhash_argon2i_STRBYTES;
182 crypto_pwhash_argon2i_str(char out[crypto_pwhash_argon2i_STRBYTES],
189 memset(out, 0, crypto_pwhash_argon2i_STRBYTES);
206 crypto_pwhash_argon2i_STRBYTES) != ARGON2_OK) {
213 crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYTES],
279 crypto_pwhash_argon2i_str_needs_rehash(const char str[crypto_pwhash_argon2i_STRBYTES],
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2i.c 409 assert(crypto_pwhash_argon2i_strbytes() > 1U);
410 assert(crypto_pwhash_argon2i_strbytes() > strlen(crypto_pwhash_argon2i_strprefix()));
428 assert(crypto_pwhash_argon2i_strbytes() == crypto_pwhash_argon2i_STRBYTES);

Completed in 15 milliseconds