Home
last modified time | relevance | path

Searched refs:AES_FLAGS_INIT (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/
Datmel-aes.c64 #define AES_FLAGS_INIT BIT(16) macro
269 if (!(dd->flags & AES_FLAGS_INIT)) { in atmel_aes_hw_init()
272 dd->flags |= AES_FLAGS_INIT; in atmel_aes_hw_init()