Searched refs:cctx (Results 1 – 1 of 1) sorted by relevance
1007 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() local1016 cctx->key_length = key_len; in camellia_set_key()1020 camellia_setup128(key, cctx->key_table); in camellia_set_key()1023 camellia_setup192(key, cctx->key_table); in camellia_set_key()1026 camellia_setup256(key, cctx->key_table); in camellia_set_key()1035 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt() local1046 camellia_do_encrypt(cctx->key_table, tmp, in camellia_encrypt()1047 cctx->key_length == 16 ? 24 : 32 /* for key lengths of 24 and 32 */ in camellia_encrypt()1059 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt() local1070 camellia_do_decrypt(cctx->key_table, tmp, in camellia_decrypt()[all …]