Searched refs:buf32 (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/common/crypto/md5/ |
H A D | md5.c | 468 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 …]
|
/titanic_50/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 244 ctx->buf_un.buf32, in SHA1Update() 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 + 11); 575 w_10 = LOAD_BIG_32(ctx->buf_un.buf32 + 10); 576 w_9 = LOAD_BIG_32(ctx->buf_un.buf32 + 9); 577 w_8 = LOAD_BIG_32(ctx->buf_un.buf32 + 8); [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | md5.h | 60 uint32_t buf32[16]; /* realigned input */ member
|
H A D | sha1.h | 49 uint32_t buf32[16]; /* realigned input */ member
|
H A D | sha2.h | 84 uint32_t buf32[32]; /* realigned input */ member
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | glvc.h | 68 uint32_t buf32; /* 32 bit ptr to buffer to hold peeked data */ member
|
/titanic_50/usr/src/uts/sun4u/excalibur/io/ |
H A D | xcalppm.c | 740 uint32_t data32, buf32; in xcppm_rio_mode() local 743 data32 = buf32 = XCPPM_GET32(unitp->hndls.rio_mode_auxio, in xcppm_rio_mode() 754 (mode == XCPPM_SETBIT) ? "DOWN" : "UP", buf32, data32)); in xcppm_rio_mode()
|
/titanic_50/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 200 bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32)); in SHA256Transform() 201 blk = (uint8_t *)ctx->buf_un.buf32; in SHA256Transform()
|
/titanic_50/usr/src/uts/sun4v/io/glvc/ |
H A D | glvc.c | 993 (caddr_t)(uintptr_t)msg_peek_cmd32.buf32, in glvc_ioctl()
|
/titanic_50/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_d… in lm_ncsi_fcoe_cap_to_scratchpad() local 2544 buf32[i]); in lm_ncsi_fcoe_cap_to_scratchpad()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 15060 uint32_t *buf32 = (uint32_t *)buf; in ql_read_risc_ram() local 15080 buf32[cnt] = SHORT_TO_LONG( in ql_read_risc_ram()
|