aboutsummaryrefslogtreecommitdiff
path: root/sncgss32.def
blob: a54080b898ca78c641b8dba222c87b32aa942199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
; $Id: sncgss32.def,v 1.1.1.1 1999/08/24 14:36:22 d019080 Exp $
;----------------------------------------------------------------------
; SNCGSS32.DLL    SAP-SecureNetworkCommunication to GSS-API adapter DLL
; Win32 Module Definition File  (for Microsoft Visual C++ >= 2.1)
;----------------------------------------------------------------------
;

;LIBRARY		SNCGSS32
DESCRIPTION	'SNC to GSSAPI v2 DLL-Adapter Win32'

EXPORTS
; SAP specific functions of the adapter
	sapsnc_init_adapter		@1
	sapsnc_export_cname_blob   	@2
	sapsnc_import_cname_blob        @3

; GSS-API Version 1  (RFC 1508,1509)
	sapgss_acquire_cred		@11
	sapgss_release_cred		@12
	sapgss_init_sec_context		@13
	sapgss_accept_sec_context	@14
	sapgss_process_context_token	@15
	sapgss_delete_sec_context	@16
	sapgss_context_time		@17
	sapgss_get_mic			@18
	sapgss_verify_mic		@19
	sapgss_wrap			@20
	sapgss_unwrap			@21
	sapgss_display_status		@22
	sapgss_indicate_mechs		@23
	sapgss_compare_name		@24
	sapgss_display_name		@25
	sapgss_import_name		@26
	sapgss_release_name		@27
	sapgss_release_buffer		@28
	sapgss_release_oid_set		@29
	sapgss_inquire_cred		@30

; GSS-API Version 2 new calls
	sapgss_add_cred
	sapgss_inquire_cred_by_mech

        sapgss_inquire_context
        sapgss_wrap_size_limit
        sapgss_export_sec_context
 	sapgss_import_sec_context

	sapgss_create_empty_oid_set
	sapgss_add_oid_set_member
	sapgss_test_oid_set_member

	sapgss_canonicalize_name
	sapgss_export_name
	sapgss_duplicate_name
	sapgss_inquire_names_for_mech
	sapgss_inquire_mechs_for_name