Home
last modified time | relevance | path

Searched refs:crypto_lskcipher_decrypt (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/crypto/
Dcbc.c80 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()
Dbpf_crypto_skcipher.c52 return crypto_lskcipher_decrypt(tfm, src, dst, len, siv); in bpf_crypto_lskcipher_decrypt()
Dlskcipher.c149 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/
Dskcipher.h777 int crypto_lskcipher_decrypt(struct crypto_lskcipher *tfm, const u8 *src,