Home
last modified time | relevance | path

Searched refs:crypto_pwhash_argon2id_STRBYTES (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash_argon2id.h41 #define crypto_pwhash_argon2id_STRBYTES 128U macro
101 int crypto_pwhash_argon2id_str(char out[crypto_pwhash_argon2id_STRBYTES],
108 int crypto_pwhash_argon2id_str_verify(const char str[crypto_pwhash_argon2id_STRBYTES],
114 int crypto_pwhash_argon2id_str_needs_rehash(const char str[crypto_pwhash_argon2id_STRBYTES],
H A Dcrypto_pwhash.h49 #define crypto_pwhash_STRBYTES crypto_pwhash_argon2id_STRBYTES
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2id.c62 return crypto_pwhash_argon2id_STRBYTES; in crypto_pwhash_argon2id_strbytes()
178 crypto_pwhash_argon2id_str(char out[crypto_pwhash_argon2id_STRBYTES], in crypto_pwhash_argon2id_str() argument
185 memset(out, 0, crypto_pwhash_argon2id_STRBYTES); in crypto_pwhash_argon2id_str()
202 crypto_pwhash_argon2id_STRBYTES) != ARGON2_OK) { in crypto_pwhash_argon2id_str()
209 crypto_pwhash_argon2id_str_verify(const char str[crypto_pwhash_argon2id_STRBYTES], in crypto_pwhash_argon2id_str_verify() argument
H A Dpwhash_argon2i.c286 crypto_pwhash_argon2id_str_needs_rehash(const char str[crypto_pwhash_argon2id_STRBYTES], in crypto_pwhash_argon2id_str_needs_rehash() argument
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c235 str_out = (char *) sodium_malloc(crypto_pwhash_argon2id_STRBYTES); in str_tests()
236 str_out2 = (char *) sodium_malloc(crypto_pwhash_argon2id_STRBYTES); in str_tests()
295 assert(str_out[crypto_pwhash_argon2id_STRBYTES - 1U] == 0); in str_tests()