Lines Matching defs:base
30 struct virtio_crypto_request base;
62 container_of(vc_req, struct virtio_crypto_sym_request, base);
332 struct virtio_crypto_request *vc_req = &vc_sym_req->base;
475 struct virtio_crypto_request *vc_req = &vc_sym_req->base;
500 struct virtio_crypto_request *vc_req = &vc_sym_req->base;
548 struct skcipher_request *req = container_of(vreq, struct skcipher_request, base);
551 struct virtio_crypto_request *vc_req = &vc_sym_req->base;
574 virtcrypto_clear_request(&vc_sym_req->base);
576 crypto_finalize_skcipher_request(vc_sym_req->base.dataq->engine,
584 .base.cra_name = "cbc(aes)",
585 .base.cra_driver_name = "virtio_crypto_aes_cbc",
586 .base.cra_priority = 150,
587 .base.cra_flags = CRYPTO_ALG_ASYNC |
589 .base.cra_blocksize = AES_BLOCK_SIZE,
590 .base.cra_ctxsize = sizeof(struct virtio_crypto_skcipher_ctx),
591 .base.cra_module = THIS_MODULE,
626 virtio_crypto_algs[i].algo.base.cra_name);