Home
last modified time | relevance | path

Searched defs:cctx (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/crypto/
Dcamellia_generic.c984 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() local
1012 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt() local
1040 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt() local
/linux-4.1.27/arch/x86/crypto/
Dcamellia_glue.c1249 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey()