Home
last modified time | relevance | path

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

/drivers/crypto/
A Dgeode-aes.c113 struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); in geode_setkey_cip()
139 struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in geode_setkey_skcipher()
166 const struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); in geode_encrypt()
181 const struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); in geode_decrypt()
195 struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); in fallback_init_cip()
210 struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); in fallback_exit_cip()
225 .cra_ctxsize = sizeof(struct geode_aes_tfm_ctx),
241 struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in geode_init_skcipher()
258 struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in geode_exit_skcipher()
322 .base.cra_ctxsize = sizeof(struct geode_aes_tfm_ctx),
[all …]
A Dgeode-aes.h49 struct geode_aes_tfm_ctx { struct

Completed in 7 milliseconds