Searched refs:atmel_aes_dev (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/crypto/ |
| D | atmel-aes.c | 101 struct atmel_aes_dev; 104 typedef int (*atmel_aes_fn_t)(struct atmel_aes_dev *); 108 struct atmel_aes_dev *dd; 185 struct atmel_aes_dev { struct 348 static inline u32 atmel_aes_read(struct atmel_aes_dev *dd, u32 offset) in atmel_aes_read() 364 static inline void atmel_aes_write(struct atmel_aes_dev *dd, in atmel_aes_write() 379 static void atmel_aes_read_n(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_read_n() 386 static void atmel_aes_write_n(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_write_n() 393 static inline void atmel_aes_read_block(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_read_block() 399 static inline void atmel_aes_write_block(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_write_block() [all …]
|
| D | atmel-authenc.h | 33 struct atmel_aes_dev; 34 typedef int (*atmel_aes_authenc_fn_t)(struct atmel_aes_dev *, int, bool); 50 struct atmel_aes_dev *dd); 55 struct atmel_aes_dev *dd); 59 struct atmel_aes_dev *dd);
|
| D | atmel-sha.c | 2234 struct atmel_aes_dev *aes_dev; 2371 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_schedule() 2403 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_init() 2473 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_final()
|