Searched refs:buf32 (Results 1 – 7 of 7) sorted by relevance
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 + 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 …]
214 uint32_t buf32; in rk_i2c_fill_tx() local226 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() local269 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()
47 uint32_t buf32[16]; /* realigned input */ member
84 uint32_t buf32[32]; /* realigned input */ member
193 bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32)); in SHA256Transform()194 blk = (uint8_t *)ctx->buf_un.buf32; in SHA256Transform()
3686 …<var-decl name='buf32' type-id='type-id-252' visibility='default' filepath='../../lib/libspl/inclu…