Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/library/
Dblowfish.c75 uint32_t Xl, Xr, temp; in blowfish_enc() local
79 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 …]