__camellia_setkey
extern int __camellia_setkey(struct camellia_ctx *cctx,
return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen);
return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen);
EXPORT_SYMBOL_GPL(__camellia_setkey);
return __camellia_setkey(crypto_tfm_ctx(tfm), key, key_len);