twofish_setkey
return twofish_setkey(&tfm->base, key, keylen);
.cia_setkey = twofish_setkey,
return twofish_setkey(&tfm->base, key, keylen);
EXPORT_SYMBOL_GPL(twofish_setkey);
.cia_setkey = twofish_setkey,
int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);