Home
last modified time | relevance | path

Searched refs:key3 (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daes.c451 void AESWriteKey3(const uint32_t *key3) { in AESWriteKey3() argument
452 HWREG(CRYPTO_BASE + CRYPTO_O_AESKEY30) = key3[0]; in AESWriteKey3()
453 HWREG(CRYPTO_BASE + CRYPTO_O_AESKEY31) = key3[1]; in AESWriteKey3()
454 HWREG(CRYPTO_BASE + CRYPTO_O_AESKEY32) = key3[2]; in AESWriteKey3()
455 HWREG(CRYPTO_BASE + CRYPTO_O_AESKEY33) = key3[3]; in AESWriteKey3()
Daes.h857 void AESWriteKey3(const uint32_t *key3);