Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/virtio/
Dvirtio_crypto_common.h87 struct virtio_crypto_request;
89 (struct virtio_crypto_request *vc_req, int len);
91 struct virtio_crypto_request { struct
119 virtcrypto_clear_request(struct virtio_crypto_request *vc_req); argument
Dvirtio_crypto_algs.c30 struct virtio_crypto_request base;
59 (struct virtio_crypto_request *vc_req, int len) in virtio_crypto_dataq_sym_callback()
345 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in __virtio_crypto_skcipher_do_req()
488 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_skcipher_encrypt()
513 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_skcipher_decrypt()
564 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_skcipher_crypt_req()
Dvirtio_crypto_core.c17 virtcrypto_clear_request(struct virtio_crypto_request *vc_req) in virtcrypto_clear_request()
28 struct virtio_crypto_request *vc_req; in virtcrypto_dataq_callback()
418 struct virtio_crypto_request *vc_req; in virtcrypto_free_unused_reqs()