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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_safe.c45 sumtype specifies the encryption type; key specifies the key which
60 krb5_cksumtype sumtype, krb5_data *outbuf)
68 if (!krb5_c_valid_cksumtype(sumtype))
70 if (!krb5_c_is_coll_proof_cksum(sumtype)
71 || !krb5_c_is_keyed_cksum(sumtype))
98 if ((retval = krb5_k_make_checksum(context, sumtype, key,
175 krb5_cksumtype sumtype; local
229 * If found, set sumtype to safe_cksumtype.
230 * If not found, and our enctype is DES_CBC, set sumtype to the
232 * to determine and set sumtype
57 krb5_mk_safe_basic(krb5_context context, const krb5_data *userdata, krb5_key key, krb5_replay_data *replaydata, krb5_address *local_addr, krb5_address *remote_addr, krb5_cksumtype sumtype, krb5_data *outbuf) argument
[all...]

Completed in 14 milliseconds