Lines Matching refs:AESCCM_Handle
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);
1436 int_fast16_t AESCCM_addData(AESCCM_Handle handle, AESCCM_SegmentedDataOperation *operation);
1463 int_fast16_t AESCCM_finalizeEncrypt(AESCCM_Handle handle, AESCCM_SegmentedFinalizeOperation *operat…
1494 int_fast16_t AESCCM_finalizeDecrypt(AESCCM_Handle handle, AESCCM_SegmentedFinalizeOperation *operat…
1569 int_fast16_t AESCCM_oneStepEncrypt(AESCCM_Handle handle, AESCCM_OneStepOperation *operationStruct);
1592 int_fast16_t AESCCM_oneStepDecrypt(AESCCM_Handle handle, AESCCM_OneStepOperation *operationStruct);
1608 int_fast16_t AESCCM_cancelOperation(AESCCM_Handle handle);
1633 AESCCM_Handle AESCCM_construct(AESCCM_Config *config, const AESCCM_Params *params);