sm4_expandkey
return sm4_expandkey(ctx, key, key_len);
return sm4_expandkey(ctx, key, key_len);
return sm4_expandkey(ctx, key, keylen);
return sm4_expandkey(ctx, key, key_len);
return sm4_expandkey(ctx, key, key_len);
EXPORT_SYMBOL_GPL(sm4_expandkey);
return sm4_expandkey(ctx, in_key, key_len);
int sm4_expandkey(struct sm4_ctx *ctx, const u8 *in_key,