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

/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c326 static int virtio_crypto_rsa_req(struct akcipher_request *req, uint32_t opcode) function
347 return virtio_crypto_rsa_req(req, VIRTIO_CRYPTO_AKCIPHER_ENCRYPT);
352 return virtio_crypto_rsa_req(req, VIRTIO_CRYPTO_AKCIPHER_DECRYPT);
357 return virtio_crypto_rsa_req(req, VIRTIO_CRYPTO_AKCIPHER_SIGN);
362 return virtio_crypto_rsa_req(req, VIRTIO_CRYPTO_AKCIPHER_VERIFY);

Completed in 162 milliseconds