1krb5_c_is_coll_proof_cksum - Test whether a checksum type is collision-proof. 2=============================================================================== 3 4.. 5 6.. c:function:: krb5_boolean krb5_c_is_coll_proof_cksum(krb5_cksumtype ctype) 7 8.. 9 10 11:param: 12 13 **[in]** **ctype** - Checksum type 14 15 16.. 17 18 19 20:return: 21 - TRUE if ctype is collision-proof, FALSE if it is not collision-proof or not a valid checksum type. 22 23.. 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38.. 39 40 41 42 43 44