Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/
DAESCTRLPF3.h142 volatile uint32_t counter[AES_BLOCK_SIZE_WORDS];
201 __STATIC_INLINE void AESCTRLPF3_readCounter(uint32_t counterOut[AES_BLOCK_SIZE_WORDS]) in AESCTRLPF3_readCounter() argument
212 __STATIC_INLINE void AESCTRLPF3_writeCounter(uint32_t counterIn[AES_BLOCK_SIZE_WORDS]) in AESCTRLPF3_writeCounter() argument
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.h130 uint32_t finalInputBlock[AES_BLOCK_SIZE_WORDS];
DAESCMACLPF3.c84 …id AESCMACLPF3_generateSubKey(AESCMAC_SUBKEY_NUM subKeyNum, uint32_t subKey[AES_BLOCK_SIZE_WORDS]);
463 for (i = (uint_fast8_t)0U; i < (uint_fast8_t)AES_BLOCK_SIZE_WORDS; i++) in AESCMACLPF3_xorBlock()
477 uint32_t subKey[AES_BLOCK_SIZE_WORDS]; in AESCMACLPF3_prepareFinalInputBlock()
906 static inline void AESCMACLPF3_encryptZeroBlockECB(uint32_t output[AES_BLOCK_SIZE_WORDS]) in AESCMACLPF3_encryptZeroBlockECB() argument
908 const uint32_t zeroBlock[AES_BLOCK_SIZE_WORDS] = {0}; in AESCMACLPF3_encryptZeroBlockECB()
927 …oid AESCMACLPF3_generateSubKey(AESCMAC_SUBKEY_NUM subKeyNum, uint32_t subKey[AES_BLOCK_SIZE_WORDS]) in AESCMACLPF3_generateSubKey() argument
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Daes.h57 #define AES_BLOCK_SIZE_WORDS (AES_BLOCK_SIZE / 4U) macro