ReactOS
0.4.15-dev-8614-gbc76250
base64_codec.h
Go to the documentation of this file.
1
2
#ifndef __WINE_BASE64_CODEC_H__
3
#define __WINE_BASE64_CODEC_H__
4
5
/* Functions from base64_codec.c used elsewhere */
6
SECURITY_STATUS
encodeBase64
(
PBYTE
in_buf,
int
in_len,
char
* out_buf,
7
int
max_len,
int
*out_len)
DECLSPEC_HIDDEN
;
8
9
SECURITY_STATUS
decodeBase64
(
char
*in_buf,
int
in_len,
BYTE
*out_buf,
10
int
max_len,
int
*out_len)
DECLSPEC_HIDDEN
;
11
12
#endif
/* __WINE_BASE64_CODEC_H__ */
decodeBase64
SECURITY_STATUS decodeBase64(char *in_buf, int in_len, BYTE *out_buf, int max_len, int *out_len) DECLSPEC_HIDDEN
encodeBase64
SECURITY_STATUS encodeBase64(PBYTE in_buf, int in_len, char *out_buf, int max_len, int *out_len) DECLSPEC_HIDDEN
Definition:
base64_codec.c:29
DECLSPEC_HIDDEN
#define DECLSPEC_HIDDEN
Definition:
precomp.h:8
PBYTE
BYTE * PBYTE
Definition:
pedump.c:66
SECURITY_STATUS
LONG SECURITY_STATUS
Definition:
sspi.h:34
BYTE
unsigned char BYTE
Definition:
xxhash.c:193
dll
win32
secur32
wine
base64_codec.h
Generated on Sat Sep 7 2024 06:04:41 for ReactOS by
1.9.6