Searched defs:nonceLength (Results 1 – 5 of 5) 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() 360 void AESWriteCCMInitializationVector(const uint8_t *nonce, uint32_t nonceLength) in AESWriteCCMInitializationVector()
|
| /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() 420 void AESWriteCCMInitializationVector(const uint8_t *nonce, uint32_t nonceLength) in AESWriteCCMInitializationVector()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/ |
| D | AESCCMLPF3.c | 521 uint8_t nonceLength, in AESCCMLPF3_processB0() 1151 int_fast16_t AESCCM_setNonce(AESCCM_Handle handle, const uint8_t *nonce, size_t nonceLength) in AESCCM_setNonce() 1185 …t AESCCM_generateNonce(AESCCM_Handle handle, uint8_t *nonce, size_t nonceSize, size_t *nonceLength) in AESCCM_generateNonce() 1410 static void AESCCMLPF3_processCTRCounterBlock(const uint8_t *nonce, uint8_t nonceLength, uint8_t co… in AESCCMLPF3_processCTRCounterBlock()
|
| 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
|