Searched refs:buf8 (Results 1 – 10 of 10) sorted by relevance
| /titanic_44/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()
|
| /titanic_44/usr/src/uts/common/sys/ |
| H A D | md5.h | 59 uint8_t buf8[64]; /* undigested input */ member
|
| H A D | sha1.h | 48 uint8_t buf8[64]; /* undigested input */ member
|
| H A D | sha2.h | 76 uint8_t buf8[128]; /* undigested input */ member
|
| /titanic_44/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()
|
| /titanic_44/usr/src/common/crypto/sha1/ |
| H A D | sha1.c | 241 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 D | xcalppm.c | 601 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 D | sha2.c | 821 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 D | i40e_gld.c | 613 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 D | fsys_zfs.c | 391 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()
|