Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daes.c439 void AESWriteKey2(const uint32_t *key2) { in AESWriteKey2() argument
440 HWREG(CRYPTO_BASE + CRYPTO_O_AESKEY20) = key2[0]; in AESWriteKey2()
441 HWREG(CRYPTO_BASE + CRYPTO_O_AESKEY21) = key2[1]; in AESWriteKey2()
442 HWREG(CRYPTO_BASE + CRYPTO_O_AESKEY22) = key2[2]; in AESWriteKey2()
443 HWREG(CRYPTO_BASE + CRYPTO_O_AESKEY23) = key2[3]; in AESWriteKey2()
Daes.h845 void AESWriteKey2(const uint32_t *key2);