Lines Matching refs:AESECB_Handle
524 typedef AESECB_Config *AESECB_Handle; typedef
652 typedef void (*AESECB_CallbackFxn)(AESECB_Handle handle,
725 AESECB_Handle AESECB_open(uint_least8_t index, const AESECB_Params *params);
736 void AESECB_close(AESECB_Handle handle);
768 int_fast16_t AESECB_oneStepEncrypt(AESECB_Handle handle, AESECB_Operation *operation);
790 int_fast16_t AESECB_oneStepDecrypt(AESECB_Handle handle, AESECB_Operation *operation);
809 int_fast16_t AESECB_setupEncrypt(AESECB_Handle handle, const CryptoKey *key);
828 int_fast16_t AESECB_setupDecrypt(AESECB_Handle handle, const CryptoKey *key);
852 int_fast16_t AESECB_addData(AESECB_Handle handle, AESECB_Operation *operation);
873 int_fast16_t AESECB_finalize(AESECB_Handle handle, AESECB_Operation *operation);
888 int_fast16_t AESECB_cancelOperation(AESECB_Handle handle);
913 AESECB_Handle AESECB_construct(AESECB_Config *config, const AESECB_Params *params);