Home
last modified time | relevance | path

Searched defs:vcrypto (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/crypto/virtio/ !
Dvirtio_crypto_core.c32 struct virtio_crypto *vcrypto = vq->vdev->priv; in virtcrypto_ctrlq_callback() local
51 int virtio_crypto_ctrl_vq_request(struct virtio_crypto *vcrypto, struct scatterlist *sgs[], in virtio_crypto_ctrl_vq_request()
77 struct virtio_crypto *vcrypto = vq->vdev->priv; in virtcrypto_dataq_callback() local
194 static void virtcrypto_set_affinity(struct virtio_crypto *vcrypto) in virtcrypto_set_affinity()
253 static int virtcrypto_update_status(struct virtio_crypto *vcrypto) in virtcrypto_update_status()
295 static int virtcrypto_start_crypto_engines(struct virtio_crypto *vcrypto) in virtcrypto_start_crypto_engines()
318 static void virtcrypto_clear_crypto_engines(struct virtio_crypto *vcrypto) in virtcrypto_clear_crypto_engines()
327 static void virtcrypto_del_vqs(struct virtio_crypto *vcrypto) in virtcrypto_del_vqs()
341 struct virtio_crypto *vcrypto; in virtcrypto_probe() local
471 static void virtcrypto_free_unused_reqs(struct virtio_crypto *vcrypto) in virtcrypto_free_unused_reqs()
[all …]
Dvirtio_crypto_skcipher_algs.c22 struct virtio_crypto *vcrypto; member
121 struct virtio_crypto *vcrypto = ctx->vcrypto; in virtio_crypto_alg_skcipher_init_session() local
201 struct virtio_crypto *vcrypto = ctx->vcrypto; in virtio_crypto_alg_skcipher_close_session() local
258 struct virtio_crypto *vcrypto = ctx->vcrypto; in virtio_crypto_alg_skcipher_init_sessions() local
299 struct virtio_crypto *vcrypto = in virtio_crypto_skcipher_setkey() local
334 struct virtio_crypto *vcrypto = ctx->vcrypto; in __virtio_crypto_skcipher_do_req() local
476 struct virtio_crypto *vcrypto = ctx->vcrypto; in virtio_crypto_skcipher_encrypt() local
501 struct virtio_crypto *vcrypto = ctx->vcrypto; in virtio_crypto_skcipher_decrypt() local
603 int virtio_crypto_skcipher_algs_register(struct virtio_crypto *vcrypto) in virtio_crypto_skcipher_algs_register()
634 void virtio_crypto_skcipher_algs_unregister(struct virtio_crypto *vcrypto) in virtio_crypto_skcipher_algs_unregister()
Dvirtio_crypto_akcipher_algs.c28 struct virtio_crypto *vcrypto; member
111 struct virtio_crypto *vcrypto = ctx->vcrypto; in virtio_crypto_alg_akcipher_init_session() local
170 struct virtio_crypto *vcrypto = ctx->vcrypto; in virtio_crypto_alg_akcipher_close_session() local
224 struct virtio_crypto *vcrypto = ctx->vcrypto; in __virtio_crypto_akcipher_do_req() local
292 struct virtio_crypto *vcrypto = ctx->vcrypto; in virtio_crypto_rsa_do_req() local
331 struct virtio_crypto *vcrypto = ctx->vcrypto; in virtio_crypto_rsa_req() local
373 struct virtio_crypto *vcrypto; in virtio_crypto_rsa_set_key() local
543 int virtio_crypto_akcipher_algs_register(struct virtio_crypto *vcrypto) in virtio_crypto_akcipher_algs_register()
573 void virtio_crypto_akcipher_algs_unregister(struct virtio_crypto *vcrypto) in virtio_crypto_akcipher_algs_unregister()
Dvirtio_crypto_mgr.c238 int virtcrypto_dev_start(struct virtio_crypto *vcrypto) in virtcrypto_dev_start()
264 void virtcrypto_dev_stop(struct virtio_crypto *vcrypto) in virtcrypto_dev_stop()
284 bool virtcrypto_algo_is_supported(struct virtio_crypto *vcrypto, in virtcrypto_algo_is_supported()