Home
last modified time | relevance | path

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

/illumos-gate/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);
83 (asn1buf *buf, krb5_octet *val);
89 (asn1buf *buf, krb5_ui_2 *val);
91 (asn1buf *buf, krb5_ui_4 *val);
93 (asn1buf *buf, krb5_ui_4 *val);
97 (asn1buf *buf, krb5_flags *val);
111 (asn1buf *buf, krb5_flags *val);
117 (asn1buf *buf, krb5_flags *val);
[all …]
H A Dasn1buf.h10 } asn1buf; typedef
16 (const asn1buf *buf);
26 (const asn1buf *buf);
49 (asn1buf *buf, unsigned int inc);
56 (const asn1buf *buf);
101 (asn1buf **buf);
114 (asn1buf *subbuf, const asn1buf *buf,
125 (asn1buf *buf, asn1buf *subbuf, const asn1_class Class,
141 (asn1buf **buf);
160 (asn1buf *buf, const int o);
[all …]
H A Dasn1_k_encode.h71 (asn1buf *buf, const krb5_pk_authenticator *val, unsigned int *retlen);
80 (asn1buf *buf, const krb5_subject_pk_info *val, unsigned int *retlen);
86 (asn1buf *buf, const krb5_auth_pack *val, unsigned int *retlen);
98 (asn1buf *buf, const krb5_pa_pk_as_req *val, unsigned int *retlen);
101 (asn1buf *buf, const krb5_trusted_ca *val, unsigned int *retlen);
104 (asn1buf *buf, const krb5_trusted_ca **val, unsigned int *retlen);
110 (asn1buf *buf, const krb5_dh_rep_info *val, unsigned int *retlen);
116 (asn1buf *buf, const krb5_reply_key_pack *val, unsigned int *retlen);
122 (asn1buf *buf, const krb5_pa_pk_as_rep *val, unsigned int *retlen);
131 (asn1buf *buf, const krb5_typed_data *val, unsigned int *retlen);
[all …]
H A Dasn1_decode.h62 (asn1buf *buf, long *val);
64 (asn1buf *buf, unsigned long *val);
66 (asn1buf *buf, unsigned long *val);
68 (asn1buf *buf);
71 (asn1buf *buf, unsigned int *retlen, asn1_octet **val);
73 (asn1buf *buf, unsigned int *retlen, asn1_octet **val);
75 (asn1buf *buf, unsigned int *retlen, char **val);
77 (asn1buf *buf, unsigned int *retlen, char **val);
85 (asn1buf *buf, int *retlen, char **val);
87 (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()
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()
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()
241 int asn1buf_remains(asn1buf *buf, int indef) in asn1buf_remains()
281 asn1_error_code asn1buf_unparse(const asn1buf *buf, char **s) in asn1buf_unparse()
341 int asn1buf_size(const asn1buf *buf) in asn1buf_size()
348 int asn1buf_free(const asn1buf *buf) in asn1buf_free()
[all …]
H A Dasn1_k_decode.c197 asn1buf subbuf; \
212 asn1buf subbuf; \
234 asn1buf subbuf; \
296 asn1buf seqbuf; \
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()
584 asn1_error_code asn1_decode_ticket(asn1buf *buf, krb5_ticket *val) in asn1_decode_ticket()
[all …]
H A Dasn1_make.h50 (asn1buf *buf,
64 (asn1buf *buf, const asn1_class asn1class,
81 (asn1buf *buf, const unsigned int seq_len, unsigned int *len);
90 (asn1buf *buf, const unsigned int set_len,
100 (asn1buf *buf,
114 (asn1buf *buf, const unsigned int in_len,
123 (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.c108 asn1_encode_enumerated(asn1buf * buf, long val,
160 encode_bytestring_with_tag(asn1buf *buf, unsigned int len, in encode_bytestring_with_tag()
195 asn1_error_code asn1_encode_null(asn1buf *buf, int *retlen)
358 encode_nullterm_sequence_of(asn1buf *buf, const void *val, in encode_nullterm_sequence_of()
369 just_encode_sequence(asn1buf *buf, const void *val,
373 encode_a_field(asn1buf *buf, const void *val,
378 krb5int_asn1_encode_a_thing(asn1buf *buf, const void *val, in krb5int_asn1_encode_a_thing()
432 encode_a_field(asn1buf *buf, const void *val, in encode_a_field()
580 encode_fields(asn1buf *buf, const void *val, in encode_fields()
610 just_encode_sequence(asn1buf *buf, const void *val, in just_encode_sequence()
[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.c29 asn1_error_code asn1_make_etag(asn1buf *buf, asn1_class asn1class, in asn1_make_etag()
37 asn1_error_code asn1_make_tag(asn1buf *buf, asn1_class asn1class, in asn1_make_tag()
58 asn1_error_code asn1_make_length(asn1buf *buf, const unsigned int in_len, unsigned int *retlen) in asn1_make_length()
84 asn1_error_code asn1_make_id(asn1buf *buf, asn1_class asn1class, in asn1_make_id()
119 asn1_error_code asn1_make_sequence(asn1buf *buf, const unsigned int seq_len, unsigned int *retlen) in asn1_make_sequence()
135 asn1_error_code asn1_make_set(asn1buf *buf, const unsigned int set_len, unsigned int *retlen) in asn1_make_set()
151 asn1_error_code asn1_make_string(asn1buf *buf, const unsigned int length, const char *string, int *… in asn1_make_string()
H A Dasn1_get.h44 asn1_error_code asn1_get_tag_2 (asn1buf *buf, taginfo *tinfo);
48 (asn1buf *buf,
55 (asn1buf *buf,
71 (asn1buf *buf, unsigned int *retlen, int *indef);
H A Dldap_key_seq.c60 asn1_encode_key(asn1buf *buf, in asn1_encode_key()
139 asn1buf *buf = NULL; in asn1_encode_sequence_of_keys()
232 asn1buf tmp, subbuf; in decode_tagged_integer()
258 asn1buf tmp, subbuf;
280 decode_tagged_octetstring (asn1buf *buf, asn1_tagnum expectedtag, in decode_tagged_octetstring()
285 asn1buf tmp, subbuf; in decode_tagged_octetstring()
314 asn1buf subbuf; in asn1_decode_key()
328 asn1buf slt; in asn1_decode_key()
355 asn1buf kbuf; in asn1_decode_key()
400 asn1buf buf, subbuf; in asn1_decode_sequence_of_keys()
[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()
1580 asn1_error_code asn1_encode_auth_pack(asn1buf *buf, const krb5_auth_pack *val, unsigned int *retlen) in asn1_encode_auth_pack()
1664 asn1_error_code asn1_encode_trusted_ca(asn1buf *buf, const krb5_trusted_ca *val, unsigned int *retl… in asn1_encode_trusted_ca()
1722 asn1_error_code asn1_encode_dh_rep_info(asn1buf *buf, const krb5_dh_rep_info *val, unsigned int *re… in asn1_encode_dh_rep_info()
[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;\
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/
H A DMakefile.com112 asn1buf.o krb5_decode.o krb5_encode.o \
/illumos-gate/exception_lists/
H A Dhdrchk113 usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/asn1buf.h
H A Dcopyright163 usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/asn1buf.h
H A Dcstyle283 usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/asn1buf.h