Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dpwhash_scryptsalsa208sha256.c193 escrypt_local_t escrypt_local; in crypto_pwhash_scryptsalsa208sha256_str() local
214 if (escrypt_init_local(&escrypt_local) != 0) { in crypto_pwhash_scryptsalsa208sha256_str()
217 if (escrypt_r(&escrypt_local, (const uint8_t *) passwd, (size_t) passwdlen, in crypto_pwhash_scryptsalsa208sha256_str()
221 escrypt_free_local(&escrypt_local); in crypto_pwhash_scryptsalsa208sha256_str()
226 escrypt_free_local(&escrypt_local); in crypto_pwhash_scryptsalsa208sha256_str()
245 escrypt_local_t escrypt_local; in crypto_pwhash_scryptsalsa208sha256_str_verify() local
252 if (escrypt_init_local(&escrypt_local) != 0) { in crypto_pwhash_scryptsalsa208sha256_str_verify()
256 if (escrypt_r(&escrypt_local, (const uint8_t *) passwd, (size_t) passwdlen, in crypto_pwhash_scryptsalsa208sha256_str_verify()
259 escrypt_free_local(&escrypt_local); in crypto_pwhash_scryptsalsa208sha256_str_verify()
262 escrypt_free_local(&escrypt_local); in crypto_pwhash_scryptsalsa208sha256_str_verify()