Searched defs:his_cksum (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drd_safe.c57 krb5_checksum our_cksum, *his_cksum; local
112 his_cksum = message->checksum;
123 message->checksum = his_cksum;
129 scratch, his_cksum, &valid);
141 &safe_body, his_cksum, &valid);
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c170 krb5_checksum *his_cksum)
175 if (!krb5_c_valid_cksumtype(his_cksum->checksum_type))
179 if (!krb5_c_is_coll_proof_cksum(his_cksum->checksum_type))
185 source, his_cksum, &valid)))
207 krb5_checksum * his_cksum = NULL; local
327 if (!(his_cksum = authenticator->checksum)) {
356 if (comp_cksum(kdc_context, &scratch1, *ticket, his_cksum)) {
358 retval = comp_cksum(kdc_context, scratch, *ticket, his_cksum);
169 comp_cksum(krb5_context kcontext, krb5_data *source, krb5_ticket *ticket, krb5_checksum *his_cksum) argument

Completed in 72 milliseconds