Searched refs:sha512_process (Results 1 – 9 of 9) sorted by relevance
158 static int sha512_process(sha512_context *ctx, const unsigned char data[128]) in sha512_process() function256 if ((ret = sha512_process(ctx, ctx->buffer)) != 0) in sha512_update()265 if ((ret = sha512_process(ctx, input)) != 0) in sha512_update()301 if ((ret = sha512_process(ctx, ctx->buffer)) != 0) in sha512_finish()317 if ((ret = sha512_process(ctx, ctx->buffer)) != 0) in sha512_finish()
2264 #define sha512_process mbedtls_sha512_process macro