Lines Matching refs:OM_uint32

75 #if sizeof (gss_uint32) != sizeof (OM_uint32)
76 #error Incompatible definition of OM_uint32 from xom.h
89 typedef gss_uint32 OM_uint32; typedef
92 OM_uint32 length;
105 OM_uint32 length;
116 OM_uint32 initiator_addrtype;
118 OM_uint32 acceptor_addrtype;
126 typedef OM_uint32 gss_qop_t;
216 #define GSS_C_INDEFINITE ((OM_uint32) 0xfffffffful)
304 #define GSS_C_CALLING_ERROR_MASK ((OM_uint32) 0377ul)
305 #define GSS_C_ROUTINE_ERROR_MASK ((OM_uint32) 0377ul)
306 #define GSS_C_SUPPLEMENTARY_MASK ((OM_uint32) 0177777ul)
332 (((OM_uint32) 1ul) << GSS_C_CALLING_ERROR_OFFSET)
334 (((OM_uint32) 2ul) << GSS_C_CALLING_ERROR_OFFSET)
336 (((OM_uint32) 3ul) << GSS_C_CALLING_ERROR_OFFSET)
341 #define GSS_S_BAD_MECH (((OM_uint32) 1ul) << GSS_C_ROUTINE_ERROR_OFFSET)
342 #define GSS_S_BAD_NAME (((OM_uint32) 2ul) << GSS_C_ROUTINE_ERROR_OFFSET)
343 #define GSS_S_BAD_NAMETYPE (((OM_uint32) 3ul) << GSS_C_ROUTINE_ERROR_OFFSET)
344 #define GSS_S_BAD_BINDINGS (((OM_uint32) 4ul) << GSS_C_ROUTINE_ERROR_OFFSET)
345 #define GSS_S_BAD_STATUS (((OM_uint32) 5ul) << GSS_C_ROUTINE_ERROR_OFFSET)
346 #define GSS_S_BAD_SIG (((OM_uint32) 6ul) << GSS_C_ROUTINE_ERROR_OFFSET)
348 #define GSS_S_NO_CRED (((OM_uint32) 7ul) << GSS_C_ROUTINE_ERROR_OFFSET)
349 #define GSS_S_NO_CONTEXT (((OM_uint32) 8ul) << GSS_C_ROUTINE_ERROR_OFFSET)
350 #define GSS_S_DEFECTIVE_TOKEN (((OM_uint32) 9ul) << GSS_C_ROUTINE_ERROR_OFFSET)
352 (((OM_uint32) 10ul) << GSS_C_ROUTINE_ERROR_OFFSET)
354 (((OM_uint32) 11ul) << GSS_C_ROUTINE_ERROR_OFFSET)
356 (((OM_uint32) 12ul) << GSS_C_ROUTINE_ERROR_OFFSET)
357 #define GSS_S_FAILURE (((OM_uint32) 13ul) << GSS_C_ROUTINE_ERROR_OFFSET)
358 #define GSS_S_BAD_QOP (((OM_uint32) 14ul) << GSS_C_ROUTINE_ERROR_OFFSET)
359 #define GSS_S_UNAUTHORIZED (((OM_uint32) 15ul) << GSS_C_ROUTINE_ERROR_OFFSET)
360 #define GSS_S_UNAVAILABLE (((OM_uint32) 16ul) << GSS_C_ROUTINE_ERROR_OFFSET)
362 (((OM_uint32) 17ul) << GSS_C_ROUTINE_ERROR_OFFSET)
363 #define GSS_S_NAME_NOT_MN (((OM_uint32) 18ul) << GSS_C_ROUTINE_ERROR_OFFSET)
379 OM_uint32 gss_acquire_cred(
380 OM_uint32 *, /* minor_status */
382 OM_uint32, /* time_req */
387 OM_uint32 * /* time_rec */
390 OM_uint32 gss_release_cred(
391 OM_uint32 *, /* minor_status */
395 OM_uint32 gss_init_sec_context(
396 OM_uint32 *, /* minor_status */
401 OM_uint32, /* req_flags */
402 OM_uint32, /* time_req */
407 OM_uint32 *, /* ret_flags */
408 OM_uint32 * /* time_rec */
411 OM_uint32 gss_accept_sec_context(
412 OM_uint32 *, /* minor_status */
420 OM_uint32 *, /* ret_flags */
421 OM_uint32 *, /* time_rec */
425 OM_uint32 gss_process_context_token(
426 OM_uint32 *, /* minor_status */
431 OM_uint32 gss_delete_sec_context(
432 OM_uint32 *, /* minor_status */
437 OM_uint32 gss_context_time(
438 OM_uint32 *, /* minor_status */
440 OM_uint32 * /* time_rec */
443 OM_uint32 gss_get_mic(
444 OM_uint32 *, /* minor_status */
451 OM_uint32 gss_verify_mic(
452 OM_uint32 *, /* minor_status */
459 OM_uint32 gss_wrap(
460 OM_uint32 *, /* minor_status */
469 OM_uint32 gss_unwrap(
470 OM_uint32 *, /* minor_status */
478 OM_uint32 gss_display_status(
479 OM_uint32 *, /* minor_status */
480 OM_uint32, /* status_value */
483 OM_uint32 *, /* message_context */
487 OM_uint32 gss_indicate_mechs(
488 OM_uint32 *, /* minor_status */
492 OM_uint32 gss_compare_name(
493 OM_uint32 *, /* minor_status */
499 OM_uint32 gss_display_name(
500 OM_uint32 *, /* minor_status */
506 OM_uint32 gss_import_name(
507 OM_uint32 *, /* minor_status */
513 OM_uint32 gss_export_name(
514 OM_uint32 *, /* minor_status */
519 OM_uint32 gss_release_name(
520 OM_uint32 *, /* minor_status */
524 OM_uint32 gss_release_buffer(
525 OM_uint32 *, /* minor_status */
529 OM_uint32 gss_release_oid_set(
530 OM_uint32 *, /* minor_status */
534 OM_uint32 gss_inquire_cred(
535 OM_uint32 *, /* minor_status */
538 OM_uint32 *, /* lifetime */
543 OM_uint32 gss_inquire_context(
544 OM_uint32 *, /* minor_status */
548 OM_uint32 *, /* lifetime_rec */
550 OM_uint32 *, /* ctx_flags */
555 OM_uint32 gss_wrap_size_limit(
556 OM_uint32 *, /* minor_status */
560 OM_uint32, /* req_output_size */
561 OM_uint32 * /* max_input_size */
564 OM_uint32 gss_add_cred(
565 OM_uint32 *, /* minor_status */
570 OM_uint32, /* initiator_time_req */
571 OM_uint32, /* acceptor_time_req */
574 OM_uint32 *, /* initiator_time_rec */
575 OM_uint32 * /* acceptor_time_rec */
578 OM_uint32 gss_store_cred(
579 OM_uint32 *, /* minor_status */
583 OM_uint32, /* overwrite_cred */
584 OM_uint32, /* default_cred */
589 OM_uint32 gss_inquire_cred_by_mech(
590 OM_uint32 *, /* minor_status */
594 OM_uint32 *, /* initiator_lifetime */
595 OM_uint32 *, /* acceptor_lifetime */
599 OM_uint32 gss_export_sec_context(
600 OM_uint32 *, /* minor_status */
605 OM_uint32 gss_import_sec_context(
606 OM_uint32 *, /* minor_status */
611 OM_uint32 gss_create_empty_oid_set(
612 OM_uint32 *, /* minor_status */
616 OM_uint32 gss_add_oid_set_member(
617 OM_uint32 *, /* minor_status */
622 OM_uint32 gss_test_oid_set_member(
623 OM_uint32 *, /* minor_status */
629 OM_uint32 gss_inquire_names_for_mech(
630 OM_uint32 *, /* minor_status */
635 OM_uint32 gss_inquire_mechs_for_name(
636 OM_uint32 *, /* minor_status */
641 OM_uint32 gss_canonicalize_name(
642 OM_uint32 *, /* minor_status */
648 OM_uint32 gss_duplicate_name(
649 OM_uint32 *, /* minor_status */
655 OM_uint32 gss_release_oid(
656 OM_uint32 *, /* minor_status */
660 OM_uint32 gss_str_to_oid(
661 OM_uint32 *, /* minor_status */
666 OM_uint32 gss_oid_to_str(
667 OM_uint32 *, /* minor_status */
684 OM_uint32 gss_sign(
685 OM_uint32 *, /* minor_status */
692 OM_uint32 gss_verify(
693 OM_uint32 *, /* minor_status */
700 OM_uint32 gss_seal(
701 OM_uint32 *, /* minor_status */
710 OM_uint32 gss_unseal(
711 OM_uint32 *, /* minor_status */
726 OM_uint32 kgss_acquire_cred(
727 OM_uint32 *,
729 OM_uint32,
734 OM_uint32 *,
737 OM_uint32 kgss_add_cred(
738 OM_uint32 *,
746 OM_uint32 *,
747 OM_uint32 *,
750 OM_uint32 kgss_release_cred(
751 OM_uint32 *,
755 OM_uint32 kgss_init_sec_context(
756 OM_uint32 *,
762 OM_uint32,
768 OM_uint32 *,
771 OM_uint32 kgss_accept_sec_context(
772 OM_uint32 *,
781 OM_uint32 *,
785 OM_uint32 kgss_process_context_token(
786 OM_uint32 *,
791 OM_uint32 kgss_delete_sec_context(
792 OM_uint32 *,
796 OM_uint32 kgss_export_sec_context(
797 OM_uint32 *,
801 OM_uint32 kgss_import_sec_context(
802 OM_uint32 *,
806 OM_uint32 kgss_context_time(
807 OM_uint32 *,
809 OM_uint32 *,
812 OM_uint32 kgss_sign(
813 OM_uint32 *,
820 OM_uint32 kgss_verify(
821 OM_uint32 *,
827 OM_uint32 kgss_seal(
828 OM_uint32 *,
836 OM_uint32 kgss_unseal(
837 OM_uint32 *,
844 OM_uint32 kgss_display_status(
845 OM_uint32 *,
846 OM_uint32,
853 OM_uint32 kgss_indicate_mechs(
854 OM_uint32 *,
858 OM_uint32 kgss_inquire_cred(
859 OM_uint32 *,
862 OM_uint32 *,
867 OM_uint32 kgss_inquire_cred_by_mech(
868 OM_uint32 *,