hu_KSEnd()

Destroys the Key Split context.

Synopsis:

#include "huks.h"
 
int hu_KSEnd(sb_Context *ksContext, sb_GlobalCtx sbCtx)

Arguments:

ksContext

A Key Split context pointer.

sbCtx

A global context.

Library:

libhuapi

Description:

Returns:

SB_ERR_NULL_CONTEXT_PTR

Key Split context pointer is NULL.

SB_ERR_NULL_CONTEXT

Key Split context is NULL.

SB_ERR_BAD_CONTEXT

Key Split context is invalid.

SB_SUCCESS

Success.