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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_safe.c51 sumtype specifies the encryption type; key specifies the key which
67 krb5_cksumtype sumtype, krb5_data *outbuf)
78 if (!krb5_c_valid_cksumtype(sumtype))
80 if (!krb5_c_is_coll_proof_cksum(sumtype)
81 || !krb5_c_is_keyed_cksum(sumtype))
112 if ((retval = krb5_c_make_checksum(context, sumtype, keyblock,
200 krb5_cksumtype sumtype; local
257 sumtype = sumtypes[i];
262 sumtype, outbuf))) {
64 krb5_mk_safe_basic(krb5_context context, const krb5_data *userdata, const krb5_keyblock *keyblock, krb5_replay_data *replaydata, krb5_address *local_addr, krb5_address *remote_addr, krb5_cksumtype sumtype, krb5_data *outbuf) argument

Completed in 62 milliseconds