Searched refs:crypto_lskcipher_decrypt (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/crypto/ |
D | cbc.c | 80 crypto_lskcipher_decrypt(tfm, src, dst, bsize, NULL); in crypto_cbc_decrypt_segment() 108 crypto_lskcipher_decrypt(tfm, src, src, bsize, NULL); in crypto_cbc_decrypt_inplace()
|
D | bpf_crypto_skcipher.c | 52 return crypto_lskcipher_decrypt(tfm, src, dst, len, siv); in bpf_crypto_lskcipher_decrypt()
|
D | lskcipher.c | 149 int crypto_lskcipher_decrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_decrypt() function 156 EXPORT_SYMBOL_GPL(crypto_lskcipher_decrypt);
|
/linux-6.12.1/include/crypto/ |
D | skcipher.h | 777 int crypto_lskcipher_decrypt(struct crypto_lskcipher *tfm, const u8 *src,
|