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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dcoll_proof_cksum.c31 krb5_c_is_coll_proof_cksum(krb5_cksumtype ctype)
47 is_coll_proof_cksum(krb5_cksumtype ctype)
H A Dkeyed_cksum.c32 krb5_c_is_keyed_cksum(krb5_cksumtype ctype)
53 is_keyed_cksum(krb5_cksumtype ctype)
H A Dvalid_cksumtype.c32 krb5_c_valid_cksumtype(krb5_cksumtype ctype)
45 valid_cksumtype(krb5_cksumtype ctype)
H A Dkeyed_checksum_types.c51 unsigned int *count, krb5_cksumtype **cksumtypes)
66 if ((*cksumtypes = (krb5_cksumtype *) malloc(c*sizeof(krb5_cksumtype)))
85 krb5_free_cksumtypes(krb5_context context, krb5_cksumtype *val)
H A Dstring_to_cksumtype.c32 krb5_string_to_cksumtype(char *string, krb5_cksumtype *cksumtypep)
H A Dcksumtype_to_string.c32 krb5_cksumtype_to_string(krb5_cksumtype cksumtype, char *buffer, size_t buflen)
H A Dold_api_glue.c197 krb5_checksum_size(krb5_context context, krb5_cksumtype ctype)
208 krb5_calculate_checksum(krb5_context context, krb5_cksumtype ctype,
246 krb5_verify_checksum(krb5_context context, krb5_cksumtype ctype,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dauth_con.h19 krb5_cksumtype req_cksumtype; /* mk_safe, ... */
20 krb5_cksumtype safe_cksumtype; /* mk_safe, ... */
H A Dkrb5.h255 typedef krb5_int32 krb5_cksumtype; typedef
434 krb5_cksumtype checksum_type; /* checksum type */
618 (krb5_context context, krb5_cksumtype cksumtype,
632 (krb5_context context, krb5_cksumtype cksumtype,
638 unsigned int *count, krb5_cksumtype **cksumtypes);
680 (krb5_cksumtype ctype);
682 (krb5_cksumtype ctype);
684 (krb5_cksumtype ctype);
691 (krb5_cksumtype ctype);
693 (krb5_cksumtype ctyp
[all...]
H A Dk5-int.h870 krb5_cksumtype required_ctype;
883 krb5_cksumtype ctype;
956 krb5_cksumtype *);
1541 krb5_cksumtype kdc_req_sumtype;
1542 krb5_cksumtype default_ap_req_sumtype;
1543 krb5_cksumtype default_safe_sumtype;
2383 (krb5_context, krb5_enctype, krb5_cksumtype *);
2695 krb5int_c_mandatory_cksumtype (krb5_context, krb5_enctype, krb5_cksumtype *);
H A DgssapiP_krb5.h211 krb5_cksumtype cksumtype; /* for "main" subkey */
213 krb5_cksumtype acceptor_subkey_cksumtype;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dmandatory_sumtype.c36 krb5_cksumtype *cksumtype)
H A Dchecksum_length.c32 krb5_c_checksum_length(krb5_context context, krb5_cksumtype cksumtype,
H A Dmake_checksum.c38 krb5_c_make_checksum(krb5_context context, krb5_cksumtype cksumtype,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_ctxsetup.c46 krb5_cksumtype **ctypes; /* OUT */
80 if ((*ctypes = (krb5_cksumtype *)
81 malloc((*nctypes) * sizeof(krb5_cksumtype))) == NULL) {
90 (*ctypes)[i] = (krb5_cksumtype) ((ptr[0]<<24) | (ptr[1]<<16) |
176 krb5_cksumtype *c1;
178 const krb5_cksumtype *c2;
181 krb5_cksumtype tmp;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_safe.c67 krb5_cksumtype sumtype, krb5_data *outbuf)
200 krb5_cksumtype sumtype;
239 krb5_cksumtype *sumtypes;
H A Dauth_con.c240 krb5_auth_con_set_req_cksumtype(krb5_context context, krb5_auth_context auth_context, krb5_cksumtype cksumtype)
248 krb5_auth_con_set_safe_cksumtype(krb5_context context, krb5_auth_context auth_context, krb5_cksumtype cksumtype)
H A Dpac.c896 krb5_cksumtype *cksumtype)
994 krb5_cksumtype server_cksumtype, privsvr_cksumtype;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dser_cksum.c169 checksum->checksum_type = (krb5_cksumtype) ibuf;
H A Dser_ctx.c433 context->kdc_req_sumtype = (krb5_cksumtype) ibuf;
438 context->default_ap_req_sumtype = (krb5_cksumtype) ibuf;
443 context->default_safe_sumtype = (krb5_cksumtype) ibuf;
H A Dser_actx.c403 auth_context->req_cksumtype = (krb5_cksumtype) ibuf;
407 auth_context->safe_cksumtype = (krb5_cksumtype) ibuf;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.h81 (asn1buf *buf, krb5_cksumtype *val);
H A Dasn1_k_decode.c388 integer_convert(asn1_decode_cksumtype,krb5_cksumtype)
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_srv.c703 krb5_cksumtype *cksum_types = NULL;

Completed in 268 milliseconds