Home
last modified time | relevance | path

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

/Linux-v5.4/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.c29 struct virtio_crypto_request base;
58 (struct virtio_crypto_request *vc_req, int len) in virtio_crypto_dataq_sym_callback()
350 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in __virtio_crypto_ablkcipher_do_req()
482 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_ablkcipher_encrypt()
502 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_ablkcipher_decrypt()
548 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_ablkcipher_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()