Home
last modified time | relevance | path

Searched refs:AESECB_Handle (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DAESECB.h524 typedef AESECB_Config *AESECB_Handle; typedef
652 typedef void (*AESECB_CallbackFxn)(AESECB_Handle handle,
725 AESECB_Handle AESECB_open(uint_least8_t index, const AESECB_Params *params);
736 void AESECB_close(AESECB_Handle handle);
768 int_fast16_t AESECB_oneStepEncrypt(AESECB_Handle handle, AESECB_Operation *operation);
790 int_fast16_t AESECB_oneStepDecrypt(AESECB_Handle handle, AESECB_Operation *operation);
809 int_fast16_t AESECB_setupEncrypt(AESECB_Handle handle, const CryptoKey *key);
828 int_fast16_t AESECB_setupDecrypt(AESECB_Handle handle, const CryptoKey *key);
852 int_fast16_t AESECB_addData(AESECB_Handle handle, AESECB_Operation *operation);
873 int_fast16_t AESECB_finalize(AESECB_Handle handle, AESECB_Operation *operation);
[all …]
DAESECB.c77 __attribute__((weak)) AESECB_Handle AESECB_open(uint_least8_t index, const AESECB_Params *params) in AESECB_open()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesecb/
DAESECBLPF3.c114 static inline int_fast16_t AESECBLPF3_oneStepOperation(AESECB_Handle handle,
117 static int_fast16_t AESECBLPF3_startOperation(AESECB_Handle handle, AESECB_Operation *operation);
118 static inline int_fast16_t AESECBLPF3_waitForResult(AESECB_Handle handle);
121 static int_fast16_t AESECBLPF3HSM_oneStepOperation(AESECB_Handle handle,
124 static int_fast16_t AESECBLPF3HSM_processOneStep(AESECB_Handle handle);
126 static int_fast16_t AESECBLPF3HSM_addData(AESECB_Handle handle, AESECB_Operation *operation);
128 static int_fast16_t AESECBLPF3HSM_finalize(AESECB_Handle handle, AESECB_Operation *operation);
135 static inline AESECBLPF3_Object *AESEBCLPF3_getObject(AESECB_Handle handle) in AESEBCLPF3_getObject()
148 AESECB_Handle handle = (AESECB_Handle)arg0; in AESECBLPF3_hwiFxn()
199 AESECB_Handle AESECB_construct(AESECB_Config *config, const AESECB_Params *params) in AESECB_construct()
[all …]
DAESECBLPF3.h168 __STATIC_INLINE bool AESECB_acquireLock(AESECB_Handle handle, uint32_t timeout) in AESECB_acquireLock()
182 __STATIC_INLINE void AESECB_releaseLock(AESECB_Handle handle) in AESECB_releaseLock()
196 __STATIC_INLINE void AESECB_enableThreadSafety(AESECB_Handle handle) in AESECB_enableThreadSafety()
214 __STATIC_INLINE void AESECB_disableThreadSafety(AESECB_Handle handle) in AESECB_disableThreadSafety()