Searched refs:XL (Results 1 – 1 of 1) sorted by relevance
917 sal_uInt32 t, XL, XR; in __rtl_cipherBF_encode() local920 XL = *xl; in __rtl_cipherBF_encode()925 XL ^= key->m_P[i]; in __rtl_cipherBF_encode()926 XR ^= __rtl_cipherBF (key, XL); in __rtl_cipherBF_encode()928 t = XL; in __rtl_cipherBF_encode()929 XL = XR; in __rtl_cipherBF_encode()933 t = XL; in __rtl_cipherBF_encode()934 XL = XR; in __rtl_cipherBF_encode()938 XL ^= key->m_P[CIPHER_ROUNDS_BF + 1]; in __rtl_cipherBF_encode()940 *xl = XL; in __rtl_cipherBF_encode()[all …]