/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | util_ctxsetup.c | 46 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;
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
H A D | keyed_checksum_types.c | 51 unsigned int *count, krb5_cksumtype **cksumtypes) in krb5_c_keyed_checksum_types() 66 if ((*cksumtypes = (krb5_cksumtype *) malloc(c*sizeof(krb5_cksumtype))) in krb5_c_keyed_checksum_types() 85 krb5_free_cksumtypes(krb5_context context, krb5_cksumtype *val) in krb5_free_cksumtypes()
|
H A D | valid_cksumtype.c | 32 krb5_c_valid_cksumtype(krb5_cksumtype ctype) in krb5_c_valid_cksumtype() 45 valid_cksumtype(krb5_cksumtype ctype) in valid_cksumtype()
|
H A D | coll_proof_cksum.c | 31 krb5_c_is_coll_proof_cksum(krb5_cksumtype ctype) in krb5_c_is_coll_proof_cksum() 47 is_coll_proof_cksum(krb5_cksumtype ctype) in is_coll_proof_cksum()
|
H A D | keyed_cksum.c | 32 krb5_c_is_keyed_cksum(krb5_cksumtype ctype) in krb5_c_is_keyed_cksum() 53 is_keyed_cksum(krb5_cksumtype ctype) in is_keyed_cksum()
|
H A D | string_to_cksumtype.c | 32 krb5_string_to_cksumtype(char *string, krb5_cksumtype *cksumtypep) in krb5_string_to_cksumtype()
|
H A D | cksumtype_to_string.c | 32 krb5_cksumtype_to_string(krb5_cksumtype cksumtype, char *buffer, size_t buflen) in krb5_cksumtype_to_string()
|
H A D | old_api_glue.c | 197 krb5_checksum_size(krb5_context context, krb5_cksumtype ctype) in krb5_checksum_size() 208 krb5_calculate_checksum(krb5_context context, krb5_cksumtype ctype, in krb5_calculate_checksum() 246 krb5_verify_checksum(krb5_context context, krb5_cksumtype ctype, in krb5_verify_checksum()
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | auth_con.h | 19 krb5_cksumtype req_cksumtype; /* mk_safe, ... */ 20 krb5_cksumtype safe_cksumtype; /* mk_safe, ... */
|
H A D | krb5.h | 255 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 ctype); [all …]
|
H A D | k5-int.h | 870 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 D | gssapiP_krb5.h | 211 krb5_cksumtype cksumtype; /* for "main" subkey */ 213 krb5_cksumtype acceptor_subkey_cksumtype;
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | mk_safe.c | 67 krb5_cksumtype sumtype, krb5_data *outbuf) in krb5_mk_safe_basic() 200 krb5_cksumtype sumtype; in krb5_mk_safe() 239 krb5_cksumtype *sumtypes; in krb5_mk_safe()
|
H A D | auth_con.c | 240 …n_set_req_cksumtype(krb5_context context, krb5_auth_context auth_context, krb5_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()
|
H A D | pac.c | 896 krb5_cksumtype *cksumtype) in k5_insert_checksum() 994 krb5_cksumtype server_cksumtype, privsvr_cksumtype;
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | mandatory_sumtype.c | 36 krb5_cksumtype *cksumtype) in krb5int_c_mandatory_cksumtype()
|
H A D | checksum_length.c | 32 krb5_c_checksum_length(krb5_context context, krb5_cksumtype cksumtype, in krb5_c_checksum_length()
|
H A D | make_checksum.c | 38 krb5_c_make_checksum(krb5_context context, krb5_cksumtype cksumtype, in krb5_c_make_checksum()
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | ser_ctx.c | 430 context->kdc_req_sumtype = (krb5_cksumtype) ibuf; in krb5_context_internalize() 435 context->default_ap_req_sumtype = (krb5_cksumtype) ibuf; in krb5_context_internalize() 440 context->default_safe_sumtype = (krb5_cksumtype) ibuf; in krb5_context_internalize()
|
H A D | ser_actx.c | 400 auth_context->req_cksumtype = (krb5_cksumtype) ibuf; in krb5_auth_context_internalize() 404 auth_context->safe_cksumtype = (krb5_cksumtype) ibuf; in krb5_auth_context_internalize()
|
H A D | ser_cksum.c | 166 checksum->checksum_type = (krb5_cksumtype) ibuf; in krb5_checksum_internalize()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_k_decode.h | 81 (asn1buf *buf, krb5_cksumtype *val);
|
H A D | asn1_k_decode.c | 388 integer_convert(asn1_decode_cksumtype,krb5_cksumtype) in integer_convert()
|
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_srv.c | 703 krb5_cksumtype *cksum_types = NULL; in pkinit_server_return_padata()
|