Searched refs:escrypt_r (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
H A D | pwhash_scryptsalsa208sha256.c | 217 if (escrypt_r(&escrypt_local, (const uint8_t *) passwd, (size_t) passwdlen, in crypto_pwhash_scryptsalsa208sha256_str() 256 if (escrypt_r(&escrypt_local, (const uint8_t *) passwd, (size_t) passwdlen, in crypto_pwhash_scryptsalsa208sha256_str_verify()
|
H A D | crypto_scrypt.h | 86 extern uint8_t *escrypt_r(escrypt_local_t *__local, const uint8_t *__passwd,
|
H A D | crypto_scrypt-common.c | 137 escrypt_r(escrypt_local_t *local, const uint8_t *passwd, size_t passwdlen, in escrypt_r() function
|