Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Dn2_core.c1038 static int n2_do_chaining(struct ablkcipher_request *req, bool encrypt) in n2_do_chaining() function
1120 return n2_do_chaining(req, true); in n2_encrypt_chaining()
1125 return n2_do_chaining(req, false); in n2_decrypt_chaining()