Searched refs:mbedtls_internal_sha512_process (Results 1 – 3 of 3) sorted by relevance
192 int mbedtls_internal_sha512_process( mbedtls_sha512_context *ctx, in mbedtls_internal_sha512_process() function325 if( ( ret = mbedtls_internal_sha512_process( ctx, ctx->buffer ) ) != 0 ) in mbedtls_sha512_update()335 if( ( ret = mbedtls_internal_sha512_process( ctx, input ) ) != 0 ) in mbedtls_sha512_update()378 if( ( ret = mbedtls_internal_sha512_process( ctx, ctx->buffer ) ) != 0 ) in mbedtls_sha512_finish()394 if( ( ret = mbedtls_internal_sha512_process( ctx, ctx->buffer ) ) != 0 ) in mbedtls_sha512_finish()
777 return( mbedtls_internal_sha512_process( ctx->md_ctx, data ) ); in mbedtls_md_process()781 return( mbedtls_internal_sha512_process( ctx->md_ctx, data ) ); in mbedtls_md_process()
156 int mbedtls_internal_sha512_process( mbedtls_sha512_context *ctx,