Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dxts.c81 static int xts_xor_tweak(struct skcipher_request *req, bool second_pass, in xts_xor_tweak() function
134 return xts_xor_tweak(req, false, enc); in xts_xor_tweak_pre()
139 return xts_xor_tweak(req, true, enc); in xts_xor_tweak_post()
/kernel/linux/linux-6.6/crypto/
H A Dxts.c82 static int xts_xor_tweak(struct skcipher_request *req, bool second_pass, in xts_xor_tweak() function
135 return xts_xor_tweak(req, false, enc); in xts_xor_tweak_pre()
140 return xts_xor_tweak(req, true, enc); in xts_xor_tweak_post()

Completed in 2 milliseconds