Lines Matching refs:base
24 return twofish_setkey(&tfm->base, key, keylen);
78 .base.cra_name = "ecb(twofish)",
79 .base.cra_driver_name = "ecb-twofish-3way",
80 .base.cra_priority = 300,
81 .base.cra_blocksize = TF_BLOCK_SIZE,
82 .base.cra_ctxsize = sizeof(struct twofish_ctx),
83 .base.cra_module = THIS_MODULE,
90 .base.cra_name = "cbc(twofish)",
91 .base.cra_driver_name = "cbc-twofish-3way",
92 .base.cra_priority = 300,
93 .base.cra_blocksize = TF_BLOCK_SIZE,
94 .base.cra_ctxsize = sizeof(struct twofish_ctx),
95 .base.cra_module = THIS_MODULE,