Lines Matching refs:atmel_aes_base_ctx
103 struct atmel_aes_base_ctx { struct
113 struct atmel_aes_base_ctx base; argument
117 struct atmel_aes_base_ctx base;
127 struct atmel_aes_base_ctx base;
143 struct atmel_aes_base_ctx base;
150 struct atmel_aes_base_ctx base;
188 struct atmel_aes_base_ctx *ctx;
421 static struct atmel_aes_dev *atmel_aes_find_dev(struct atmel_aes_base_ctx *ctx) in atmel_aes_find_dev()
517 atmel_aes_ctr_ctx_cast(struct atmel_aes_base_ctx *ctx) in atmel_aes_ctr_ctx_cast()
943 struct atmel_aes_base_ctx *ctx; in atmel_aes_handle_queue()
1089 struct atmel_aes_base_ctx *ctx = crypto_skcipher_ctx(skcipher); in atmel_aes_crypt()
1139 struct atmel_aes_base_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_setkey()
1410 atmel_aes_gcm_ctx_cast(struct atmel_aes_base_ctx *ctx) in atmel_aes_gcm_ctx_cast()
1692 struct atmel_aes_base_ctx *ctx; in atmel_aes_gcm_crypt()
1713 struct atmel_aes_base_ctx *ctx = crypto_aead_ctx(tfm); in atmel_aes_gcm_setkey()
1773 atmel_aes_xts_ctx_cast(struct atmel_aes_base_ctx *ctx) in atmel_aes_xts_ctx_cast()
2127 struct atmel_aes_base_ctx *ctx = crypto_aead_ctx(tfm); in atmel_aes_authenc_crypt()