Searched refs:buf32 (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sha1.h | 49 uint32_t buf32[16]; /* realigned input */ member in union:__anon9016::__anon9017
|
H A D | md5.h | 60 uint32_t buf32[16]; /* realigned input */ member in union:__anon8151::__anon8152
|
H A D | sha2.h | 84 uint32_t buf32[32]; /* realigned input */ member in union:__anon466::__anon469
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | glvc.h | 68 uint32_t buf32; /* 32 bit ptr to buffer to hold peeked data */ member in struct:glvc_xport_msg_peek32
|
/illumos-gate/usr/src/common/crypto/md5/ |
H A D | md5.c | 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.buf32); 473 x_13 = LOAD_LITTLE_32_d(ctx->buf_un.buf32); 474 x_12 = LOAD_LITTLE_32_c(ctx->buf_un.buf32); 475 x_11 = LOAD_LITTLE_32_b(ctx->buf_un.buf32); 476 x_10 = LOAD_LITTLE_32_a(ctx->buf_un.buf32); [all...] |
/illumos-gate/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 244 ctx->buf_un.buf32, 562 * blk = bcopy(ctx->buf_un.buf32, blk, sizeof (ctx->buf_un.buf32)); 569 bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32)); 570 w_15 = LOAD_BIG_32(ctx->buf_un.buf32 + 15); 571 w_14 = LOAD_BIG_32(ctx->buf_un.buf32 + 14); 572 w_13 = LOAD_BIG_32(ctx->buf_un.buf32 + 13); 573 w_12 = LOAD_BIG_32(ctx->buf_un.buf32 + 12); 574 w_11 = LOAD_BIG_32(ctx->buf_un.buf32 [all...] |
/illumos-gate/usr/src/uts/sun4u/excalibur/io/ |
H A D | xcalppm.c | 740 uint32_t data32, buf32; local 743 data32 = buf32 = XCPPM_GET32(unitp->hndls.rio_mode_auxio, 754 (mode == XCPPM_SETBIT) ? "DOWN" : "UP", buf32, data32));
|
/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 200 bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32)); 201 blk = (uint8_t *)ctx->buf_un.buf32;
|
/illumos-gate/usr/src/uts/sun4v/io/glvc/ |
H A D | glvc.c | 993 (caddr_t)(uintptr_t)msg_peek_cmd32.buf32,
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_hw_init_reset.c | 2517 u32_t* buf32 = (u32_t*)(&pdev->vars.stats.stats_mirror.stats_drv.drv_info_to_shmem.fcoe_capabilities); local 2544 buf32[i]);
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 15060 uint32_t *buf32 = (uint32_t *)buf; local 15080 buf32[cnt] = SHORT_TO_LONG(
|
Completed in 134 milliseconds