Home
last modified time | relevance | path

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

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