crypto_lskcipher_encrypt
return crypto_lskcipher_encrypt(tfm, src, dst, len, siv);
crypto_lskcipher_encrypt(tfm, iv, dst, bsize, NULL);
crypto_lskcipher_encrypt(tfm, src, src, bsize, NULL);
EXPORT_SYMBOL_GPL(crypto_lskcipher_encrypt);
int crypto_lskcipher_encrypt(struct crypto_lskcipher *tfm, const u8 *src,