MIT Kerberos Documentation
Contents
|
previous
|
next
|
index
|
Search
|
feedback
On this page
krb5_c_is_coll_proof_cksum - Test whether a checksum type is collision-proof.
Table of contents
For users
For administrators
For application developers
Developing with GSSAPI
Differences between Heimdal and MIT Kerberos API
Initial credentials
Principal manipulation and parsing
Complete reference - API and datatypes
krb5 API
krb5 types and structures
krb5 simple macros
For plugin module developers
Building Kerberos V5
Kerberos V5 concepts
MIT Kerberos features
How to build this documentation from the source
The Kerberos Documentation Set
Resources
Full Table of Contents
Search
krb5_c_is_coll_proof_cksum - Test whether a checksum type is collision-proof.
¶
krb5_boolean
krb5_c_is_coll_proof_cksum
(
krb5_cksumtype
ctype
)
¶
param:
[in]
ctype
- Checksum type
return:
TRUE if ctype is collision-proof, FALSE if it is not collision-proof or not a valid checksum type.