Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Dpbkdf.h150 uint64_t qcrypto_pbkdf2_count_iters(QCryptoHashAlgorithm hash,
/openbmc/qemu/crypto/
H A Dpbkdf.c156 uint64_t qcrypto_pbkdf2_count_iters(QCryptoHashAlgorithm hash, in qcrypto_pbkdf2_count_iters() function
H A Dblock-luks.c737 iters = qcrypto_pbkdf2_count_iters(luks->hash_alg, in qcrypto_block_luks_store_key()
1479 iters = qcrypto_pbkdf2_count_iters(luks_opts.hash_alg, in qcrypto_block_luks_create()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-pbkdf.c406 iters = qcrypto_pbkdf2_count_iters(QCRYPTO_HASH_ALG_SHA256, in test_pbkdf_timing()