Searched defs:cctx (Results 1 – 2 of 2) sorted by relevance
984 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() local1012 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt() local1040 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt() local
1249 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey()