Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-akcipher.c887 pub_key = qcrypto_akcipher_new(&data->opt, in test_akcipher()
892 priv_key = qcrypto_akcipher_new(&data->opt, in test_akcipher()
953 g_autoptr(QCryptoAkCipher) key = qcrypto_akcipher_new( in test_rsakey()
/openbmc/qemu/include/crypto/
H A Dakcipher.h54 QCryptoAkCipher *qcrypto_akcipher_new(const QCryptoAkCipherOptions *opts,
/openbmc/qemu/crypto/
H A Dakcipher.c33 QCryptoAkCipher *qcrypto_akcipher_new(const QCryptoAkCipherOptions *opts, in qcrypto_akcipher_new() function
H A Dakcipher-nettle.c.inc58 QCryptoAkCipher *qcrypto_akcipher_new(const QCryptoAkCipherOptions *opts,
H A Dakcipher-gcrypt.c.inc56 QCryptoAkCipher *qcrypto_akcipher_new(const QCryptoAkCipherOptions *opts,
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-akcipher.c31 return qcrypto_akcipher_new(&opt, QCRYPTO_AKCIPHER_KEY_TYPE_PRIVATE, in create_rsa_akcipher()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c356 akcipher = qcrypto_akcipher_new(&opts, type, sess_info->key, in cryptodev_builtin_create_akcipher_session()
H A Dcryptodev-lkcf.c344 akcipher = qcrypto_akcipher_new(&session->akcipher_opts, in cryptodev_lkcf_execute_task()