Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dblowfish.c78 Xl = *xl; in blowfish_enc()
83 Xl = Xl ^ ctx->P[i]; in blowfish_enc()
91 temp = Xl; in blowfish_enc()
92 Xl = Xr; in blowfish_enc()
96 Xl = Xl ^ ctx->P[MBEDTLS_BLOWFISH_ROUNDS + 1]; in blowfish_enc()
98 *xl = Xl; in blowfish_enc()
107 Xl = *xl; in blowfish_dec()
112 Xl = Xl ^ ctx->P[i]; in blowfish_dec()
121 Xl = Xr; in blowfish_dec()
125 Xl = Xl ^ ctx->P[0]; in blowfish_dec()
[all …]

Completed in 3 milliseconds