Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha1/
H A Dsha1.c368 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 + 10);
375 w_9 = LOAD_BIG_32(ctx->buf_un.buf32 + 9);
376 w_8 = LOAD_BIG_32(ctx->buf_un.buf32 + 8);
377 w_7 = LOAD_BIG_32(ctx->buf_un.buf32 + 7);
[all …]
/f-stack/freebsd/arm64/rockchip/
H A Drk_i2c.c214 uint32_t buf32; in rk_i2c_fill_tx() local
226 buf32 = 0; in rk_i2c_fill_tx()
239 buf32 |= buf << (j * 8); in rk_i2c_fill_tx()
241 RK_I2C_WRITE(sc, RK_I2C_TXDATA_BASE + 4 * i, buf32); in rk_i2c_fill_tx()
253 uint32_t buf32 = 0; in rk_i2c_drain_rx() local
269 buf32 = RK_I2C_READ(sc, RK_I2C_RXDATA_BASE + (i / 4) * 4); in rk_i2c_drain_rx()
271 buf8 = (buf32 >> ((i % 4) * 8)) & 0xFF; in rk_i2c_drain_rx()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sha1/
H A Dsha1.h47 uint32_t buf32[16]; /* realigned input */ member
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dsha2.h84 uint32_t buf32[32]; /* realigned input */ member
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dsha2.h84 uint32_t buf32[32]; /* realigned input */ member
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c193 bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32)); in SHA256Transform()
194 blk = (uint8_t *)ctx->buf_un.buf32; in SHA256Transform()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi3686 …<var-decl name='buf32' type-id='type-id-252' visibility='default' filepath='../../lib/libspl/inclu…