hmac_sha256_init
hmac_sha256_init(HMAC_SHA256_CTX(desc), HMAC_SHA256_KEY(desc->tfm));
hmac_sha256_init(&ctx, key);
#define HMAC_INIT hmac_sha256_init
hmac_sha256_init(&ctx, &con->v2.hmac_key);