Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dsha2.c407 #define SHA512_MASK (SHA512_BLOCK_SIZE - 1) macro
532 sha2_32t pos = (sha2_32t)(ctx->count[0] & SHA512_MASK), in sha512_hash()
569 sha2_32t i = (sha2_32t)(ctx->count[0] & SHA512_MASK); in sha_end()