Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/virtio/
Dvirtio_crypto_common.h96 struct virtio_crypto_request;
98 (struct virtio_crypto_request *vc_req, int len);
100 struct virtio_crypto_request { struct
128 virtcrypto_clear_request(struct virtio_crypto_request *vc_req); argument
Dvirtio_crypto_skcipher_algs.c30 struct virtio_crypto_request base;
59 (struct virtio_crypto_request *vc_req, int len) in virtio_crypto_dataq_sym_callback()
331 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in __virtio_crypto_skcipher_do_req()
474 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_skcipher_encrypt()
499 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_skcipher_decrypt()
550 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_skcipher_crypt_req()
Dvirtio_crypto_akcipher_algs.c38 struct virtio_crypto_request base;
68 static void virtio_crypto_dataq_akcipher_callback(struct virtio_crypto_request *vc_req, int len) in virtio_crypto_dataq_akcipher_callback()
223 struct virtio_crypto_request *vc_req = &vc_akcipher_req->base; in __virtio_crypto_akcipher_do_req()
290 struct virtio_crypto_request *vc_req = &vc_akcipher_req->base; in virtio_crypto_rsa_do_req()
330 struct virtio_crypto_request *vc_req = &vc_akcipher_req->base; in virtio_crypto_rsa_req()
Dvirtio_crypto_core.c17 virtcrypto_clear_request(struct virtio_crypto_request *vc_req) in virtcrypto_clear_request()
78 struct virtio_crypto_request *vc_req; in virtcrypto_dataq_callback()
473 struct virtio_crypto_request *vc_req; in virtcrypto_free_unused_reqs()