Lines Matching defs:algo
45 struct skcipher_alg algo;
148 ctrl->header.algo = cpu_to_le32(alg);
157 sym_create_session->u.cipher.para.algo = ctrl->header.algo;
303 pr_err("virtio_crypto: Could not find a virtio device in the system or unsupported algo\n");
583 .algo = {
619 ret = crypto_register_skcipher(&virtio_crypto_algs[i].algo);
625 dev_info(&vcrypto->vdev->dev, "Registered algo %s\n",
626 virtio_crypto_algs[i].algo.base.cra_name);
650 crypto_unregister_skcipher(&virtio_crypto_algs[i].algo);