SYNOPSIS |
#include <dk.h>
DK_STAT dk_free(
DK *dk
);
Release resources associated with a signing or verifying handle.
|
DESCRIPTION |
Called When |
dk_free() must be passed a handle returned by
dk_sign() or dk_verify() |
Effects |
Releases resources that were allocated and assigned to the handle
dk when it was returned by dk_sign() or
dk_verify(). The handle dk may not be reused. |
|
---|
ARGUMENTS |
Argument | Description |
dk |
A DK handle returned by a previous call to dk_sign() or
dk_verify().
|
|
RETURN VALUES |
- DK_STAT_OK -- operation was successful
|
NOTES |
None.
|