Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c277 char roundascii[ROUND_BUFFER_LEN]; /* ascii rep of roundcount */ in crypt_genhash_impl() member
426 (void) snprintf(data.roundascii, ROUND_BUFFER_LEN, "%d", round); in crypt_genhash_impl()
428 (unsigned char *) data.roundascii, strlen(data.roundascii)); in crypt_genhash_impl()