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_is_coll_proof_cksum  Test to see if a checksum is collision proof krb5_c_is_coll_proof_cksum Test to see if a checksum is collision...
go to next page: krb5_c_keyed_checksum_types  Get a list of derived key checksumskrb5_c_keyed_checksum_types Get a list of derived key checksums
end of book navigation links

krb5_c_is_keyed_cksum -- Test to see if a checksum uses derived keys 



C Prototype 

krb5_boolean krb5_c_is_keyed_cksum (
        const krb5_cksumtype    ctype );

Arguments 

ctype (input) The checksum type to test.

Description 

This routine tests the derived flag for the checksum given.

Return Values 

This routine returns one of the following KRB5 status codes:

0
Checksum does not use derived keys, or checksum type is not in the list.
1
Checksum uses derived keys.


go to previous page: krb5_c_is_coll_proof_cksum  Test to see if a checksum is collision proof krb5_c_is_coll_proof_cksum Test to see if a checksum is collision...
go to next page: krb5_c_keyed_checksum_types  Get a list of derived key checksumskrb5_c_keyed_checksum_types Get a list of derived key checksums