Searched refs:buf8 (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dmd5.h59 uint8_t buf8[64]; /* undigested input */ member in union:__anon8235::__anon8236
H A Dsha1.h48 uint8_t buf8[64]; /* undigested input */ member in union:__anon9104::__anon9105
H A Dsha2.h76 uint8_t buf8[128]; /* undigested input */ member in union:__anon9106::__anon9109
/opensolaris-onvv-gate/usr/src/common/crypto/sha1/
H A Dsha1.c236 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len);
242 SHA1_TRANSFORM(ctx, ctx->buf_un.buf8);
322 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i);
366 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len);
367 SHA1_TRANSFORM(ctx, ctx->buf_un.buf8);
397 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i);
/opensolaris-onvv-gate/usr/src/common/crypto/md5/
H A Dmd5.c294 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len);
299 ctx->buf_un.buf8);
301 md5_block_asm_host_order(ctx, ctx->buf_un.buf8, 1);
343 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i);
/opensolaris-onvv-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c601 uint8_t data8, buf8; local
607 data8 = buf8 = XCPPM_GET8(unitp->hndls.gpio_data_ports,
614 str, buf8));
629 pos, buf8, data8));
/opensolaris-onvv-gate/usr/src/common/crypto/sha2/
H A Dsha2.c821 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len);
823 SHA256Transform(ctx, ctx->buf_un.buf8);
825 SHA512Transform(ctx, ctx->buf_un.buf8);
874 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i);

Completed in 157 milliseconds