Lines Matching refs:AESCMAC_Handle
656 typedef AESCMAC_Config *AESCMAC_Handle; typedef
795 typedef void (*AESCMAC_CallbackFxn)(AESCMAC_Handle handle,
883 AESCMAC_Handle AESCMAC_open(uint_least8_t index, const AESCMAC_Params *params);
895 void AESCMAC_close(AESCMAC_Handle handle);
919 int_fast16_t AESCMAC_setupSign(AESCMAC_Handle handle, const CryptoKey *key);
943 int_fast16_t AESCMAC_setupVerify(AESCMAC_Handle handle, const CryptoKey *key);
973 int_fast16_t AESCMAC_addData(AESCMAC_Handle handle, AESCMAC_Operation *operation);
1013 int_fast16_t AESCMAC_finalize(AESCMAC_Handle handle, AESCMAC_Operation *operation);
1044 int_fast16_t AESCMAC_oneStepSign(AESCMAC_Handle handle, AESCMAC_Operation *operation, CryptoKey *ke…
1077 int_fast16_t AESCMAC_oneStepVerify(AESCMAC_Handle handle, AESCMAC_Operation *operation, CryptoKey *…
1094 int_fast16_t AESCMAC_cancelOperation(AESCMAC_Handle handle);
1122 AESCMAC_Handle AESCMAC_construct(AESCMAC_Config *config, const AESCMAC_Params *params);