Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dlrw.c142 static int xor_tweak(struct skcipher_request *req, bool second_pass) in xor_tweak() function
201 return xor_tweak(req, false); in xor_tweak_pre()
206 return xor_tweak(req, true); in xor_tweak_post()
Dxts.c87 static int xor_tweak(struct skcipher_request *req, bool second_pass, bool enc) in xor_tweak() function
139 return xor_tweak(req, false, enc); in xor_tweak_pre()
144 return xor_tweak(req, true, enc); in xor_tweak_post()