Home
last modified time | relevance | path

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

/xen/tools/tests/x86_emulator/
A Dblowfish.c339 Xr = *xr; in Blowfish_Encrypt()
343 Xr = F(ctx, Xl) ^ Xr; in Blowfish_Encrypt()
351 Xl = Xr; in Blowfish_Encrypt()
352 Xr = temp; in Blowfish_Encrypt()
354 Xr = Xr ^ ctx->P[N]; in Blowfish_Encrypt()
358 *xr = Xr; in Blowfish_Encrypt()
369 Xr = *xr; in Blowfish_Decrypt()
373 Xr = F(ctx, Xl) ^ Xr; in Blowfish_Decrypt()
383 Xl = Xr; in Blowfish_Decrypt()
386 Xr = Xr ^ ctx->P[1]; in Blowfish_Decrypt()
[all …]

Completed in 20 milliseconds