Searched refs:xor_tweak (Results 1 – 2 of 2) sorted by relevance
142 static int xor_tweak(struct skcipher_request *req, bool second_pass) in xor_tweak() function201 return xor_tweak(req, false); in xor_tweak_pre()206 return xor_tweak(req, true); in xor_tweak_post()
87 static int xor_tweak(struct skcipher_request *req, bool second_pass, bool enc) in xor_tweak() function139 return xor_tweak(req, false, enc); in xor_tweak_pre()144 return xor_tweak(req, true, enc); in xor_tweak_post()