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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 49 #define crypto_pwhash_STRBYTES crypto_pwhash_argon2id_STRBYTES
51 size_t crypto_pwhash_strbytes(void);
116 int crypto_pwhash_str(char out[crypto_pwhash_STRBYTES],
122 int crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES],
128 int crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
134 int crypto_pwhash_str_needs_rehash(const char str[crypto_pwhash_STRBYTES],
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
crypto_pwhash.c 57 crypto_pwhash_strbytes(void) function in typeref:typename:size_t
59 return crypto_pwhash_STRBYTES;
148 crypto_pwhash_str(char out[crypto_pwhash_STRBYTES],
157 crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES],
174 crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES],
192 crypto_pwhash_str_needs_rehash(const char str[crypto_pwhash_STRBYTES],
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.c 279 crypto_pwhash_STRBYTES - strlen(str_out)) != 1 ||
281 crypto_pwhash_STRBYTES - strlen(str_out2)) != 1) {
408 assert(crypto_pwhash_strbytes() > 1U);
409 assert(crypto_pwhash_strbytes() > strlen(crypto_pwhash_strprefix()));
428 assert(crypto_pwhash_strbytes() == crypto_pwhash_STRBYTES);
452 assert(crypto_pwhash_argon2id_strbytes() == crypto_pwhash_strbytes());

Completed in 13 milliseconds