Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c325 static int virtio_crypto_rsa_req(struct akcipher_request *req, uint32_t opcode) in virtio_crypto_rsa_req() function
346 return virtio_crypto_rsa_req(req, VIRTIO_CRYPTO_AKCIPHER_ENCRYPT); in virtio_crypto_rsa_encrypt()
351 return virtio_crypto_rsa_req(req, VIRTIO_CRYPTO_AKCIPHER_DECRYPT); in virtio_crypto_rsa_decrypt()
356 return virtio_crypto_rsa_req(req, VIRTIO_CRYPTO_AKCIPHER_SIGN); in virtio_crypto_rsa_sign()
361 return virtio_crypto_rsa_req(req, VIRTIO_CRYPTO_AKCIPHER_VERIFY); in virtio_crypto_rsa_verify()