Home
last modified time | relevance | path

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

/openbmc/linux/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()