Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/lib/sha/
H A Dsha.c112 void sha512_update(sha512_context *ctx, const uint8_t *input, uint32_t length) in sha512_update() function
132 sha512_update(&ctx, input, len); in sha512_start()
H A Dsha.h156 void sha512_update(sha512_context *ctx, const uint8_t *input, uint32_t length);