Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/library/
Dblowfish.c102 uint32_t Xl, Xr, temp; in blowfish_enc() local
106 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 …]