Searched refs:crypto_pwhash_STRBYTES (Results 1 – 5 of 5) sorted by relevance
49 #define crypto_pwhash_STRBYTES crypto_pwhash_argon2id_STRBYTES macro116 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],
59 return crypto_pwhash_STRBYTES; in crypto_pwhash_strbytes()148 crypto_pwhash_str(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str() argument157 crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str_alg() argument174 crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES], in crypto_pwhash_str_verify() argument192 crypto_pwhash_str_needs_rehash(const char str[crypto_pwhash_STRBYTES], in crypto_pwhash_str_needs_rehash() argument
239 str_out = (char *) sodium_malloc(crypto_pwhash_STRBYTES); in str_tests()240 str_out2 = (char *) sodium_malloc(crypto_pwhash_STRBYTES); in str_tests()270 crypto_pwhash_STRBYTES - strlen(str_out)) != 1 || in str_tests()272 crypto_pwhash_STRBYTES - strlen(str_out2)) != 1) { in str_tests()283 assert(str_out[crypto_pwhash_STRBYTES - 1U] == 0); in str_tests()
279 crypto_pwhash_STRBYTES - strlen(str_out)) != 1 || in str_tests()281 crypto_pwhash_STRBYTES - strlen(str_out2)) != 1) { in str_tests()428 assert(crypto_pwhash_strbytes() == crypto_pwhash_STRBYTES); in main()
252 fodder_len >= crypto_pwhash_STRBYTES) { in _needs_rehash()