/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_k_decode.h | 71 (asn1buf *buf, int *val); 73 (asn1buf *buf, krb5_int32 *val); 75 (asn1buf *buf, krb5_kvno *val); 77 (asn1buf *buf, krb5_enctype *val); 79 (asn1buf *buf, krb5_msgtype *val); 81 (asn1buf *buf, krb5_cksumtype *val); 83 (asn1buf *buf, krb5_octet *val); 85 (asn1buf *buf, krb5_addrtype *val); 87 (asn1buf *buf, krb5_authdatatype *val); 89 (asn1buf *buf, krb5_ui_2 *val); [all …]
|
H A D | asn1buf.h | 12 } asn1buf; typedef 18 (const asn1buf *buf); 28 (const asn1buf *buf); 38 (asn1buf *buf, const unsigned int amount); 51 (asn1buf *buf, unsigned int inc); 58 (const asn1buf *buf); 103 (asn1buf **buf); 108 (asn1buf *buf, const krb5_data *code); 116 (asn1buf *subbuf, const asn1buf *buf, 127 (asn1buf *buf, asn1buf *subbuf, const asn1_class Class, [all …]
|
H A D | asn1_k_encode.h | 71 (asn1buf *buf, const krb5_pk_authenticator *val, unsigned int *retlen); 74 (asn1buf *buf, const krb5_pk_authenticator_draft9 *val, unsigned int *retlen); 77 (asn1buf *buf, const krb5_algorithm_identifier *val, unsigned int *retlen); 80 (asn1buf *buf, const krb5_subject_pk_info *val, unsigned int *retlen); 83 (asn1buf *buf, const krb5_algorithm_identifier **val, unsigned int *retlen); 86 (asn1buf *buf, const krb5_auth_pack *val, unsigned int *retlen); 89 (asn1buf *buf, const krb5_auth_pack_draft9 *val, unsigned int *retlen); 92 (asn1buf *buf, const krb5_external_principal_identifier *val, unsigned int *retlen); 95 (asn1buf *buf, const krb5_external_principal_identifier **val, unsigned int *retlen); 98 (asn1buf *buf, const krb5_pa_pk_as_req *val, unsigned int *retlen); [all …]
|
H A D | asn1_decode.h | 64 (asn1buf *buf, long *val); 66 (asn1buf *buf, unsigned long *val); 68 (asn1buf *buf, unsigned long *val); 70 (asn1buf *buf); 73 (asn1buf *buf, unsigned int *retlen, asn1_octet **val); 75 (asn1buf *buf, unsigned int *retlen, asn1_octet **val); 77 (asn1buf *buf, unsigned int *retlen, char **val); 79 (asn1buf *buf, unsigned int *retlen, char **val); 87 (asn1buf *buf, int *retlen, char **val); 89 (asn1buf *buf, int *retlen, char **val); [all …]
|
H A D | asn1buf.c | 66 asn1_error_code asn1buf_create(asn1buf **buf) in asn1buf_create() 68 *buf = (asn1buf*)malloc(sizeof(asn1buf)); in asn1buf_create() 76 asn1_error_code asn1buf_wrap_data(asn1buf *buf, const krb5_data *code) in asn1buf_wrap_data() 84 asn1_error_code asn1buf_imbed(asn1buf *subbuf, const asn1buf *buf, const unsigned int length, const… in asn1buf_imbed() 96 asn1_error_code asn1buf_sync(asn1buf *buf, asn1buf *subbuf, in asn1buf_sync() 116 asn1_error_code asn1buf_skiptail(asn1buf *buf, const unsigned int length, const int indef) in asn1buf_skiptail() 148 asn1_error_code asn1buf_destroy(asn1buf **buf) in asn1buf_destroy() 161 asn1_error_code asn1buf_insert_octet(asn1buf *buf, const int o) in asn1buf_insert_octet() 172 asn1_error_code asn1buf_insert_octetstring(asn1buf *buf, const unsigned int len, const krb5_octet *… in asn1buf_insert_octetstring() 184 asn1_error_code asn1buf_insert_charstring(asn1buf *buf, const unsigned int len, const char *s) in asn1buf_insert_charstring() [all …]
|
H A D | asn1_k_decode.c | 197 asn1buf subbuf; \ 212 asn1buf subbuf; \ 234 asn1buf subbuf; \ 296 asn1buf seqbuf; \ 351 asn1_error_code asn1_decode_kerberos_time(asn1buf *buf, krb5_timestamp *val) in asn1_decode_kerberos_time() 365 asn1_error_code fname(asn1buf * buf, ktype * val)\ 375 asn1_error_code fname(asn1buf * buf, ktype * val)\ 395 asn1_error_code asn1_decode_seqnum(asn1buf *buf, krb5_ui_4 *val) in integer_convert() 406 asn1_error_code asn1_decode_msgtype(asn1buf *buf, krb5_msgtype *val) in asn1_decode_msgtype() 420 asn1_error_code asn1_decode_realm(asn1buf *buf, krb5_principal *val) in asn1_decode_realm() [all …]
|
H A D | asn1_make.h | 52 (asn1buf *buf, 66 (asn1buf *buf, const asn1_class asn1class, 83 (asn1buf *buf, const unsigned int seq_len, unsigned int *len); 92 (asn1buf *buf, const unsigned int set_len, 102 (asn1buf *buf, 116 (asn1buf *buf, const unsigned int in_len, 125 (asn1buf *buf,
|
H A D | asn1_encode.h | 55 (asn1buf *buf, asn1_intmax val, unsigned int *retlen); 57 (asn1buf *buf, asn1_intmax val, unsigned int *retlen); 66 (asn1buf *buf, long val, unsigned int *retlen); 69 (asn1buf *buf, asn1_uintmax val, 79 (asn1buf *buf, 91 (asn1buf *buf, 102 (asn1buf *buf, int *retlen); 111 (asn1buf *buf, 122 (asn1buf *buf, 133 (asn1buf *buf, time_t val, unsigned int *retlen); [all …]
|
H A D | asn1_encode.c | 33 asn1_error_code asn1_encode_boolean(asn1buf *buf, asn1_intmax val, in asn1_encode_boolean() 55 static asn1_error_code asn1_encode_integer_internal(asn1buf *buf, in asn1_encode_integer_internal() 88 asn1_error_code asn1_encode_integer(asn1buf * buf, asn1_intmax val, in asn1_encode_integer() 108 asn1_encode_enumerated(asn1buf * buf, long val, 127 asn1_error_code asn1_encode_unsigned_integer(asn1buf *buf, asn1_uintmax val, in asn1_encode_unsigned_integer() 160 encode_bytestring_with_tag(asn1buf *buf, unsigned int len, in encode_bytestring_with_tag() 178 asn1_error_code asn1_encode_oid(asn1buf *buf, unsigned int len, in asn1_encode_oid() 186 asn1_error_code asn1_encode_octetstring(asn1buf *buf, unsigned int len, in asn1_encode_octetstring() 195 asn1_error_code asn1_encode_null(asn1buf *buf, int *retlen) 208 asn1_error_code asn1_encode_printablestring(asn1buf *buf, unsigned int len, [all …]
|
H A D | asn1_decode.c | 60 asn1_error_code asn1_decode_integer(asn1buf *buf, long int *val) in asn1_decode_integer() 85 asn1_error_code asn1_decode_unsigned_integer(asn1buf *buf, long unsigned int *val) in asn1_decode_unsigned_integer() 119 asn1_error_code asn1_decode_maybe_unsigned(asn1buf *buf, unsigned long *val) in asn1_decode_maybe_unsigned() 153 asn1_error_code asn1_decode_oid(asn1buf *buf, unsigned int *retlen, asn1_octet **val) in asn1_decode_oid() 163 asn1_error_code asn1_decode_octetstring(asn1buf *buf, unsigned int *retlen, asn1_octet **val) in asn1_decode_octetstring() 173 asn1_error_code asn1_decode_charstring(asn1buf *buf, unsigned int *retlen, char **val) in asn1_decode_charstring() 184 asn1_error_code asn1_decode_generalstring(asn1buf *buf, unsigned int *retlen, char **val) in asn1_decode_generalstring() 195 asn1_error_code asn1_decode_null(asn1buf *buf) in asn1_decode_null() 203 asn1_error_code asn1_decode_printablestring(asn1buf *buf, int *retlen, char **val) in asn1_decode_printablestring() 213 asn1_error_code asn1_decode_ia5string(asn1buf *buf, int *retlen, char **val) in asn1_decode_ia5string() [all …]
|
H A D | asn1_make.c | 31 asn1_error_code asn1_make_etag(asn1buf *buf, asn1_class asn1class, in asn1_make_etag() 39 asn1_error_code asn1_make_tag(asn1buf *buf, asn1_class asn1class, in asn1_make_tag() 60 asn1_error_code asn1_make_length(asn1buf *buf, const unsigned int in_len, unsigned int *retlen) in asn1_make_length() 86 asn1_error_code asn1_make_id(asn1buf *buf, asn1_class asn1class, in asn1_make_id() 121 asn1_error_code asn1_make_sequence(asn1buf *buf, const unsigned int seq_len, unsigned int *retlen) in asn1_make_sequence() 137 asn1_error_code asn1_make_set(asn1buf *buf, const unsigned int set_len, unsigned int *retlen) in asn1_make_set() 153 asn1_error_code asn1_make_string(asn1buf *buf, const unsigned int length, const char *string, int *… in asn1_make_string()
|
H A D | asn1_get.h | 46 asn1_error_code asn1_get_tag_2 (asn1buf *buf, taginfo *tinfo); 50 (asn1buf *buf, 57 (asn1buf *buf, 73 (asn1buf *buf, unsigned int *retlen, int *indef);
|
H A D | ldap_key_seq.c | 62 asn1_encode_key(asn1buf *buf, in asn1_encode_key() 141 asn1buf *buf = NULL; in asn1_encode_sequence_of_keys() 230 decode_tagged_integer (asn1buf *buf, asn1_tagnum expectedtag, long *val) in decode_tagged_integer() 234 asn1buf tmp, subbuf; in decode_tagged_integer() 256 decode_tagged_unsigned_integer (asn1buf *buf, int expectedtag, unsigned long *val) 260 asn1buf tmp, subbuf; 282 decode_tagged_octetstring (asn1buf *buf, asn1_tagnum expectedtag, in decode_tagged_octetstring() 287 asn1buf tmp, subbuf; in decode_tagged_octetstring() 311 static asn1_error_code asn1_decode_key(asn1buf *buf, krb5_key_data *key) in asn1_decode_key() 316 asn1buf subbuf; in asn1_decode_key() [all …]
|
H A D | asn1_k_encode.c | 120 asn1_encode_kerberos_time_at(asn1buf *buf, const krb5_timestamp *val, in asn1_encode_kerberos_time_at() 163 asn1_encode_krb5_flags_at(asn1buf *buf, const krb5_flags *val, in asn1_encode_krb5_flags_at() 329 asn1_encode_kdc_req_hack(asn1buf *, const struct kdc_req_hack *, 333 asn1_encode_kdc_req_body(asn1buf *buf, const krb5_kdc_req *val, in asn1_encode_kdc_req_body() 531 asn1_encode_sam_challenge_2(asn1buf *buf, const krb5_sam_challenge_2 *val, 1362 asn1_error_code asn1_encode_krb5_substructure(asn1buf *buf, 1460 asn1_encode_kerberos_time(asn1buf *buf, const krb5_timestamp val, in asn1_encode_kerberos_time() 1467 asn1_error_code asn1_encode_pk_authenticator(asn1buf *buf, const krb5_pk_authenticator *val, unsign… in asn1_encode_pk_authenticator() 1479 asn1_error_code asn1_encode_pk_authenticator_draft9(asn1buf *buf, const krb5_pk_authenticator_draft… in asn1_encode_pk_authenticator_draft9() 1494 asn1_error_code asn1_encode_algorithm_identifier(asn1buf *buf, const krb5_algorithm_identifier *val… in asn1_encode_algorithm_identifier() [all …]
|
H A D | asn1_get.c | 30 asn1_get_tag_2(asn1buf *buf, taginfo *t) in asn1_get_tag_2() 102 asn1_error_code asn1_get_sequence(asn1buf *buf, unsigned int *retlen, int *indef) in asn1_get_sequence()
|
H A D | krb5_encode.c | 45 asn1buf *buf=NULL;\
|
H A D | krb5_decode.c | 39 asn1buf buf;\ 112 asn1buf subbuf;\
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/ |
H A D | Makefile.com | 110 asn1buf.o krb5_decode.o krb5_encode.o \
|
/titanic_41/exception_lists/ |
H A D | hdrchk | 72 usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/asn1buf.h
|
H A D | copyright | 148 usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/asn1buf.h
|
H A D | cstyle | 226 usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/asn1buf.h
|