WA-SDK  3.0.4.0
WA-SDK
issacweb_util.h
이 파일의 문서화 페이지로 가기
1 /*
2  * Copyright (C) 2003 PENTA SECURITY SYSTEMS, INC.
3  * All rights reserved
4  *
5  * THIS IS UNPUBLISHED PROPRIETARY
6  * SOURCE CODE OF PENTA SECURITY SYSTEMS, INC.
7  * The copyright notice above does not evidence any actual or intended publication of
8  * such source code.
9  *
10  * Filename : issacweb_util.h
11  */
12 
13 #ifndef __ISSACWEB_UTIL_H__
14 #define __ISSACWEB_UTIL_H__
15 
16 #include "issacweb.h"
17 
27 issacweb_printf(void *key, const char *format, ...);
28 
39 issacweb_printf2(void *key, const char *keyvarname, const char *format, ...);
40 
50 
59 issacweb_print_to_buffer(const char *format, ...);
60 
71 
82 issacweb_print_flush2(void *key, char *keyvarname);
83 
95 issacweb_server_decrypt_all(void *key, const char *prikey);
96 
97 #ifdef SUPPORT_SHARED_MEMORY
98 
110 issacweb_decrypt_all2(void *key);
111 
123 issacweb_get_session_key2(void *key, const char *msg);
124 
125 #endif // SUPPORT_SHARED_MEMORY
126 
138 issacweb_get_key_by_prikey(void *key, const char *msg, const char *prikey);
139 
151 issacweb_server_decrypt_val(char *outstring, const char *inputstring, void *key);
152 
153 #endif /* _ISSACWEB_UTIL_H */
154 
WA_SDK_API int FUNCCALL issacweb_printf2(void *key, const char *keyvarname, const char *format,...)
WA_SDK_API void FUNCCALL issacweb_print_init()
WA_SDK_API int FUNCCALL issacweb_printf(void *key, const char *format,...)
WA_SDK_API int FUNCCALL issacweb_get_key_by_prikey(void *key, const char *msg, const char *prikey)
WA_SDK_API int FUNCCALL issacweb_server_decrypt_all(void *key, const char *prikey)
WA_SDK_API int FUNCCALL issacweb_print_to_buffer(const char *format,...)
WA_SDK_API int FUNCCALL issacweb_print_flush(void *key)
WA_SDK_API int FUNCCALL issacweb_print_flush2(void *key, char *keyvarname)
WA_SDK_API int FUNCCALL issacweb_server_decrypt_val(char *outstring, const char *inputstring, void *key)
#define FUNCCALL
Definition: wasdk_public.h:9
#define WA_SDK_API
Definition: wasdk_public.h:27