Searched refs:camellia_sparc64_ctx (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/sparc/crypto/
H A Dcamellia_glue.c26 struct camellia_sparc64_ctx { struct
38 struct camellia_sparc64_ctx *ctx = crypto_tfm_ctx(tfm); camellia_set_key()
59 struct camellia_sparc64_ctx *ctx = crypto_tfm_ctx(tfm); camellia_encrypt()
68 struct camellia_sparc64_ctx *ctx = crypto_tfm_ctx(tfm); camellia_decrypt()
89 struct camellia_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __ecb_crypt()
152 struct camellia_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_encrypt()
191 struct camellia_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_decrypt()
232 .cra_ctxsize = sizeof(struct camellia_sparc64_ctx),
250 .cra_ctxsize = sizeof(struct camellia_sparc64_ctx),
269 .cra_ctxsize = sizeof(struct camellia_sparc64_ctx),

Completed in 36 milliseconds