Home
last modified time | relevance | path

Searched refs:bswap_32 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/tools/rockchip/
H A Dsha2.c185 #if !defined(bswap_32)
186 #define bswap_32(x) \ macro
205 p[_i] = bswap_32(p[_i]); \
413 (((sha2_64t)(bswap_32((sha2_32t)(x)))) << 32 | \
414 bswap_32((sha2_32t)((x) >> 32)))
H A Dsha.c71 E += ror27(A) + (W[t] = bswap_32(ctx->buf.w[t])) + (D ^ (B & (C ^ D))) + \ in SHA1_Transform()
193 ctx->buf.w[i] = bswap_32(ctx->state[i]); in SHA_final()