Home
last modified time | relevance | path

Searched refs:camellia_ctx (Results 1 – 1 of 1) sorted by relevance

/crypto/
Dcamellia_generic.c975 struct camellia_ctx { struct
984 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() argument
1012 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt()
1040 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt()
1072 .cra_ctxsize = sizeof(struct camellia_ctx),