Searched refs:c64 (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/test/crypto-tests/tests/longhash/ |
H A D | longhash.c | 161 VERIFY3U(0, ==, ctx.count.c64[0]); in test_update_64() 162 VERIFY3U(0, ==, ctx.count.c64[1]); in test_update_64() 171 VERIFY3U(c0, ==, ctx.count.c64[0]); in test_update_64() 172 VERIFY3U(c1, ==, ctx.count.c64[1]); in test_update_64() 185 VERIFY3U(0, ==, ctx.count.c64[0]); in test_update_64() 186 VERIFY3U(pagesize * 8, ==, ctx.count.c64[1]); in test_update_64() 195 VERIFY3U(c0, ==, ctx.count.c64[0]); in test_update_64() 196 VERIFY3U(c1, ==, ctx.count.c64[1]); in test_update_64()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | sha256.c | 255 uint64_t c64[2]; in SHA512() local 276 c64[0] = 0; in SHA512() 277 c64[1] = size << 3; in SHA512() 278 Encode64(pad+padsize, c64, sizeof (c64)); in SHA512() 279 padsize += sizeof (c64); in SHA512()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_sha256.c | 254 uint64_t c64[2]; in SHA512() local 275 c64[0] = 0; in SHA512() 276 c64[1] = size << 3; in SHA512() 277 Encode64(pad+padsize, c64, sizeof (c64)); in SHA512() 278 padsize += sizeof (c64); in SHA512()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sha2.h | 80 uint64_t c64[2]; /* for SHA384/512, modulo 2^128 */ member
|
/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 752 ctx->count.c64[0] = ctx->count.c64[1] = 0; in SHA2Init() 832 buf_index = (ctx->count.c64[1] >> 3) & 0x7F; in SHA2Update() 835 if ((ctx->count.c64[1] += il) < il) in SHA2Update() 836 ctx->count.c64[0]++; in SHA2Update() 838 ctx->count.c64[0] += ((uintmax_t)input_len >> 61); in SHA2Update() 930 uint8_t bitcount_be64[sizeof (ctx->count.c64)]; in SHA2Final() 941 index = (ctx->count.c64[1] >> 3) & 0x7f; in SHA2Final() 942 Encode64(bitcount_be64, ctx->count.c64, in SHA2Final()
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | usb.ids | 887 c632 xu1541 c64 floppy drive interface 14490 0c64 Signality System Engineering Co., Ltd
|
H A D | pci.ids | 10426 1048 0c64 Gladiac 511TV-OUT 64MB 22900 5c64 ProcStarIV530-4 37325 9c64 8 Series UART Controller #1
|