Searched refs:sha512_update (Results 1 – 2 of 2) sorted by relevance
71 int sha512_update(sha512_context *ctx, const unsigned char *input, size_t ilen);
236 int sha512_update(sha512_context *ctx, const unsigned char *input, size_t ilen) in sha512_update() function344 sha512_update(&ctx, input, ilen); in sha512_csum()