Searched refs:m_bytes (Results 1 – 2 of 2) sorted by relevance
20 mic->m_bytes = 0; in michael_clear()50 if (mic->m_bytes) { in michael_append()51 addlen = 4 - mic->m_bytes; in michael_append()54 memcpy(&mic->m[mic->m_bytes], src, addlen); in michael_append()55 mic->m_bytes += addlen; in michael_append()59 if (mic->m_bytes < 4) in michael_append()64 mic->m_bytes = 0; in michael_append()75 mic->m_bytes = bytes; in michael_append()84 switch (mic->m_bytes) { in michael_get_mic()
16 int m_bytes; // # bytes in M member