Lines Matching refs:OM_uint32

32 typedef OM_uint32 _gss_acquire_cred_t
33 (OM_uint32 *, /* minor_status */
35 OM_uint32, /* time_req */
40 OM_uint32 * /* time_rec */
43 typedef OM_uint32 _gss_release_cred_t
44 (OM_uint32 *, /* minor_status */
48 typedef OM_uint32 _gss_init_sec_context_t
49 (OM_uint32 *, /* minor_status */
54 OM_uint32, /* req_flags */
55 OM_uint32, /* time_req */
61 OM_uint32 *, /* ret_flags */
62 OM_uint32 * /* time_rec */
65 typedef OM_uint32 _gss_accept_sec_context_t
66 (OM_uint32 *, /* minor_status */
75 OM_uint32 *, /* ret_flags */
76 OM_uint32 *, /* time_rec */
80 typedef OM_uint32 _gss_process_context_token_t
81 (OM_uint32 *, /* minor_status */
86 typedef OM_uint32 _gss_delete_sec_context_t
87 (OM_uint32 *, /* minor_status */
92 typedef OM_uint32 _gss_context_time_t
93 (OM_uint32 *, /* minor_status */
95 OM_uint32 * /* time_rec */
98 typedef OM_uint32 _gss_get_mic_t
99 (OM_uint32 *, /* minor_status */
106 typedef OM_uint32 _gss_verify_mic_t
107 (OM_uint32 *, /* minor_status */
114 typedef OM_uint32 _gss_wrap_t
115 (OM_uint32 *, /* minor_status */
124 typedef OM_uint32 _gss_unwrap_t
125 (OM_uint32 *, /* minor_status */
133 typedef OM_uint32 _gss_display_status_t
134 (OM_uint32 *, /* minor_status */
135 OM_uint32, /* status_value */
138 OM_uint32 *, /* message_context */
142 typedef OM_uint32 _gss_indicate_mechs_t
143 (OM_uint32 *, /* minor_status */
147 typedef OM_uint32 _gss_compare_name_t
148 (OM_uint32 *, /* minor_status */
154 typedef OM_uint32 _gss_display_name_t
155 (OM_uint32 *, /* minor_status */
161 typedef OM_uint32 _gss_import_name_t
162 (OM_uint32 *, /* minor_status */
168 typedef OM_uint32 _gss_export_name_t
169 (OM_uint32 *, /* minor_status */
174 typedef OM_uint32 _gss_release_name_t
175 (OM_uint32 *, /* minor_status */
179 typedef OM_uint32 _gss_inquire_cred_t
180 (OM_uint32 *, /* minor_status */
183 OM_uint32 *, /* lifetime */
188 typedef OM_uint32 _gss_inquire_context_t
189 (OM_uint32 *, /* minor_status */
193 OM_uint32 *, /* lifetime_rec */
195 OM_uint32 *, /* ctx_flags */
200 typedef OM_uint32 _gss_wrap_size_limit_t
201 (OM_uint32 *, /* minor_status */
205 OM_uint32, /* req_output_size */
206 OM_uint32 * /* max_input_size */
209 typedef OM_uint32 _gss_add_cred_t (
210 OM_uint32 *, /* minor_status */
215 OM_uint32, /* initiator_time_req */
216 OM_uint32, /* acceptor_time_req */
219 OM_uint32 *, /* initiator_time_rec */
220 OM_uint32 * /* acceptor_time_rec */
223 typedef OM_uint32 _gss_inquire_cred_by_mech_t (
224 OM_uint32 *, /* minor_status */
228 OM_uint32 *, /* initiator_lifetime */
229 OM_uint32 *, /* acceptor_lifetime */
233 typedef OM_uint32 _gss_export_sec_context_t (
234 OM_uint32 *, /* minor_status */
239 typedef OM_uint32 _gss_import_sec_context_t (
240 OM_uint32 *, /* minor_status */
245 typedef OM_uint32 _gss_inquire_names_for_mech_t (
246 OM_uint32 *, /* minor_status */
251 typedef OM_uint32 _gss_inquire_mechs_for_name_t (
252 OM_uint32 *, /* minor_status */
257 typedef OM_uint32 _gss_canonicalize_name_t (
258 OM_uint32 *, /* minor_status */
264 typedef OM_uint32 _gss_duplicate_name_t (
265 OM_uint32 *, /* minor_status */
270 typedef OM_uint32 _gss_inquire_sec_context_by_oid
271 (OM_uint32 *, /* minor_status */
277 typedef OM_uint32 _gss_inquire_cred_by_oid
278 (OM_uint32 *, /* bminor_status */
284 typedef OM_uint32 _gss_set_sec_context_option
285 (OM_uint32 *, /* minor status */
291 typedef OM_uint32 _gss_set_cred_option
292 (OM_uint32 *, /* minor status */
298 typedef OM_uint32 _gss_pseudo_random
299 (OM_uint32 *, /* minor status */
307 typedef OM_uint32 _gss_pname_to_uid
308 (OM_uint32 *, /* minor status */
361 extern void _gss_mg_error(struct _gss_mech_switch *m, OM_uint32 maj,
362 OM_uint32 min);
363 extern void _gss_mg_collect_error(gss_OID mech, OM_uint32 maj, OM_uint32 min);