HomeSort by: relevance | last modified time | path
    Searched refs:crypto_pwhash_STRBYTES (Results 1 - 5 of 5) 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_argon2i.c 238 str_out = (char *) sodium_malloc(crypto_pwhash_STRBYTES);
239 str_out2 = (char *) sodium_malloc(crypto_pwhash_STRBYTES);
269 crypto_pwhash_STRBYTES - strlen(str_out)) != 1 ||
271 crypto_pwhash_STRBYTES - strlen(str_out2)) != 1) {
282 assert(str_out[crypto_pwhash_STRBYTES - 1U] == 0);
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());
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
pwhash_argon2i.c 252 fodder_len >= crypto_pwhash_STRBYTES) {

Completed in 40 milliseconds