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_c_string_to_key  Convert a string to a key krb5_c_string_to_key Convert a string to a key
go to next page: krb5_c_valid_enctype  Validate an encryption typekrb5_c_valid_enctype Validate an encryption type
end of book navigation links

krb5_c_valid_cksumtype -- Validate a checksum type 



C Prototype 

krb5_boolean krb5_c_valid_cksumtype (
        const krb5_cksumtype    ctype );

Arguments 

ctype (input) The checksum type to validate.

Description 

This routine tests to see whether a checksum type, passed in ctype, is a valid Kerberos checksum type.

Return Values 

This routine returns one of the following KRB5 status codes:

0
Checksum type is invalid.
1
Checksum type is valid.


go to previous page: krb5_c_string_to_key  Convert a string to a key krb5_c_string_to_key Convert a string to a key
go to next page: krb5_c_valid_enctype  Validate an encryption typekrb5_c_valid_enctype Validate an encryption type