Searched refs:to64 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/crypt_modules/bsdmd5/ |
H A D | bsdmd5.c | 59 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()
|
/titanic_41/usr/src/lib/crypt_modules/sunmd5/ |
H A D | sunmd5.c | 112 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()
|
/titanic_41/usr/src/lib/crypt_modules/sha256/ |
H A D | crypt_sha.c | 112 to64(char *s, uint64_t v, int n) in to64() function 404 to64((char *)&rndstr, rndval, sizeof (rndval)); in crypt_gensalt_impl()
|
/titanic_41/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 311 register volatile uint64_t *to64; in myri10ge_pio_copy64() local 314 to64 = (volatile uint64_t *) to; in myri10ge_pio_copy64() 316 *to64 = *from64; in myri10ge_pio_copy64() 317 to64++; in myri10ge_pio_copy64()
|