Searched refs:atmel_aes_dev (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/ |
H A D | atmel-aes.c | 85 struct atmel_aes_dev; 88 typedef int (*atmel_aes_fn_t)(struct atmel_aes_dev *); 92 struct atmel_aes_dev *dd; 172 struct atmel_aes_dev { struct 335 static inline u32 atmel_aes_read(struct atmel_aes_dev *dd, u32 offset) in atmel_aes_read() 351 static inline void atmel_aes_write(struct atmel_aes_dev *dd, in atmel_aes_write() 366 static void atmel_aes_read_n(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_read_n() 373 static void atmel_aes_write_n(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_write_n() 380 static inline void atmel_aes_read_block(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_read_block() 386 static inline void atmel_aes_write_block(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_write_block() [all …]
|
H A D | atmel-authenc.h | 23 struct atmel_aes_dev; 24 typedef int (*atmel_aes_authenc_fn_t)(struct atmel_aes_dev *, int, bool); 39 struct atmel_aes_dev *dd); 44 struct atmel_aes_dev *dd); 48 struct atmel_aes_dev *dd);
|
H A D | atmel-sha.c | 2115 struct atmel_aes_dev *aes_dev; 2246 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_schedule() 2278 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_init() 2348 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_final()
|