Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dpbkdf-stub.c30 int qcrypto_pbkdf2(QCryptoHashAlgo hash G_GNUC_UNUSED, in qcrypto_pbkdf2() function
H A Dpbkdf-gnutls.c42 int qcrypto_pbkdf2(QCryptoHashAlgo hash, in qcrypto_pbkdf2() function
H A Dpbkdf-gcrypt.c45 int qcrypto_pbkdf2(QCryptoHashAlgo hash, in qcrypto_pbkdf2() function
H A Dpbkdf-nettle.c46 int qcrypto_pbkdf2(QCryptoHashAlgo hash, in qcrypto_pbkdf2() function
H A Dpbkdf.c120 if (qcrypto_pbkdf2(hash, in threaded_qcrypto_pbkdf2_count_iters()
H A Dblock-luks.c774 if (qcrypto_pbkdf2(luks->hash_alg, in qcrypto_block_luks_store_key()
911 if (qcrypto_pbkdf2(luks->hash_alg, in qcrypto_block_luks_load_key()
1002 if (qcrypto_pbkdf2(luks->hash_alg, in qcrypto_block_luks_load_key()
1519 if (qcrypto_pbkdf2(luks_opts.hash_alg, in qcrypto_block_luks_create()
/openbmc/qemu/include/crypto/
H A Dpbkdf.h122 int qcrypto_pbkdf2(QCryptoHashAlgo hash,
/openbmc/qemu/tests/unit/
H A Dtest-crypto-pbkdf.c394 qcrypto_pbkdf2(data->hash, in test_pbkdf()