Searched refs:crypto_lskcipher_encrypt (Results 1 - 4 of 4) sorted by relevance

/linux-master/crypto/
H A Dbpf_crypto_skcipher.c46 return crypto_lskcipher_encrypt(tfm, src, dst, len, siv);
H A Dcbc.c23 crypto_lskcipher_encrypt(tfm, iv, dst, bsize, NULL);
41 crypto_lskcipher_encrypt(tfm, src, src, bsize, NULL);
H A Dlskcipher.c140 int crypto_lskcipher_encrypt(struct crypto_lskcipher *tfm, const u8 *src, function
147 EXPORT_SYMBOL_GPL(crypto_lskcipher_encrypt); variable
/linux-master/include/crypto/
H A Dskcipher.h742 * crypto_lskcipher_encrypt() - encrypt plaintext
757 int crypto_lskcipher_encrypt(struct crypto_lskcipher *tfm, const u8 *src,

Completed in 271 milliseconds