Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/rockchip/
H A Dsha2.c407 #define SHA512_MASK (SHA512_BLOCK_SIZE - 1)
533 space = SHA512_BLOCK_SIZE - pos; in sha512_hash()
543 space = SHA512_BLOCK_SIZE; in sha512_hash()
545 bsw_64(ctx->wbuf, SHA512_BLOCK_SIZE >> 3); in sha512_hash()
584 if (i > SHA512_BLOCK_SIZE - 17) { in sha_end()
H A Dsha2.h97 #define SHA512_BLOCK_SIZE 128 macro