Lines Matching refs:geode_aes_op
70 geode_aes_crypt(struct geode_aes_op *op) in geode_aes_crypt()
119 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_cip()
152 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_blk()
188 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_dec()
204 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_enc()
218 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_encrypt()
239 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_decrypt()
259 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_init_cip()
274 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_exit_cip()
290 .cra_ctxsize = sizeof(struct geode_aes_op),
308 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_cbc_decrypt()
340 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_cbc_encrypt()
369 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_init_blk()
384 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_exit_blk()
400 .cra_ctxsize = sizeof(struct geode_aes_op),
421 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_ecb_decrypt()
451 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_ecb_encrypt()
486 .cra_ctxsize = sizeof(struct geode_aes_op),