Lines Matching refs:OM_uint32
77 #if sizeof (gss_uint32) != sizeof (OM_uint32)
78 #error Incompatible definition of OM_uint32 from xom.h
91 typedef gss_uint32 OM_uint32; typedef
94 OM_uint32 length;
107 OM_uint32 length;
118 OM_uint32 initiator_addrtype;
120 OM_uint32 acceptor_addrtype;
128 typedef OM_uint32 gss_qop_t;
218 #define GSS_C_INDEFINITE ((OM_uint32) 0xfffffffful)
306 #define GSS_C_CALLING_ERROR_MASK ((OM_uint32) 0377ul)
307 #define GSS_C_ROUTINE_ERROR_MASK ((OM_uint32) 0377ul)
308 #define GSS_C_SUPPLEMENTARY_MASK ((OM_uint32) 0177777ul)
334 (((OM_uint32) 1ul) << GSS_C_CALLING_ERROR_OFFSET)
336 (((OM_uint32) 2ul) << GSS_C_CALLING_ERROR_OFFSET)
338 (((OM_uint32) 3ul) << GSS_C_CALLING_ERROR_OFFSET)
343 #define GSS_S_BAD_MECH (((OM_uint32) 1ul) << GSS_C_ROUTINE_ERROR_OFFSET)
344 #define GSS_S_BAD_NAME (((OM_uint32) 2ul) << GSS_C_ROUTINE_ERROR_OFFSET)
345 #define GSS_S_BAD_NAMETYPE (((OM_uint32) 3ul) << GSS_C_ROUTINE_ERROR_OFFSET)
346 #define GSS_S_BAD_BINDINGS (((OM_uint32) 4ul) << GSS_C_ROUTINE_ERROR_OFFSET)
347 #define GSS_S_BAD_STATUS (((OM_uint32) 5ul) << GSS_C_ROUTINE_ERROR_OFFSET)
348 #define GSS_S_BAD_SIG (((OM_uint32) 6ul) << GSS_C_ROUTINE_ERROR_OFFSET)
350 #define GSS_S_NO_CRED (((OM_uint32) 7ul) << GSS_C_ROUTINE_ERROR_OFFSET)
351 #define GSS_S_NO_CONTEXT (((OM_uint32) 8ul) << GSS_C_ROUTINE_ERROR_OFFSET)
352 #define GSS_S_DEFECTIVE_TOKEN (((OM_uint32) 9ul) << GSS_C_ROUTINE_ERROR_OFFSET)
354 (((OM_uint32) 10ul) << GSS_C_ROUTINE_ERROR_OFFSET)
356 (((OM_uint32) 11ul) << GSS_C_ROUTINE_ERROR_OFFSET)
358 (((OM_uint32) 12ul) << GSS_C_ROUTINE_ERROR_OFFSET)
359 #define GSS_S_FAILURE (((OM_uint32) 13ul) << GSS_C_ROUTINE_ERROR_OFFSET)
360 #define GSS_S_BAD_QOP (((OM_uint32) 14ul) << GSS_C_ROUTINE_ERROR_OFFSET)
361 #define GSS_S_UNAUTHORIZED (((OM_uint32) 15ul) << GSS_C_ROUTINE_ERROR_OFFSET)
362 #define GSS_S_UNAVAILABLE (((OM_uint32) 16ul) << GSS_C_ROUTINE_ERROR_OFFSET)
364 (((OM_uint32) 17ul) << GSS_C_ROUTINE_ERROR_OFFSET)
365 #define GSS_S_NAME_NOT_MN (((OM_uint32) 18ul) << GSS_C_ROUTINE_ERROR_OFFSET)
381 OM_uint32 gss_acquire_cred(
382 OM_uint32 *, /* minor_status */
384 OM_uint32, /* time_req */
389 OM_uint32 * /* time_rec */
392 OM_uint32 gss_release_cred(
393 OM_uint32 *, /* minor_status */
397 OM_uint32 gss_init_sec_context(
398 OM_uint32 *, /* minor_status */
403 OM_uint32, /* req_flags */
404 OM_uint32, /* time_req */
409 OM_uint32 *, /* ret_flags */
410 OM_uint32 * /* time_rec */
413 OM_uint32 gss_accept_sec_context(
414 OM_uint32 *, /* minor_status */
422 OM_uint32 *, /* ret_flags */
423 OM_uint32 *, /* time_rec */
427 OM_uint32 gss_process_context_token(
428 OM_uint32 *, /* minor_status */
433 OM_uint32 gss_delete_sec_context(
434 OM_uint32 *, /* minor_status */
439 OM_uint32 gss_context_time(
440 OM_uint32 *, /* minor_status */
442 OM_uint32 * /* time_rec */
445 OM_uint32 gss_get_mic(
446 OM_uint32 *, /* minor_status */
453 OM_uint32 gss_verify_mic(
454 OM_uint32 *, /* minor_status */
461 OM_uint32 gss_wrap(
462 OM_uint32 *, /* minor_status */
471 OM_uint32 gss_unwrap(
472 OM_uint32 *, /* minor_status */
480 OM_uint32 gss_display_status(
481 OM_uint32 *, /* minor_status */
482 OM_uint32, /* status_value */
485 OM_uint32 *, /* message_context */
489 OM_uint32 gss_indicate_mechs(
490 OM_uint32 *, /* minor_status */
494 OM_uint32 gss_compare_name(
495 OM_uint32 *, /* minor_status */
501 OM_uint32 gss_display_name(
502 OM_uint32 *, /* minor_status */
508 OM_uint32 gss_import_name(
509 OM_uint32 *, /* minor_status */
515 OM_uint32 gss_export_name(
516 OM_uint32 *, /* minor_status */
521 OM_uint32 gss_release_name(
522 OM_uint32 *, /* minor_status */
526 OM_uint32 gss_release_buffer(
527 OM_uint32 *, /* minor_status */
531 OM_uint32 gss_release_oid_set(
532 OM_uint32 *, /* minor_status */
536 OM_uint32 gss_inquire_cred(
537 OM_uint32 *, /* minor_status */
540 OM_uint32 *, /* lifetime */
545 OM_uint32 gss_inquire_context(
546 OM_uint32 *, /* minor_status */
550 OM_uint32 *, /* lifetime_rec */
552 OM_uint32 *, /* ctx_flags */
557 OM_uint32 gss_wrap_size_limit(
558 OM_uint32 *, /* minor_status */
562 OM_uint32, /* req_output_size */
563 OM_uint32 * /* max_input_size */
566 OM_uint32 gss_add_cred(
567 OM_uint32 *, /* minor_status */
572 OM_uint32, /* initiator_time_req */
573 OM_uint32, /* acceptor_time_req */
576 OM_uint32 *, /* initiator_time_rec */
577 OM_uint32 * /* acceptor_time_rec */
580 OM_uint32 gss_store_cred(
581 OM_uint32 *, /* minor_status */
585 OM_uint32, /* overwrite_cred */
586 OM_uint32, /* default_cred */
591 OM_uint32 gss_inquire_cred_by_mech(
592 OM_uint32 *, /* minor_status */
596 OM_uint32 *, /* initiator_lifetime */
597 OM_uint32 *, /* acceptor_lifetime */
601 OM_uint32 gss_export_sec_context(
602 OM_uint32 *, /* minor_status */
607 OM_uint32 gss_import_sec_context(
608 OM_uint32 *, /* minor_status */
613 OM_uint32 gss_create_empty_oid_set(
614 OM_uint32 *, /* minor_status */
618 OM_uint32 gss_add_oid_set_member(
619 OM_uint32 *, /* minor_status */
624 OM_uint32 gss_test_oid_set_member(
625 OM_uint32 *, /* minor_status */
631 OM_uint32 gss_inquire_names_for_mech(
632 OM_uint32 *, /* minor_status */
637 OM_uint32 gss_inquire_mechs_for_name(
638 OM_uint32 *, /* minor_status */
643 OM_uint32 gss_canonicalize_name(
644 OM_uint32 *, /* minor_status */
650 OM_uint32 gss_duplicate_name(
651 OM_uint32 *, /* minor_status */
657 OM_uint32 gss_release_oid(
658 OM_uint32 *, /* minor_status */
662 OM_uint32 gss_str_to_oid(
663 OM_uint32 *, /* minor_status */
668 OM_uint32 gss_oid_to_str(
669 OM_uint32 *, /* minor_status */
686 OM_uint32 gss_sign(
687 OM_uint32 *, /* minor_status */
694 OM_uint32 gss_verify(
695 OM_uint32 *, /* minor_status */
702 OM_uint32 gss_seal(
703 OM_uint32 *, /* minor_status */
712 OM_uint32 gss_unseal(
713 OM_uint32 *, /* minor_status */
728 OM_uint32 kgss_acquire_cred(
729 OM_uint32 *,
731 OM_uint32,
736 OM_uint32 *,
739 OM_uint32 kgss_add_cred(
740 OM_uint32 *,
748 OM_uint32 *,
749 OM_uint32 *,
752 OM_uint32 kgss_release_cred(
753 OM_uint32 *,
757 OM_uint32 kgss_init_sec_context(
758 OM_uint32 *,
764 OM_uint32,
770 OM_uint32 *,
773 OM_uint32 kgss_accept_sec_context(
774 OM_uint32 *,
783 OM_uint32 *,
787 OM_uint32 kgss_process_context_token(
788 OM_uint32 *,
793 OM_uint32 kgss_delete_sec_context(
794 OM_uint32 *,
798 OM_uint32 kgss_export_sec_context(
799 OM_uint32 *,
803 OM_uint32 kgss_import_sec_context(
804 OM_uint32 *,
808 OM_uint32 kgss_context_time(
809 OM_uint32 *,
811 OM_uint32 *,
814 OM_uint32 kgss_sign(
815 OM_uint32 *,
822 OM_uint32 kgss_verify(
823 OM_uint32 *,
829 OM_uint32 kgss_seal(
830 OM_uint32 *,
838 OM_uint32 kgss_unseal(
839 OM_uint32 *,
846 OM_uint32 kgss_display_status(
847 OM_uint32 *,
848 OM_uint32,
855 OM_uint32 kgss_indicate_mechs(
856 OM_uint32 *,
860 OM_uint32 kgss_inquire_cred(
861 OM_uint32 *,
864 OM_uint32 *,
869 OM_uint32 kgss_inquire_cred_by_mech(
870 OM_uint32 *,