Searched refs:__n2_crypt_chunk (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/crypto/ |
D | n2_core.c | 799 static int __n2_crypt_chunk(struct crypto_skcipher *skcipher, in __n2_crypt_chunk() function 963 err = __n2_crypt_chunk(tfm, c, qp, encrypt); in n2_do_ecb() 1022 err = __n2_crypt_chunk(tfm, c, qp, true); in n2_do_chaining() 1052 err = __n2_crypt_chunk(tfm, c, qp, false); in n2_do_chaining()
|