Searched refs:qcrypto_pbkdf2 (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | pbkdf-stub.c | 30 int qcrypto_pbkdf2(QCryptoHashAlgo hash G_GNUC_UNUSED, in qcrypto_pbkdf2() function
|
H A D | pbkdf-gnutls.c | 42 int qcrypto_pbkdf2(QCryptoHashAlgo hash, in qcrypto_pbkdf2() function
|
H A D | pbkdf-gcrypt.c | 45 int qcrypto_pbkdf2(QCryptoHashAlgo hash, in qcrypto_pbkdf2() function
|
H A D | pbkdf-nettle.c | 46 int qcrypto_pbkdf2(QCryptoHashAlgo hash, in qcrypto_pbkdf2() function
|
H A D | pbkdf.c | 120 if (qcrypto_pbkdf2(hash, in threaded_qcrypto_pbkdf2_count_iters()
|
H A D | block-luks.c | 774 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 D | pbkdf.h | 122 int qcrypto_pbkdf2(QCryptoHashAlgo hash,
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-pbkdf.c | 394 qcrypto_pbkdf2(data->hash, in test_pbkdf()
|