/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | blkptr.c | 50 uint8_t *buf8 = buf; in decode_embedded_bp_compressed() local 71 buf8[i] = BF64_GET(w, (i % sizeof (w)) * NBBY, NBBY); in decode_embedded_bp_compressed()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | blkptr.c | 96 uint8_t *buf8 = buf; in decode_embedded_bp_compressed() local 117 buf8[i] = BF64_GET(w, (i % sizeof (w)) * NBBY, NBBY); in decode_embedded_bp_compressed()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | md5.h | 57 uint8_t buf8[64]; /* undigested input */ member
|
H A D | sha1.h | 46 uint8_t buf8[64]; /* undigested input */ member
|
H A D | sha2.h | 83 uint8_t buf8[128]; /* undigested input */ member
|
/illumos-gate/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 248 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len); in SHA1Update() 254 SHA1_TRANSFORM(ctx, ctx->buf_un.buf8); in SHA1Update() 334 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i); in SHA1Update() 388 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len); in SHA1Update() 389 SHA1_TRANSFORM(ctx, ctx->buf_un.buf8); in SHA1Update() 419 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i); in SHA1Update()
|
/illumos-gate/usr/src/common/crypto/md5/ |
H A D | md5.c | 294 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len); in MD5Update() 299 ctx->buf_un.buf8); in MD5Update() 301 md5_block_asm_host_order(ctx, ctx->buf_un.buf8, 1); in MD5Update() 343 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i); in MD5Update()
|
/illumos-gate/usr/src/uts/sun4u/excalibur/io/ |
H A D | xcalppm.c | 605 uint8_t data8, buf8; in xcppm_gpio_port2() local 611 data8 = buf8 = XCPPM_GET8(unitp->hndls.gpio_data_ports, in xcppm_gpio_port2() 618 str, buf8)); in xcppm_gpio_port2() 633 pos, buf8, data8)); in xcppm_gpio_port2()
|
/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 857 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len); in SHA2Update() 859 SHA256Transform(ctx, ctx->buf_un.buf8); in SHA2Update() 861 SHA512Transform(ctx, ctx->buf_un.buf8); in SHA2Update() 910 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i); in SHA2Update()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 401 uint8_t *buf8 = buf; in decode_embedded_bp_compressed() local 419 buf8[i] = BF64_GET(w, (i % sizeof (w)) * NBBY, NBBY); in decode_embedded_bp_compressed()
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_gld.c | 633 uint8_t *buf8 = buf; in i40e_transceiver_read() local 681 buf8[i] = (uint8_t)val; in i40e_transceiver_read()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_ahci.c | 941 uint8_t *buf8 = (uint8_t *)buf; in ahci_handle_read_log() local 958 memcpy(buf8, p->err_cfis, sizeof(p->err_cfis)); in ahci_handle_read_log() 959 ahci_checksum(buf8, sizeof(buf)); in ahci_handle_read_log()
|