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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dcksumtype_to_string.c32 krb5_cksumtype_to_string(krb5_cksumtype cksumtype, char *buffer, size_t buflen) argument
37 if (krb5_cksumtypes_list[i].ctype == cksumtype) {
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dchecksum_length.c32 krb5_c_checksum_length(krb5_context context, krb5_cksumtype cksumtype, argument
38 if (krb5_cksumtypes_list[i].ctype == cksumtype)
H A Dmandatory_sumtype.c36 krb5_cksumtype *cksumtype)
42 *cksumtype = krb5_enctypes_list[i].required_ctype;
35 krb5int_c_mandatory_cksumtype(krb5_context ctx, krb5_enctype etype, krb5_cksumtype *cksumtype) argument
H A Dmake_checksum.c38 krb5_c_make_checksum(krb5_context context, krb5_cksumtype cksumtype, argument
50 if (krb5_cksumtypes_list[i].ctype == cksumtype)
145 cksum->checksum_type = cksumtype;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauth_con.c240 krb5_auth_con_set_req_cksumtype(krb5_context context, krb5_auth_context auth_context, krb5_cksumtype cksumtype) argument
242 auth_context->req_cksumtype = cksumtype;
248 krb5_auth_con_set_safe_cksumtype(krb5_context context, krb5_auth_context auth_context, krb5_cksumtype cksumtype) argument
250 auth_context->safe_cksumtype = cksumtype;
H A Dpac.c896 krb5_cksumtype *cksumtype)
902 ret = krb5int_c_mandatory_cksumtype(context, key->enctype, cksumtype);
906 ret = krb5_c_checksum_length(context, *cksumtype, &len);
929 store_32_le((krb5_ui_4)*cksumtype, cksumdata.data);
892 k5_insert_checksum(krb5_context context, krb5_pac pac, krb5_ui_4 type, const krb5_keyblock *key, krb5_cksumtype *cksumtype) argument
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_krb5.h211 krb5_cksumtype cksumtype; /* for "main" subkey */ member in struct:_krb5_gss_ctx_id_rec

Completed in 76 milliseconds