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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
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 Dchecksum_length.c32 krb5_c_checksum_length(krb5_context context, krb5_cksumtype cksumtype, argument
38 if (krb5_cksumtypes_list[i].ctype == cksumtype)
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/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/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/mech/
H A Dk5sealv3.c283 err = krb5_c_make_checksum(context, ctx->cksumtype, key,
508 sum.checksum_type = ctx->cksumtype;
559 sum.checksum_type = ctx->cksumtype;
H A Dser_sctx.c289 * krb5_int32 for cksumtype
495 kret = krb5_ser_pack_int32((krb5_int32) ctx->cksumtype,
675 ctx->cksumtype = ibuf;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c383 ctx->cksumtype = 0;
438 &ctx->cksumtype);
441 code = krb5_c_checksum_length(context, ctx->cksumtype,
H A Daccept_sec_context.c973 &ctx->cksumtype);
976 code = krb5_c_checksum_length(context, ctx->cksumtype,
/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
H A Dkrb5.h483 #define CKSUMTYPE_HMAC_MD5_ARCFOUR -138 /*Microsoft md5 hmac cksumtype*/
618 (krb5_context context, krb5_cksumtype cksumtype,
632 (krb5_context context, krb5_cksumtype cksumtype,

Completed in 87 milliseconds