skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: KRB5 (Kerberos V5) Application Programming Interface KRB5 (Kerberos V5) Application Programming Interface
go to previous page: krb5_recvauth_version  Receive authenticated message with version information krb5_recvauth_version Receive authenticated message with version...
go to next page: krb5_sendauth  Send authenticated messagekrb5_sendauth Send authenticated message
end of book navigation links

krb5_salttype_to_string -- Convert a salttype (krb5_int32) to a string 



C Prototype 

krb5_error_code krb5_salttype_to_string (
        krb5_int32      salttype,
        char            *buffer,
        size_t          buflen );

Arguments 

salttype
(input)
 The salttype to convert.
buffer (output) A pointer to the buffer to receive the converted string.
buflen (input) The length of buffer.

Description 

This routine converts a salttype (krb5_int32) into a string.

Return Values 

This routine returns the following KRB5 status codes:

0
Successful completion.
EINVAL
Invalid parameter.
ENOMEM
Insufficient memory (buffer length less than output size).


go to previous page: krb5_recvauth_version  Receive authenticated message with version information krb5_recvauth_version Receive authenticated message with version...
go to next page: krb5_sendauth  Send authenticated messagekrb5_sendauth Send authenticated message