Home
last modified time | relevance | path

Searched refs:n2_do_chaining (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/
H A Dn2_core.c995 static int n2_do_chaining(struct skcipher_request *req, bool encrypt) in n2_do_chaining() function
1077 return n2_do_chaining(req, true); in n2_encrypt_chaining()
1082 return n2_do_chaining(req, false); in n2_decrypt_chaining()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dn2_core.c997 static int n2_do_chaining(struct skcipher_request *req, bool encrypt) in n2_do_chaining() function
1079 return n2_do_chaining(req, true); in n2_encrypt_chaining()
1084 return n2_do_chaining(req, false); in n2_decrypt_chaining()

Completed in 6 milliseconds