Searched refs:crypto_lskcipher_crypt (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/crypto/ |
D | lskcipher.c | 123 static int crypto_lskcipher_crypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_crypt() function 145 return crypto_lskcipher_crypt(tfm, src, dst, len, iv, alg->encrypt); in crypto_lskcipher_encrypt() 154 return crypto_lskcipher_crypt(tfm, src, dst, len, iv, alg->decrypt); in crypto_lskcipher_decrypt()
|