Home
last modified time | relevance | path

Searched refs:AESCMAC_Handle (Results 1 – 5 of 5) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DAESCMAC.h656 typedef AESCMAC_Config *AESCMAC_Handle; typedef
795 typedef void (*AESCMAC_CallbackFxn)(AESCMAC_Handle handle,
883 AESCMAC_Handle AESCMAC_open(uint_least8_t index, const AESCMAC_Params *params);
895 void AESCMAC_close(AESCMAC_Handle handle);
919 int_fast16_t AESCMAC_setupSign(AESCMAC_Handle handle, const CryptoKey *key);
943 int_fast16_t AESCMAC_setupVerify(AESCMAC_Handle handle, const CryptoKey *key);
973 int_fast16_t AESCMAC_addData(AESCMAC_Handle handle, AESCMAC_Operation *operation);
1013 int_fast16_t AESCMAC_finalize(AESCMAC_Handle handle, AESCMAC_Operation *operation);
1044 int_fast16_t AESCMAC_oneStepSign(AESCMAC_Handle handle, AESCMAC_Operation *operation, CryptoKey *ke…
1077 int_fast16_t AESCMAC_oneStepVerify(AESCMAC_Handle handle, AESCMAC_Operation *operation, CryptoKey *…
[all …]
DAESCMAC.c70 __attribute__((weak)) AESCMAC_Handle AESCMAC_open(uint_least8_t index, const AESCMAC_Params *params) in AESCMAC_open()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.c88 static int_fast16_t AESCMACLPF3_oneStepOperation(AESCMAC_Handle handle,
92 static int_fast16_t AESCMACLPF3_startOperation(AESCMAC_Handle handle);
93 static inline int_fast16_t AESCMACLPF3_waitForResult(AESCMAC_Handle handle);
97 static int_fast16_t AESCMACLPF3HSM_oneStepOperation(AESCMAC_Handle handle,
101 static int_fast16_t AESCMACLPF3HSM_SegmentedOperation(AESCMAC_Handle handle, AESCMAC_Operation *ope…
103 static int_fast16_t AESCMACLPF3HSM_finalize(AESCMAC_Handle handle, AESCMAC_Operation *operation);
105 static int_fast16_t AESCMACLPF3HSM_processOneStepAndFinalizeOperation(AESCMAC_Handle handle);
106 static int_fast16_t AESCMACLPF3HSM_processSegmentedOperation(AESCMAC_Handle handle);
108 static int_fast16_t AESCMACLPF3HSM_createAndLoadKeyAssetID(AESCMAC_Handle handle);
109 static int_fast16_t AESCMACLPF3HSM_CreateTempAssetID(AESCMAC_Handle handle);
[all …]
DAESCMACLPF3.h189 __STATIC_INLINE bool AESCMAC_acquireLock(AESCMAC_Handle handle, uint32_t timeout) in AESCMAC_acquireLock()
203 __STATIC_INLINE void AESCMAC_releaseLock(AESCMAC_Handle handle) in AESCMAC_releaseLock()
217 __STATIC_INLINE void AESCMAC_enableThreadSafety(AESCMAC_Handle handle) in AESCMAC_enableThreadSafety()
235 __STATIC_INLINE void AESCMAC_disableThreadSafety(AESCMAC_Handle handle) in AESCMAC_disableThreadSafety()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c418 AESCMAC_Handle dynHandle; in RNGLPF3RF_conditionNoise()