Searched refs:Xr (Results 1 – 1 of 1) sorted by relevance
75 uint32_t Xl, Xr, temp; in blowfish_enc() local79 Xr = *xr; in blowfish_enc()84 Xr = F( ctx, Xl ) ^ Xr; in blowfish_enc()87 Xl = Xr; in blowfish_enc()88 Xr = temp; 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()104 uint32_t Xl, Xr, temp; in blowfish_dec() local[all …]