Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c308 header->algo = cpu_to_le32(VIRTIO_CRYPTO_AKCIPHER_RSA); in virtio_crypto_rsa_do_req()
403 VIRTIO_CRYPTO_AKCIPHER_RSA); in virtio_crypto_rsa_set_key()
416 header.algo = cpu_to_le32(VIRTIO_CRYPTO_AKCIPHER_RSA); in virtio_crypto_rsa_set_key()
420 para.algo = cpu_to_le32(VIRTIO_CRYPTO_AKCIPHER_RSA); in virtio_crypto_rsa_set_key()
499 .algonum = VIRTIO_CRYPTO_AKCIPHER_RSA,
522 .algonum = VIRTIO_CRYPTO_AKCIPHER_RSA,
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c72 backend->conf.akcipher_algo = 1u << VIRTIO_CRYPTO_AKCIPHER_RSA; in cryptodev_builtin_init_akcipher()
320 case VIRTIO_CRYPTO_AKCIPHER_RSA: in cryptodev_builtin_create_akcipher_session()
H A Dcryptodev-lkcf.c234 backend->conf.akcipher_algo = 1u << VIRTIO_CRYPTO_AKCIPHER_RSA; in cryptodev_lkcf_init()
520 case VIRTIO_CRYPTO_AKCIPHER_RSA: in cryptodev_lkcf_create_asym_session()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h219 #define VIRTIO_CRYPTO_AKCIPHER_RSA 1 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_crypto.h219 #define VIRTIO_CRYPTO_AKCIPHER_RSA 1 macro
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c233 case VIRTIO_CRYPTO_AKCIPHER_RSA: in virtio_crypto_create_asym_session()