Searched refs:buf_un (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dmd5.h61 } buf_un; member in struct:__anon8235
H A Dsha1.h50 } buf_un; member in struct:__anon9104
H A Dsha2.h79 } buf_un; member in struct:__anon9106
/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);
460 * blk = bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32));
468 bcopy(block, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32));
471 x_15 = LOAD_LITTLE_32_f(ctx->buf_un.buf32);
472 x_14 = LOAD_LITTLE_32_e(ctx->buf_un
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/sha1/
H A Dsha1.c236 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len);
239 ctx->buf_un.buf32,
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);
557 * blk = bcopy(ctx->buf_un.buf32, blk, sizeof (ctx->buf_un.buf32));
564 bcopy(blk, ctx->buf_un
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/sha2/
H A Dsha2.c197 bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32));
198 blk = (uint8_t *)ctx->buf_un.buf32;
413 bcopy(blk, ctx->buf_un.buf64, sizeof (ctx->buf_un.buf64));
414 blk = (uint8_t *)ctx->buf_un.buf64;
821 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
[all...]

Completed in 107 milliseconds