hmac_sha224_update
hmac_sha224_update(HMAC_SHA224_CTX(desc), data, len);
hmac_sha224_update(&ctx, data, data_len);
#define HMAC_UPDATE hmac_sha224_update