RSA Security logo

RSA BSAFE Cert-C
API Reference

base64.h

Go to the documentation of this file.
00001 /*
00002 * Copyright (c) RSA Security Inc., 1999-2002.  All rights reserved.
00003 * This work contains proprietary, confidential, and trade secret
00004 * information of RSA Security Inc.  Use, disclosure or reproduction
00005 * without the express written authorization of RSA Security Inc. is
00006 * prohibited.
00007 */
00013 #ifndef _BASE64_H_
00014 #define _BASE64_H_ 1
00015 
00016 
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 
00058 int C_EncodeBase64(
00059   unsigned char *pOutBuf,
00060   unsigned int  *pOutLen,
00061   unsigned char *pInBuf,
00062   unsigned int   inLen);
00063 
00111 int C_DecodeBase64(
00112   unsigned char *pOutBuf,
00113   unsigned int  *pOutLen,
00114   unsigned char *pInBuf,
00115   unsigned int   inLen);
00116 
00117 #ifdef __cplusplus
00118 }
00119 #endif
00120 
00121 #endif /* _BASE64_H_ */



RSA BSAFE® Cert-C 2.7 API Reference