Searched refs:xr (Results 1 – 1 of 1) sorted by relevance
332 static void Blowfish_Encrypt(BLOWFISH_CTX *ctx, uint32_t *xl, uint32_t *xr){ in Blowfish_Encrypt() argument339 Xr = *xr; in Blowfish_Encrypt()358 *xr = Xr; in Blowfish_Encrypt()362 static void Blowfish_Decrypt(BLOWFISH_CTX *ctx, uint32_t *xl, uint32_t *xr){ in Blowfish_Decrypt() argument369 Xr = *xr; in Blowfish_Decrypt()390 *xr = Xr; in Blowfish_Decrypt()
Completed in 2 milliseconds