Home
last modified time | relevance | path

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

/aoo41x/main/sal/rtl/source/
H A Dcipher.c220 } m_iv; member
669 rtl_zeroMemory (&(ctx->m_iv), sizeof(ctx->m_iv)); in __rtl_cipherBF_init()
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()
[all …]

Completed in 17 milliseconds