Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/u-boot/
H A Dsha512.h71 int sha512_update(sha512_context *ctx, const unsigned char *input, size_t ilen);
/rk3399_rockchip-uboot/lib/
H A Dsha512.c236 int sha512_update(sha512_context *ctx, const unsigned char *input, size_t ilen) in sha512_update() function
344 sha512_update(&ctx, input, ilen); in sha512_csum()