hmac_sha512_update
hmac_sha512_update(HMAC_SHA512_CTX(desc), data, len);
hmac_sha512_update(&ctx, &okm[i - HKDF_HASHLEN],
hmac_sha512_update(&ctx, "fscrypt\0", 8);
hmac_sha512_update(&ctx, &context, 1);
hmac_sha512_update(&ctx, info, infolen);
hmac_sha512_update(&ctx, &counter, 1);
hmac_sha512_update(&ctx, data, data_len);
hmac_sha512_update(&ctx, data, data_len);
#define HMAC_UPDATE hmac_sha512_update