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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sha1/
H A Dsha1.h47 uint32_t buf32[16]; /* realigned input */ member in union:__anon10611::__anon10612
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsha2.h84 uint32_t buf32[32]; /* realigned input */ member in union:__anon10583::__anon10586
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dsha2.h84 uint32_t buf32[32]; /* realigned input */ member in union:__anon10479::__anon10482
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/sha1/
H A Dsha1.c360 * blk = bcopy(ctx->buf_un.buf32, blk, sizeof (ctx->buf_un.buf32));
368 bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32));
369 w_15 = LOAD_BIG_32(ctx->buf_un.buf32 + 15);
370 w_14 = LOAD_BIG_32(ctx->buf_un.buf32 + 14);
371 w_13 = LOAD_BIG_32(ctx->buf_un.buf32 + 13);
372 w_12 = LOAD_BIG_32(ctx->buf_un.buf32 + 12);
373 w_11 = LOAD_BIG_32(ctx->buf_un.buf32 + 11);
374 w_10 = LOAD_BIG_32(ctx->buf_un.buf32
[all...]
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_i2c.c214 uint32_t buf32; local
226 buf32 = 0;
239 buf32 |= buf << (j * 8);
241 RK_I2C_WRITE(sc, RK_I2C_TXDATA_BASE + 4 * i, buf32);
253 uint32_t buf32 = 0; local
269 buf32 = RK_I2C_READ(sc, RK_I2C_RXDATA_BASE + (i / 4) * 4);
271 buf8 = (buf32 >> ((i % 4) * 8)) & 0xFF;
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c193 bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32));
194 blk = (uint8_t *)ctx->buf_un.buf32;

Completed in 162 milliseconds