Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daes.c202 uint32_t keyStoreKeySize = HWREG(CRYPTO_BASE + CRYPTO_O_KEYSIZE); in AESWriteToKeyStore()
204 HWREG(CRYPTO_BASE + CRYPTO_O_KEYSIZE) = keySize; in AESWriteToKeyStore()
Dcrypto.c119 if (HWREG(CRYPTO_BASE + CRYPTO_O_KEYSIZE) != KEY_STORE_SIZE_128) { in CRYPTOAesLoadKey()
120 HWREG(CRYPTO_BASE + CRYPTO_O_KEYSIZE) = KEY_STORE_SIZE_128; in CRYPTOAesLoadKey()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daes.c251 uint32_t keyStoreKeySize = HWREG(CRYPTO_BASE + CRYPTO_O_KEYSIZE); in AESWriteToKeyStore()
253 HWREG(CRYPTO_BASE + CRYPTO_O_KEYSIZE) = keySize; in AESWriteToKeyStore()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_crypto.h86 #define CRYPTO_O_KEYSIZE 0x00000408 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_crypto.h86 #define CRYPTO_O_KEYSIZE 0x00000408 macro