Searched refs:Xl (Results 1 – 3 of 3) sorted by relevance
338 Xl = *xl; in Blowfish_Encrypt()342 Xl = Xl ^ ctx->P[i]; in Blowfish_Encrypt()350 temp = Xl; in Blowfish_Encrypt()351 Xl = Xr; in Blowfish_Encrypt()355 Xl = Xl ^ ctx->P[N + 1]; in Blowfish_Encrypt()357 *xl = Xl; in Blowfish_Encrypt()368 Xl = *xl; in Blowfish_Decrypt()372 Xl = Xl ^ ctx->P[i]; in Blowfish_Decrypt()383 Xl = Xr; in Blowfish_Decrypt()387 Xl = Xl ^ ctx->P[0]; in Blowfish_Decrypt()[all …]
87 Xl indents are four spaces. Tabs are never used, except in154 Xl should avoid using libxl_ and libxl__ as prefix for its own function167 Xl coding style is super simple. Avoid tricky expressions.
274 Xl should avoid using libxl_ and libxl__ as prefix for its own function
Completed in 4 milliseconds