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

/linux-4.1.27/drivers/crypto/
H A Dn2_core.c1023 static int n2_do_chaining(struct ablkcipher_request *req, bool encrypt) n2_do_chaining() function
1105 return n2_do_chaining(req, true); n2_encrypt_chaining()
1110 return n2_do_chaining(req, false); n2_decrypt_chaining()

Completed in 66 milliseconds