Searched refs:AES256_CTL0_OP1 (Results 1 – 9 of 9) sorted by relevance
155 (AES256_CMSIS(moduleInstance)->CTL0 & ~AES256_CTL0_OP_MASK) | AES256_CTL0_OP1; in AES256_setDecipherKey()266 (AES256_CMSIS(moduleInstance)->CTL0 & ~AES256_CTL0_OP_MASK) | AES256_CTL0_OP1; in AES256_startSetDecipherKey()
1340 #define AESOP1 AES256_CTL0_OP1 /*!< AESOP Bit 1 */
2023 #define AES256_CTL0_OP1 ((uint16_t)0x0002) /*!< OP Bit 1 */ macro
2077 #define AES256_CTL0_OP1 ((uint16_t)0x0002) /*!< OP Bit 1 */ macro
1771 #define AES256_CTL0_OP1 ((uint16_t)0x0002) /*!< OP Bit 1 */ macro