26 #ifndef CTAO_CRYPT_HMAC_H 27 #define CTAO_CRYPT_HMAC_H 30 #define HmacSetKey wc_HmacSetKey 31 #define HmacUpdate wc_HmacUpdate 32 #define HmacFinal wc_HmacFinal 33 #ifdef WOLFSSL_ASYNC_CRYPT 34 #define HmacAsyncInit wc_HmacAsyncInit 35 #define HmacAsyncFree wc_HmacAsyncFree 37 #define CyaSSL_GetHmacMaxSize wolfSSL_GetHmacMaxSize