Searched refs:AESCCM_Handle (Results 1 – 4 of 4) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/ |
| D | AESCCM.h | 886 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 …]
|
| D | AESCCM.c | 69 __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/ |
| D | AESCCMLPF3.c | 103 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 …]
|
| D | AESCCMLPF3.h | 168 int_fast16_t AESCCMLPF3HSM_setMac(AESCCM_Handle handle, const uint8_t *mac, size_t macLength);
|