Searched refs:AESCTR_Handle (Results 1 – 5 of 5) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/ |
| D | AESCTR.h | 719 typedef AESCTR_Config *AESCTR_Handle; typedef 736 typedef void (*AESCTR_CallbackFxn)(AESCTR_Handle handle, 809 AESCTR_Handle AESCTR_open(uint_least8_t index, const AESCTR_Params *params); 820 void AESCTR_close(AESCTR_Handle handle); 840 int_fast16_t AESCTR_setupEncrypt(AESCTR_Handle handle, const CryptoKey *key, const uint8_t *initial… 860 int_fast16_t AESCTR_setupDecrypt(AESCTR_Handle handle, const CryptoKey *key, const uint8_t *initial… 888 int_fast16_t AESCTR_addData(AESCTR_Handle handle, AESCTR_SegmentedOperation *operation); 915 int_fast16_t AESCTR_finalize(AESCTR_Handle handle, AESCTR_SegmentedOperation *operation); 962 int_fast16_t AESCTR_oneStepEncrypt(AESCTR_Handle handle, AESCTR_OneStepOperation *operation); 982 int_fast16_t AESCTR_oneStepDecrypt(AESCTR_Handle handle, AESCTR_OneStepOperation *operation); [all …]
|
| D | AESCTR.c | 69 __attribute__((weak)) AESCTR_Handle AESCTR_open(uint_least8_t index, const AESCTR_Params *params) in AESCTR_open()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/ |
| D | AESCTRLPF3.c | 122 static int_fast16_t AESCTRLPF3_oneStepOperation(AESCTR_Handle handle, 125 static int_fast16_t AESCTRLPF3_startOperation(AESCTR_Handle handle, bool isOneStepOrFinalOperation); 126 static int_fast16_t AESCTRLPF3_waitForResult(AESCTR_Handle handle); 129 static int_fast16_t AESCTRLPF3HSM_oneStepOperation(AESCTR_Handle handle, 132 static int_fast16_t AESCTRLPF3HSM_processOneStepOperation(AESCTR_Handle handle); 134 int_fast16_t AESCTRLPF3HSM_addData(AESCTR_Handle handle, AESCTR_SegmentedOperation *operation); 136 int_fast16_t AESCTRLPF3HSM_finalize(AESCTR_Handle handle, AESCTR_SegmentedOperation *operation); 142 static inline AESCTRLPF3_Object *AESCTRLPF3_getObject(AESCTR_Handle handle) in AESCTRLPF3_getObject() 155 AESCTR_Handle handle = (AESCTR_Handle)arg0; in AESCTRLPF3_hwiFxn() 229 AESCTR_Handle AESCTR_construct(AESCTR_Config *config, const AESCTR_Params *params) in AESCTR_construct() [all …]
|
| D | AESCTRLPF3.h | 233 __STATIC_INLINE bool AESCTR_acquireLock(AESCTR_Handle handle, uint32_t timeout) in AESCTR_acquireLock() 247 __STATIC_INLINE void AESCTR_releaseLock(AESCTR_Handle handle) in AESCTR_releaseLock() 261 __STATIC_INLINE void AESCTR_enableThreadSafety(AESCTR_Handle handle) in AESCTR_enableThreadSafety() 279 __STATIC_INLINE void AESCTR_disableThreadSafety(AESCTR_Handle handle) in AESCTR_disableThreadSafety()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/ |
| D | AESCTRDRBGXX.h | 132 AESCTR_Handle ctrHandle;
|