Home
last modified time | relevance | path

Searched refs:buf32 (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c468 bcopy(block, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32)); in MD5Transform()
471 x_15 = LOAD_LITTLE_32_f(ctx->buf_un.buf32); in MD5Transform()
472 x_14 = LOAD_LITTLE_32_e(ctx->buf_un.buf32); in MD5Transform()
473 x_13 = LOAD_LITTLE_32_d(ctx->buf_un.buf32); in MD5Transform()
474 x_12 = LOAD_LITTLE_32_c(ctx->buf_un.buf32); in MD5Transform()
475 x_11 = LOAD_LITTLE_32_b(ctx->buf_un.buf32); in MD5Transform()
476 x_10 = LOAD_LITTLE_32_a(ctx->buf_un.buf32); in MD5Transform()
477 x_9 = LOAD_LITTLE_32_9(ctx->buf_un.buf32); in MD5Transform()
478 x_8 = LOAD_LITTLE_32_8(ctx->buf_un.buf32); in MD5Transform()
479 x_7 = LOAD_LITTLE_32_7(ctx->buf_un.buf32); in MD5Transform()
[all …]
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c251 ctx->buf_un.buf32, in SHA1Update()
605 bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32));
606 w_15 = LOAD_BIG_32(ctx->buf_un.buf32 + 15);
607 w_14 = LOAD_BIG_32(ctx->buf_un.buf32 + 14);
608 w_13 = LOAD_BIG_32(ctx->buf_un.buf32 + 13);
609 w_12 = LOAD_BIG_32(ctx->buf_un.buf32 + 12);
610 w_11 = LOAD_BIG_32(ctx->buf_un.buf32 + 11);
611 w_10 = LOAD_BIG_32(ctx->buf_un.buf32 + 10);
612 w_9 = LOAD_BIG_32(ctx->buf_un.buf32 + 9);
613 w_8 = LOAD_BIG_32(ctx->buf_un.buf32 + 8);
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmd5.h58 uint32_t buf32[16]; /* realigned input */ member
H A Dsha1.h47 uint32_t buf32[16]; /* realigned input */ member
H A Dsha2.h84 uint32_t buf32[32]; /* realigned input */ member
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dglvc.h68 uint32_t buf32; /* 32 bit ptr to buffer to hold peeked data */ member
/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c642 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in readv() local
835 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in writev() local
1038 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in preadv() local
1239 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in pwritev() local
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c744 uint32_t data32, buf32; in xcppm_rio_mode() local
747 data32 = buf32 = XCPPM_GET32(unitp->hndls.rio_mode_auxio, in xcppm_rio_mode()
758 (mode == XCPPM_SETBIT) ? "DOWN" : "UP", buf32, data32)); in xcppm_rio_mode()
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c201 bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32)); in SHA256Transform()
202 blk = (uint8_t *)ctx->buf_un.buf32; in SHA256Transform()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c609 int i, len, flags, *buf32; in boot_prop_display() local
624 buf32 = (int *)buffer; in boot_prop_display()
626 bop_printf(NULL, "%08x", buf32[i]); in boot_prop_display()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c1106 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in recvmsg() local
1393 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in sendmsg() local
/illumos-gate/usr/src/uts/sun4v/io/glvc/
H A Dglvc.c993 (caddr_t)(uintptr_t)msg_peek_cmd32.buf32, in glvc_ioctl()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c2517 …u32_t* buf32 = (u32_t*)(&pdev->vars.stats.stats_mirror.stats_d… in lm_ncsi_fcoe_cap_to_scratchpad() local
2544 buf32[i]); in lm_ncsi_fcoe_cap_to_scratchpad()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c16181 uint32_t *buf32 = (uint32_t *)buf; in ql_read_risc_ram() local
16201 buf32[cnt] = SHORT_TO_LONG( in ql_read_risc_ram()