Lines Matching refs:AESCTR_Handle
719 typedef AESCTR_Config *AESCTR_Handle; typedef
736 typedef void (*AESCTR_CallbackFxn)(AESCTR_Handle handle,
809 AESCTR_Handle AESCTR_open(uint_least8_t index, const AESCTR_Params *params);
820 void AESCTR_close(AESCTR_Handle handle);
840 int_fast16_t AESCTR_setupEncrypt(AESCTR_Handle handle, const CryptoKey *key, const uint8_t *initial…
860 int_fast16_t AESCTR_setupDecrypt(AESCTR_Handle handle, const CryptoKey *key, const uint8_t *initial…
888 int_fast16_t AESCTR_addData(AESCTR_Handle handle, AESCTR_SegmentedOperation *operation);
915 int_fast16_t AESCTR_finalize(AESCTR_Handle handle, AESCTR_SegmentedOperation *operation);
962 int_fast16_t AESCTR_oneStepEncrypt(AESCTR_Handle handle, AESCTR_OneStepOperation *operation);
982 int_fast16_t AESCTR_oneStepDecrypt(AESCTR_Handle handle, AESCTR_OneStepOperation *operation);
996 int_fast16_t AESCTR_cancelOperation(AESCTR_Handle handle);
1023 AESCTR_Handle AESCTR_construct(AESCTR_Config *config, const AESCTR_Params *params);