Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DAESCCM.h886 typedef AESCCM_Config *AESCCM_Handle; typedef
1132 typedef void (*AESCCM_CallbackFxn)(AESCCM_Handle handle,
1205 AESCCM_Handle AESCCM_open(uint_least8_t index, const AESCCM_Params *params);
1216 void AESCCM_close(AESCCM_Handle handle);
1249 int_fast16_t AESCCM_setupEncrypt(AESCCM_Handle handle,
1286 int_fast16_t AESCCM_setupDecrypt(AESCCM_Handle handle,
1319 int_fast16_t AESCCM_setLengths(AESCCM_Handle handle, size_t aadLength, size_t plaintextLength, size…
1341 int_fast16_t AESCCM_setNonce(AESCCM_Handle handle, const uint8_t *nonce, size_t nonceLength);
1367 int_fast16_t AESCCM_generateNonce(AESCCM_Handle handle, uint8_t *nonce, size_t nonceSize, size_t *n…
1403 int_fast16_t AESCCM_addAAD(AESCCM_Handle handle, AESCCM_SegmentedAADOperation *operation);
[all …]
DAESCCM.c69 __attribute__((weak)) AESCCM_Handle AESCCM_open(uint_least8_t index, const AESCCM_Params *params) in AESCCM_open()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.c103 static int_fast16_t AESCCMLPF3_addData(AESCCM_Handle handle,
109 static int_fast16_t AESCCMLPF3_addDataDMA(AESCCM_Handle handle, AESCCM_Mode direction, size_t input…
111 static int_fast16_t AESCCMLPF3_oneStepOperation(AESCCM_Handle handle,
147 static int_fast16_t AESCCMLPF3HSM_setupEncrypt(AESCCM_Handle handle,
152 static int_fast16_t AESCCMLPF3HSM_setupDecrypt(AESCCM_Handle handle,
157 static int_fast16_t AESCCMLPF3HSM_addAAD(AESCCM_Handle handle, AESCCM_SegmentedAADOperation *operat…
158 static int_fast16_t AESCCMLPF3HSM_addData(AESCCM_Handle handle,
164 static int_fast16_t AESCCMLPF3HSM_finalizeEncrypt(AESCCM_Handle handle, AESCCM_SegmentedFinalizeOpe…
165 static int_fast16_t AESCCMLPF3HSM_finalizeDecrypt(AESCCM_Handle handle, AESCCM_SegmentedFinalizeOpe…
166 static int_fast16_t AESCCMLPF3HSM_oneStepOperation(AESCCM_Handle handle,
[all …]
DAESCCMLPF3.h168 int_fast16_t AESCCMLPF3HSM_setMac(AESCCM_Handle handle, const uint8_t *mac, size_t macLength);