Home
last modified time | relevance | path

Searched refs:asn1buf (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.h71 (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 Dasn1buf.h12 } 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 Dasn1_k_encode.h71 (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 Dasn1_decode.h64 (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 Dasn1buf.c66 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 Dasn1_k_decode.c197 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 Dasn1_make.h52 (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 Dasn1_encode.h55 (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 Dasn1_encode.c33 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 Dasn1_decode.c60 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 Dasn1_make.c31 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 Dasn1_get.h46 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 Dldap_key_seq.c62 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 Dasn1_k_encode.c120 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 Dasn1_get.c30 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 Dkrb5_encode.c45 asn1buf *buf=NULL;\
H A Dkrb5_decode.c39 asn1buf buf;\
112 asn1buf subbuf;\
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/
H A DMakefile.com110 asn1buf.o krb5_decode.o krb5_encode.o \
/titanic_41/exception_lists/
H A Dhdrchk72 usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/asn1buf.h
H A Dcopyright148 usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/asn1buf.h
H A Dcstyle226 usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/asn1buf.h