hmac_sha1_init
hmac_sha1_init(HMAC_SHA1_CTX(desc), HMAC_SHA1_KEY(desc->tfm));
void hmac_sha1_init(struct hmac_sha1_ctx *ctx, const struct hmac_sha1_key *key);
EXPORT_SYMBOL_GPL(hmac_sha1_init);
hmac_sha1_init(&ctx, key);
#define HMAC_INIT hmac_sha1_init