Lines Matching refs:geode_aes_op
68 geode_aes_crypt(struct geode_aes_op *op) in geode_aes_crypt()
117 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_cip()
150 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_blk()
186 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_dec()
202 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_enc()
216 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_encrypt()
237 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_decrypt()
257 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_init_cip()
272 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_exit_cip()
288 .cra_ctxsize = sizeof(struct geode_aes_op),
306 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_cbc_decrypt()
338 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_cbc_encrypt()
367 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_init_blk()
382 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_exit_blk()
398 .cra_ctxsize = sizeof(struct geode_aes_op),
419 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_ecb_decrypt()
449 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_ecb_encrypt()
484 .cra_ctxsize = sizeof(struct geode_aes_op),