Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dblkptr.c50 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 Dblkptr.c96 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 Dmd5.h57 uint8_t buf8[64]; /* undigested input */ member
H A Dsha1.h46 uint8_t buf8[64]; /* undigested input */ member
H A Dsha2.h83 uint8_t buf8[128]; /* undigested input */ member
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c234 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len); in SHA1Update()
240 SHA1_TRANSFORM(ctx, ctx->buf_un.buf8); in SHA1Update()
320 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i); in SHA1Update()
364 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len); in SHA1Update()
365 SHA1_TRANSFORM(ctx, ctx->buf_un.buf8); in SHA1Update()
395 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i); in SHA1Update()
/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c294 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 Dxcalppm.c605 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 Dsha2.c857 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 Dfsys_zfs.c401 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 Di40e_gld.c633 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/
H A Dpci_ahci.c943 uint8_t *buf8 = (uint8_t *)buf; in ahci_handle_read_log() local
960 memcpy(buf8, p->err_cfis, sizeof(p->err_cfis)); in ahci_handle_read_log()
961 ahci_checksum(buf8, sizeof(buf)); in ahci_handle_read_log()