safexcel_hmac_setkey
int safexcel_hmac_setkey(struct safexcel_context *base, const u8 *key,
if (safexcel_hmac_setkey(&ctx->base, keys.authkey, keys.authkeylen,
return safexcel_hmac_setkey(&ctx->base, key, keylen, alg, state_sz);