Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/virtio/
Dvirtio_crypto_common.h99 struct virtio_crypto_request;
101 (struct virtio_crypto_request *vc_req, int len);
103 struct virtio_crypto_request { struct
131 virtcrypto_clear_request(struct virtio_crypto_request *vc_req); argument
Dvirtio_crypto_algs.c41 struct virtio_crypto_request base;
70 (struct virtio_crypto_request *vc_req, int len) in virtio_crypto_dataq_sym_callback()
364 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in __virtio_crypto_ablkcipher_do_req()
496 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_ablkcipher_encrypt()
516 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_ablkcipher_decrypt()
562 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_ablkcipher_crypt_req()
Dvirtio_crypto_core.c29 virtcrypto_clear_request(struct virtio_crypto_request *vc_req) in virtcrypto_clear_request()
40 struct virtio_crypto_request *vc_req; in virtcrypto_dataq_callback()
430 struct virtio_crypto_request *vc_req; in virtcrypto_free_unused_reqs()