Home
last modified time | relevance | path

Searched defs:AES_BLOCK_SIZE_WORDS (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/
DAESCTRLPF3.h201 __STATIC_INLINE void AESCTRLPF3_readCounter(uint32_t counterOut[AES_BLOCK_SIZE_WORDS]) in AESCTRLPF3_readCounter()
212 __STATIC_INLINE void AESCTRLPF3_writeCounter(uint32_t counterIn[AES_BLOCK_SIZE_WORDS]) in AESCTRLPF3_writeCounter()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.c906 static inline void AESCMACLPF3_encryptZeroBlockECB(uint32_t output[AES_BLOCK_SIZE_WORDS]) in AESCMACLPF3_encryptZeroBlockECB()
927 …oid AESCMACLPF3_generateSubKey(AESCMAC_SUBKEY_NUM subKeyNum, uint32_t subKey[AES_BLOCK_SIZE_WORDS]) in AESCMACLPF3_generateSubKey()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Daes.h57 #define AES_BLOCK_SIZE_WORDS (AES_BLOCK_SIZE / 4U) macro