Searched refs:crypto_lskcipher_encrypt (Results 1 – 4 of 4) sorted by relevance
/linux/crypto/ |
H A D | cbc.c | 23 crypto_lskcipher_encrypt(tfm, iv, dst, bsize, NULL); in crypto_cbc_encrypt_segment() 41 crypto_lskcipher_encrypt(tfm, src, src, bsize, NULL); in crypto_cbc_encrypt_inplace()
|
H A D | bpf_crypto_skcipher.c | 46 return crypto_lskcipher_encrypt(tfm, src, dst, len, siv); in bpf_crypto_lskcipher_encrypt()
|
H A D | lskcipher.c | 140 int crypto_lskcipher_encrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_encrypt() function 147 EXPORT_SYMBOL_GPL(crypto_lskcipher_encrypt);
|
/linux/include/crypto/ |
H A D | skcipher.h | 757 int crypto_lskcipher_encrypt(struct crypto_lskcipher *tfm, const u8 *src,
|