Searched refs:CRYPT_FLAG_AESIF (Results 1 – 4 of 4) sorted by relevance
91 CRYPT_FLAG_AESIF = 0x1U, /**< Aes flag */ enumerator179 #define IS_CRYPT_FLAG(x) (((x) == CRYPT_FLAG_AESIF) || \
118 CRYPT_FLAG_AESIF = 0x1U, /**< Aes flag */ enumerator246 #define IS_CRYPT_FLAG(x) (((x) == CRYPT_FLAG_AESIF) || \
774 if (ald_crypt_get_flag_status(hperh, CRYPT_FLAG_AESIF) == SET) { in ald_crypt_irq_handler()775 ald_crypt_clear_flag_status(hperh, CRYPT_FLAG_AESIF); in ald_crypt_irq_handler()
926 if (ald_crypt_get_flag_status(hperh, CRYPT_FLAG_AESIF) == SET) { in ald_crypt_irq_handler()927 ald_crypt_clear_flag_status(hperh, CRYPT_FLAG_AESIF); in ald_crypt_irq_handler()
Completed in 17 milliseconds