crypto_lskcipher_setkey
return crypto_lskcipher_setkey(tfm, key, keylen);
return crypto_lskcipher_setkey(cipher, key, keylen);
EXPORT_SYMBOL_GPL(crypto_lskcipher_setkey);
err = crypto_lskcipher_setkey(*ctx, key, keylen);
int crypto_lskcipher_setkey(struct crypto_lskcipher *tfm,