Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DAESECB.h622 } AESECB_Operation; typedef
654 AESECB_Operation *operation,
746 void AESECB_Operation_init(AESECB_Operation *operationStruct);
768 int_fast16_t AESECB_oneStepEncrypt(AESECB_Handle handle, AESECB_Operation *operation);
790 int_fast16_t AESECB_oneStepDecrypt(AESECB_Handle handle, AESECB_Operation *operation);
852 int_fast16_t AESECB_addData(AESECB_Handle handle, AESECB_Operation *operation);
873 int_fast16_t AESECB_finalize(AESECB_Handle handle, AESECB_Operation *operation);
DAESECB.c69 void AESECB_Operation_init(AESECB_Operation *operationStruct) in AESECB_Operation_init()
71 memset(operationStruct, 0x00, sizeof(AESECB_Operation)); in AESECB_Operation_init()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesecb/
DAESECBLPF3.c108 …16_t AESECBLPF3_checkOperation(const AESECBLPF3_Object *object, const AESECB_Operation *operation);
115 AESECB_Operation *operation,
117 static int_fast16_t AESECBLPF3_startOperation(AESECB_Handle handle, AESECB_Operation *operation);
122 AESECB_Operation *operation,
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);
261 int_fast16_t AESECB_oneStepEncrypt(AESECB_Handle handle, AESECB_Operation *operation) in AESECB_oneStepEncrypt()
285 int_fast16_t AESECB_oneStepDecrypt(AESECB_Handle handle, AESECB_Operation *operation) in AESECB_oneStepDecrypt()
313 …t16_t AESECBLPF3_checkOperation(const AESECBLPF3_Object *object, const AESECB_Operation *operation) in AESECBLPF3_checkOperation()
343 AESECB_Operation *operation, in AESECBLPF3_oneStepOperation()
[all …]
DAESECBLPF3.h114 AESECB_Operation *operation;