Home
last modified time | relevance | path

Searched defs:macLength (Results 1 – 6 of 6) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.c524 uint8_t macLength) in AESCCMLPF3_processB0()
1013 size_t macLength) in AESCCMLPF3_setupSegmentedOperation()
1054 size_t macLength) in AESCCM_setupEncrypt()
1086 size_t macLength) in AESCCM_setupDecrypt()
1115 …AESCCM_setLengths(AESCCM_Handle handle, size_t aadLength, size_t plaintextLength, size_t macLength) in AESCCM_setLengths()
2177 int_fast16_t AESCCMLPF3HSM_setMac(AESCCM_Handle handle, const uint8_t *mac, size_t macLength) in AESCCMLPF3HSM_setMac()
2455 size_t macLength) in AESCCMLPF3HSM_setupSegmentedOperation()
2516 size_t macLength) in AESCCMLPF3HSM_setupEncrypt()
2539 size_t macLength) in AESCCMLPF3HSM_setupDecrypt()
DAESCCMLPF3.h125 uint8_t macLength; member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DAESCCM.h986 uint8_t macLength; /*!< Length of \c mac in bytes. member
1070 uint8_t macLength; /*!< Length of \c mac in bytes. member
DAESCMAC.h735 size_t macLength; /*!< Length of the MAC in bytes. member
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daes.c338 void AESConfigureCCMCtrl(uint32_t nonceLength, uint32_t macLength, bool encrypt) in AESConfigureCCMCtrl()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daes.c398 void AESConfigureCCMCtrl(uint32_t nonceLength, uint32_t macLength, bool encrypt) in AESConfigureCCMCtrl()