Lines Matching refs:m_long
218 sal_uInt32 m_long[2]; member
715 ctx->m_iv.m_long[0] = DL; in __rtl_cipherBF_init()
716 ctx->m_iv.m_long[1] = DR; in __rtl_cipherBF_init()
833 DL ^= ctx->m_iv.m_long[0]; in __rtl_cipherBF_updateCBC()
834 DR ^= ctx->m_iv.m_long[1]; in __rtl_cipherBF_updateCBC()
838 ctx->m_iv.m_long[0] = DL; in __rtl_cipherBF_updateCBC()
839 ctx->m_iv.m_long[1] = DR; in __rtl_cipherBF_updateCBC()
856 DL ^= ctx->m_iv.m_long[0]; in __rtl_cipherBF_updateCBC()
857 DR ^= ctx->m_iv.m_long[1]; in __rtl_cipherBF_updateCBC()
859 ctx->m_iv.m_long[0] = IVL; in __rtl_cipherBF_updateCBC()
860 ctx->m_iv.m_long[1] = IVR; in __rtl_cipherBF_updateCBC()