Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/crypt_modules/bsdmd5/
H A Dbsdmd5.c59 to64(char *s, uint64_t v, int n) in to64() function
166 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p, l, 4); p += 4; in crypt_genhash_impl()
167 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p, l, 4); p += 4; in crypt_genhash_impl()
168 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; to64(p, l, 4); p += 4; in crypt_genhash_impl()
169 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; to64(p, l, 4); p += 4; in crypt_genhash_impl()
170 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; to64(p, l, 4); p += 4; in crypt_genhash_impl()
171 l = final[11]; to64(p, l, 2); p += 2; in crypt_genhash_impl()
207 to64(&gsbuffer[strlen(crypt_alg_magic)], rndval, sizeof (rndval)); in crypt_gensalt_impl()
/illumos-gate/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c112 to64(char *s, uint64_t v, int n) in to64() function
213 to64((char *)&rndstr, rndval, sizeof (rndval)); in crypt_gensalt_impl()
448 to64(p, l, 4); p += 4; in crypt_genhash_impl()
450 to64(p, l, 4); p += 4; in crypt_genhash_impl()
452 to64(p, l, 4); p += 4; in crypt_genhash_impl()
454 to64(p, l, 4); p += 4; in crypt_genhash_impl()
456 to64(p, l, 4); p += 4; in crypt_genhash_impl()
457 l = data.digest[11]; to64(p, l, 2); p += 2; in crypt_genhash_impl()
/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c112 to64(char *s, uint64_t v, int n) in to64() function
404 to64((char *)&rndstr, rndval, sizeof (rndval)); in crypt_gensalt_impl()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c307 register volatile uint64_t *to64; in myri10ge_pio_copy64() local
310 to64 = (volatile uint64_t *) to; in myri10ge_pio_copy64()
312 *to64 = *from64; in myri10ge_pio_copy64()
313 to64++; in myri10ge_pio_copy64()