Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c303 header->algo = cpu_to_le32(VIRTIO_CRYPTO_AKCIPHER_RSA); in virtio_crypto_rsa_do_req()
398 VIRTIO_CRYPTO_AKCIPHER_RSA); in virtio_crypto_rsa_set_key()
411 header.algo = cpu_to_le32(VIRTIO_CRYPTO_AKCIPHER_RSA); in virtio_crypto_rsa_set_key()
415 para.algo = cpu_to_le32(VIRTIO_CRYPTO_AKCIPHER_RSA); in virtio_crypto_rsa_set_key()
494 .algonum = VIRTIO_CRYPTO_AKCIPHER_RSA,
515 .algonum = VIRTIO_CRYPTO_AKCIPHER_RSA,
/linux-5.19.10/include/uapi/linux/
Dvirtio_crypto.h219 #define VIRTIO_CRYPTO_AKCIPHER_RSA 1 macro