Searched refs:escrypt_local (Results 1 – 1 of 1) sorted by relevance
193 escrypt_local_t escrypt_local; in crypto_pwhash_scryptsalsa208sha256_str() local214 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() local252 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()