Previous section.

DCE 1.1: Authentication and Security Services
Copyright © 1997 The Open Group

NAME

sec_key_mgmt_free_key-Free the memory used by a key value.

SYNOPSIS

#include <dce/keymgmt.h>

void sec_key_mgmt_free_key(
    void *keydata,
    error_status_t *status);

PARAMETERS

Input

keydata

The key data to be freed (see <dce/keymgmt.h>).

Output

status

The completion status.

DESCRIPTION

The sec_key_mgmt_free_key() routine releases any memory allocated for the indicated key data.

ERRORS

error_status_ok.

SEE ALSO

Functions: sec_key_mgmt_get_key().
Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.

Contents Next section Index