Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dsha2.c198 #define SHA256_MASK (SHA256_BLOCK_SIZE - 1) macro
320 sha2_32t pos = (sha2_32t)(ctx->count[0] & SHA256_MASK), in sha256_hash()
352 sha2_32t i = (sha2_32t)(ctx->count[0] & SHA256_MASK); in sha256_end()