Searched refs:sha1_writebyte (Results 1 – 1 of 1) sorted by relevance
67 void sha1_writebyte(sha1nfo *s, uint8_t data);147 void sha1_writebyte(sha1nfo *s, uint8_t data) { in sha1_writebyte() function153 for (;len--;) sha1_writebyte(s, (uint8_t) *data++); in sha1_write()