Home
last modified time | relevance | path

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) in krb5int_c_mandatory_cksumtype() argument
42 *cksumtype = krb5_enctypes_list[i].required_ctype; in krb5int_c_mandatory_cksumtype()
H A Dchecksum_length.c32 krb5_c_checksum_length(krb5_context context, krb5_cksumtype cksumtype, in krb5_c_checksum_length() argument
38 if (krb5_cksumtypes_list[i].ctype == cksumtype) in krb5_c_checksum_length()
H A Dmake_checksum.c38 krb5_c_make_checksum(krb5_context context, krb5_cksumtype cksumtype, in krb5_c_make_checksum() argument
50 if (krb5_cksumtypes_list[i].ctype == cksumtype) in krb5_c_make_checksum()
145 cksum->checksum_type = cksumtype; in krb5_c_make_checksum()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dcksumtype_to_string.c31 krb5_cksumtype_to_string(krb5_cksumtype cksumtype, char *buffer, size_t buflen) in krb5_cksumtype_to_string() argument
36 if (krb5_cksumtypes_list[i].ctype == cksumtype) { in krb5_cksumtype_to_string()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauth_con.c240 …n_set_req_cksumtype(krb5_context context, krb5_auth_context auth_context, krb5_cksumtype cksumtype) in krb5_auth_con_set_req_cksumtype() argument
242 auth_context->req_cksumtype = cksumtype; in krb5_auth_con_set_req_cksumtype()
248 …_set_safe_cksumtype(krb5_context context, krb5_auth_context auth_context, krb5_cksumtype cksumtype) in krb5_auth_con_set_safe_cksumtype() argument
250 auth_context->safe_cksumtype = cksumtype; in krb5_auth_con_set_safe_cksumtype()
H A Dpac.c896 krb5_cksumtype *cksumtype) in k5_insert_checksum() argument
902 ret = krb5int_c_mandatory_cksumtype(context, key->enctype, cksumtype); in k5_insert_checksum()
906 ret = krb5_c_checksum_length(context, *cksumtype, &len); in k5_insert_checksum()
929 store_32_le((krb5_ui_4)*cksumtype, cksumdata.data); in k5_insert_checksum()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5sealv3.c283 err = krb5_c_make_checksum(context, ctx->cksumtype, key, in gss_krb5int_make_seal_token_v3()
508 sum.checksum_type = ctx->cksumtype; in gss_krb5int_unseal_token_v3()
559 sum.checksum_type = ctx->cksumtype; in gss_krb5int_unseal_token_v3()
H A Dser_sctx.c495 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; in setup_enc()
438 &ctx->cksumtype); in setup_enc()
441 code = krb5_c_checksum_length(context, ctx->cksumtype, in setup_enc()
H A Daccept_sec_context.c974 &ctx->cksumtype);
977 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
H A Dkrb5.h618 (krb5_context context, krb5_cksumtype cksumtype,
632 (krb5_context context, krb5_cksumtype cksumtype,