Searched refs:byteptr (Results 1 – 1 of 1) sorted by relevance
141 uint8_t *byteptr = (uint8_t*)blockbuff; in md5_hash() local144 memcpy(byteptr, message + len - left, left); in md5_hash()146 byteptr[left] = 0x80; in md5_hash()149 bzero(byteptr + left, 56 - left); in md5_hash()151 memset(byteptr + left, 0, 64 - left); in md5_hash()