Searched refs:atmel_aes_dev (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-aes.c | 97 struct atmel_aes_dev; 100 typedef int (*atmel_aes_fn_t)(struct atmel_aes_dev *); 104 struct atmel_aes_dev *dd; 184 struct atmel_aes_dev { struct 347 static inline u32 atmel_aes_read(struct atmel_aes_dev *dd, u32 offset) in atmel_aes_read() 363 static inline void atmel_aes_write(struct atmel_aes_dev *dd, in atmel_aes_write() 378 static void atmel_aes_read_n(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_read_n() 385 static void atmel_aes_write_n(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_write_n() 392 static inline void atmel_aes_read_block(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_read_block() 398 static inline void atmel_aes_write_block(struct atmel_aes_dev *d [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 | 2117 struct atmel_aes_dev *aes_dev; 2248 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_schedule() 2280 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_init() 2350 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_final()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-aes.c | 97 struct atmel_aes_dev; 100 typedef int (*atmel_aes_fn_t)(struct atmel_aes_dev *); 104 struct atmel_aes_dev *dd; 182 struct atmel_aes_dev { struct 345 static inline u32 atmel_aes_read(struct atmel_aes_dev *dd, u32 offset) in atmel_aes_read() 361 static inline void atmel_aes_write(struct atmel_aes_dev *dd, in atmel_aes_write() 376 static void atmel_aes_read_n(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_read_n() 383 static void atmel_aes_write_n(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_write_n() 390 static inline void atmel_aes_read_block(struct atmel_aes_dev *dd, u32 offset, in atmel_aes_read_block() 396 static inline void atmel_aes_write_block(struct atmel_aes_dev *d [all...] |
H A D | atmel-authenc.h | 22 struct atmel_aes_dev; 23 typedef int (*atmel_aes_authenc_fn_t)(struct atmel_aes_dev *, int, bool); 38 struct atmel_aes_dev *dd); 43 struct atmel_aes_dev *dd); 47 struct atmel_aes_dev *dd);
|
H A D | atmel-sha.c | 2090 struct atmel_aes_dev *aes_dev; 2222 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_schedule() 2254 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_init() 2324 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_final()
|
Completed in 12 milliseconds