HP Open Source Security for OpenVMS Volume 3: Kerberos > Chapter 5 GSSAPI (Generic Security Services Application Programming Interface)

gss_release_name — Free storage associated with an internal name that was allocated by a GSSAPI routine

 » Table of Contents

 » Glossary

 » Index

C Prototype

OM_uint32 gss_release_name(
OM_uint32 * minor_status,
gss_name_t * input_name );

Arguments

minor_status (output) 

An implementation-specific status code.

input_name (input/output) 

The name to be deleted.

Description

This routine frees GSSAPI allocated storage associated with an internal form name.

Return Values

This routine returns one of the following GSS status codes:

GSS_S_COMPLETE

Successful completion.
GSS_S_BAD_NAMEThe input_name argument did not contain a valid name.