Searched refs:Xr (Results 1 – 1 of 1) sorted by relevance
102 uint32_t Xl, Xr, temp; in blowfish_enc() local106 Xr = *xr; in blowfish_enc()111 Xr = F( ctx, Xl ) ^ Xr; in blowfish_enc()114 Xl = Xr; in blowfish_enc()115 Xr = temp; in blowfish_enc()119 Xl = Xr; in blowfish_enc()120 Xr = temp; in blowfish_enc()122 Xr = Xr ^ ctx->P[MBEDTLS_BLOWFISH_ROUNDS]; in blowfish_enc()126 *xr = Xr; in blowfish_enc()131 uint32_t Xl, Xr, temp; in blowfish_dec() local[all …]