Home
last modified time | relevance | path

Searched defs:crypto_pwhash_STRBYTES (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c148 crypto_pwhash_str(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str()
157 crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str_alg()
174 crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES], in crypto_pwhash_str_verify()
192 crypto_pwhash_str_needs_rehash(const char str[crypto_pwhash_STRBYTES], in crypto_pwhash_str_needs_rehash()
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h49 #define crypto_pwhash_STRBYTES crypto_pwhash_argon2id_STRBYTES macro