Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/uts/common/sys/
H A Dmd5.h59 uint8_t buf8[64]; /* undigested input */ member
H A Dsha1.h48 uint8_t buf8[64]; /* undigested input */ member
H A Dsha2.h76 uint8_t buf8[128]; /* undigested input */ member
/titanic_44/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()
/titanic_44/usr/src/common/crypto/sha1/
H A Dsha1.c241 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len); in SHA1Update()
247 SHA1_TRANSFORM(ctx, ctx->buf_un.buf8); in SHA1Update()
327 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i); in SHA1Update()
371 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len); in SHA1Update()
372 SHA1_TRANSFORM(ctx, ctx->buf_un.buf8); in SHA1Update()
402 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i); in SHA1Update()
/titanic_44/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c601 uint8_t data8, buf8; in xcppm_gpio_port2() local
607 data8 = buf8 = XCPPM_GET8(unitp->hndls.gpio_data_ports, in xcppm_gpio_port2()
614 str, buf8)); in xcppm_gpio_port2()
629 pos, buf8, data8)); in xcppm_gpio_port2()
/titanic_44/usr/src/common/crypto/sha2/
H A Dsha2.c821 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len); in SHA2Update()
823 SHA256Transform(ctx, ctx->buf_un.buf8); in SHA2Update()
825 SHA512Transform(ctx, ctx->buf_un.buf8); in SHA2Update()
874 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i); in SHA2Update()
/titanic_44/usr/src/uts/common/io/i40e/
H A Di40e_gld.c613 uint8_t *buf8 = buf; in i40e_transceiver_read() local
661 buf8[i] = (uint8_t)val; in i40e_transceiver_read()
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c391 uint8_t *buf8 = buf; in decode_embedded_bp_compressed() local
409 buf8[i] = BF64_GET(w, (i % sizeof (w)) * NBBY, NBBY); in decode_embedded_bp_compressed()