Searched refs:Xr (Results 1 – 1 of 1) sorted by relevance
79 Xr = *xr; in blowfish_enc()84 Xr = F( ctx, Xl ) ^ Xr; in blowfish_enc()92 Xl = Xr; in blowfish_enc()93 Xr = temp; in blowfish_enc()95 Xr = Xr ^ ctx->P[MBEDTLS_BLOWFISH_ROUNDS]; in blowfish_enc()99 *xr = Xr; in blowfish_enc()108 Xr = *xr; in blowfish_dec()113 Xr = F( ctx, Xl ) ^ Xr; in blowfish_dec()121 Xl = Xr; in blowfish_dec()124 Xr = Xr ^ ctx->P[1]; in blowfish_dec()[all …]
Completed in 3 milliseconds