Searched refs:nonceLength (Results 1 – 9 of 9) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | aes.c | 338 void AESConfigureCCMCtrl(uint32_t nonceLength, uint32_t macLength, bool encrypt) in AESConfigureCCMCtrl() argument 342 ctrlVal = ((15 - nonceLength - 1) << CRYPTO_AESCTL_CCM_L_S); in AESConfigureCCMCtrl() 360 void AESWriteCCMInitializationVector(const uint8_t *nonce, uint32_t nonceLength) in AESWriteCCMInitializationVector() argument 367 initializationVector.byte[0] = 15 - nonceLength - 1; in AESWriteCCMInitializationVector() 369 memcpy(&(initializationVector.byte[1]), nonce, nonceLength); in AESWriteCCMInitializationVector()
|
| D | aes.h | 272 extern void AESWriteCCMInitializationVector(const uint8_t *nonce, uint32_t nonceLength); 456 extern void AESConfigureCCMCtrl(uint32_t nonceLength, uint32_t macLength, bool encrypt);
|
| D | rom.h | 873 ((void (*)(uint32_t nonceLength, uint32_t macLength, bool encrypt)) \ 901 ((void (*)(const uint8_t *nonce, uint32_t nonceLength)) \
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/ |
| D | AESCCMLPF3.c | 117 uint8_t nonceLength, 137 static void AESCCMLPF3_processCTRCounterBlock(const uint8_t *nonce, uint8_t nonceLength, uint8_t co… 521 uint8_t nonceLength, in AESCCMLPF3_processB0() argument 552 B0.words[0] = (uint32_t)14U - (uint32_t)nonceLength; in AESCCMLPF3_processB0() 576 (void)memcpy(&B0.bytes[1], nonce, nonceLength); in AESCCMLPF3_processB0() 643 operation->nonceLength, in AESCCMLPF3_processOneStepCBCMACPolling() 728 AESCCMLPF3_processCTRCounterBlock(operation->nonce, operation->nonceLength, (uint8_t)0U); in AESCCMLPF3_processOneStepCTRPolling() 816 …DebugP_assert(operation->nonce && (operation->nonceLength >= 7U) && (operation->nonceLength <= 13U… in AESCCMLPF3_oneStepOperation() 836 if ((operation->nonceLength < (uint8_t)7U) || (operation->nonceLength > (uint8_t)13U)) in AESCCMLPF3_oneStepOperation() 903 object->nonceLength = operation->nonceLength; in AESCCMLPF3_oneStepOperation() [all …]
|
| D | AESCCMLPF3.h | 126 uint8_t nonceLength; member
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/ |
| D | AESCCM.h | 983 uint8_t nonceLength; /*!< Length of \c nonce in bytes. member 1341 int_fast16_t AESCCM_setNonce(AESCCM_Handle handle, const uint8_t *nonce, size_t nonceLength); 1367 … AESCCM_generateNonce(AESCCM_Handle handle, uint8_t *nonce, size_t nonceSize, size_t *nonceLength);
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | aes.c | 398 void AESConfigureCCMCtrl(uint32_t nonceLength, uint32_t macLength, bool encrypt) in AESConfigureCCMCtrl() argument 402 ctrlVal = ((15 - nonceLength - 1) << CRYPTO_AESCTL_CCM_L_S); in AESConfigureCCMCtrl() 420 void AESWriteCCMInitializationVector(const uint8_t *nonce, uint32_t nonceLength) in AESWriteCCMInitializationVector() argument 427 initializationVector.byte[0] = 15 - nonceLength - 1; in AESWriteCCMInitializationVector() 429 memcpy(&(initializationVector.byte[1]), nonce, nonceLength); in AESWriteCCMInitializationVector()
|
| D | aes.h | 306 extern void AESWriteCCMInitializationVector(const uint8_t *nonce, uint32_t nonceLength); 490 extern void AESConfigureCCMCtrl(uint32_t nonceLength, uint32_t macLength, bool encrypt);
|
| D | rom.h | 875 ((void (*)(uint32_t nonceLength, uint32_t macLength, bool encrypt)) \ 903 ((void (*)(const uint8_t *nonce, uint32_t nonceLength)) \
|