Lines Matching defs:cctx
971 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm);
977 cctx->key_length = key_len;
981 camellia_setup128(key, cctx->key_table);
984 camellia_setup192(key, cctx->key_table);
987 camellia_setup256(key, cctx->key_table);
996 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm);
1008 if (cctx->key_length == 16)
1013 camellia_do_encrypt(cctx->key_table, tmp, max);
1024 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm);
1036 if (cctx->key_length == 16)
1041 camellia_do_decrypt(cctx->key_table, tmp, max);