Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dblowfish.c102 Xr = *xr; in blowfish_enc()
107 Xr = F( ctx, Xl ) ^ Xr; in blowfish_enc()
115 Xl = Xr; in blowfish_enc()
116 Xr = temp; in blowfish_enc()
118 Xr = Xr ^ ctx->P[MBEDTLS_BLOWFISH_ROUNDS]; in blowfish_enc()
122 *xr = Xr; in blowfish_enc()
131 Xr = *xr; in blowfish_dec()
136 Xr = F( ctx, Xl ) ^ Xr; in blowfish_dec()
144 Xl = Xr; in blowfish_dec()
147 Xr = Xr ^ ctx->P[1]; in blowfish_dec()
[all …]

Completed in 5 milliseconds