Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dpbkdf.c102 CountItersData *iters_data = (CountItersData *) data; in threaded_qcrypto_pbkdf2_count_iters() local
103 QCryptoHashAlgorithm hash = iters_data->hash; in threaded_qcrypto_pbkdf2_count_iters()
104 const uint8_t *key = iters_data->key; in threaded_qcrypto_pbkdf2_count_iters()
105 size_t nkey = iters_data->nkey; in threaded_qcrypto_pbkdf2_count_iters()
106 const uint8_t *salt = iters_data->salt; in threaded_qcrypto_pbkdf2_count_iters()
107 size_t nsalt = iters_data->nsalt; in threaded_qcrypto_pbkdf2_count_iters()
108 size_t nout = iters_data->nout; in threaded_qcrypto_pbkdf2_count_iters()
109 Error **errp = iters_data->errp; in threaded_qcrypto_pbkdf2_count_iters()
152 iters_data->iterations = ret; in threaded_qcrypto_pbkdf2_count_iters()