1krb5_c_is_keyed_cksum - Test whether a checksum type is keyed. 2================================================================ 3 4.. 5 6.. c:function:: krb5_boolean krb5_c_is_keyed_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 a keyed checksum type, FALSE otherwise. 22 23.. 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38.. 39 40 41 42 43 44