Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_common.h101 struct virtio_crypto_request;
103 (struct virtio_crypto_request *vc_req, int len);
105 struct virtio_crypto_request { struct
133 virtcrypto_clear_request(struct virtio_crypto_request *vc_req); argument
H A Dvirtio_crypto_skcipher_algs.c27 struct virtio_crypto_request base;
56 (struct virtio_crypto_request *vc_req, int len) in virtio_crypto_dataq_sym_callback()
329 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in __virtio_crypto_skcipher_do_req()
472 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_skcipher_encrypt()
497 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_skcipher_decrypt()
545 struct virtio_crypto_request *vc_req = &vc_sym_req->base; in virtio_crypto_skcipher_crypt_req()
H A 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()
224 struct virtio_crypto_request *vc_req = &vc_akcipher_req->base; in __virtio_crypto_akcipher_do_req()
291 struct virtio_crypto_request *vc_req = &vc_akcipher_req->base; in virtio_crypto_rsa_do_req()
331 struct virtio_crypto_request *vc_req = &vc_akcipher_req->base; in virtio_crypto_rsa_req()
H A Dvirtio_crypto_core.c17 virtcrypto_clear_request(struct virtio_crypto_request *vc_req) in virtcrypto_clear_request()
79 struct virtio_crypto_request *vc_req; in virtcrypto_done_task()
486 struct virtio_crypto_request *vc_req; in virtcrypto_free_unused_reqs()