Searched refs:vc_akcipher_req (Results 1 – 1 of 1) sorted by relevance
56 struct virtio_crypto_akcipher_request *vc_akcipher_req, in virtio_crypto_akcipher_finalize_req() argument59 virtcrypto_clear_request(&vc_akcipher_req->base); in virtio_crypto_akcipher_finalize_req()61 crypto_finalize_akcipher_request(vc_akcipher_req->base.dataq->engine, req, err); in virtio_crypto_akcipher_finalize_req()66 struct virtio_crypto_akcipher_request *vc_akcipher_req = in virtio_crypto_dataq_akcipher_callback() local92 akcipher_req = vc_akcipher_req->akcipher_req; in virtio_crypto_dataq_akcipher_callback()93 if (vc_akcipher_req->opcode != VIRTIO_CRYPTO_AKCIPHER_VERIFY) { in virtio_crypto_dataq_akcipher_callback()97 vc_akcipher_req->dst_buf, akcipher_req->dst_len); in virtio_crypto_dataq_akcipher_callback()99 virtio_crypto_akcipher_finalize_req(vc_akcipher_req, akcipher_req, error); in virtio_crypto_dataq_akcipher_callback()215 static int __virtio_crypto_akcipher_do_req(struct virtio_crypto_akcipher_request *vc_akcipher_req, in __virtio_crypto_akcipher_do_req() argument218 struct virtio_crypto_akcipher_ctx *ctx = vc_akcipher_req->akcipher_ctx; in __virtio_crypto_akcipher_do_req()[all …]