Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_rsa.c133 struct drvcrypt_mod_op xor_mod = { }; in xor_process() local
135 xor_mod.n.length = len; in xor_process()
136 xor_mod.a.data = a; in xor_process()
137 xor_mod.a.length = len; in xor_process()
138 xor_mod.b.data = b; in xor_process()
139 xor_mod.b.length = len; in xor_process()
140 xor_mod.result.data = out; in xor_process()
141 xor_mod.result.length = len; in xor_process()
143 return drvcrypt_xor_mod_n(&xor_mod); in xor_process()