Searched refs:crypto_pwhash_argon2id_STRBYTES (Results 1 – 5 of 5) sorted by relevance
41 #define crypto_pwhash_argon2id_STRBYTES 128U macro101 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],
49 #define crypto_pwhash_STRBYTES crypto_pwhash_argon2id_STRBYTES
62 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() argument185 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
286 crypto_pwhash_argon2id_str_needs_rehash(const char str[crypto_pwhash_argon2id_STRBYTES], in crypto_pwhash_argon2id_str_needs_rehash() argument
235 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()