Lines Matching refs:geode_aes_op
72 geode_aes_crypt(struct geode_aes_op *op) in geode_aes_crypt()
121 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_cip()
154 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_blk()
190 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_dec()
206 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_enc()
220 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_encrypt()
241 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_decrypt()
261 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_init_cip()
276 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_exit_cip()
292 .cra_ctxsize = sizeof(struct geode_aes_op),
310 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_cbc_decrypt()
342 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_cbc_encrypt()
371 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_init_blk()
386 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_exit_blk()
402 .cra_ctxsize = sizeof(struct geode_aes_op),
423 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_ecb_decrypt()
453 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_ecb_encrypt()
488 .cra_ctxsize = sizeof(struct geode_aes_op),