RSA Security logo

RSA BSAFE Cert-C
API Reference

textsurr.h

Go to the documentation of this file.
00001 /*
00002 ** Copyright (c) 2000-2002, RSA Security Inc.
00003 **
00004 ** This file is used to demonstrate how to interface to an RSA
00005 ** Security licensed development product.  You have a
00006 ** royalty-free right to use, modify, reproduce and distribute this
00007 ** demonstration file (including any modified version), provided that
00008 ** you agree that RSA Security has no warranty, implied or
00009 ** otherwise, or liability for this demonstration file or any modified
00010 ** version.
00011 **
00012 */
00013 
00021 #ifndef _TEXTSURR_H_
00022 #define _TEXTSURR_H_ 1
00023 
00024 #include "service.h"
00025 
00026 #ifdef __cplusplus
00027 extern "C" {
00028 #endif
00029 
00072 int S_InitializeTextSurrender (
00073   CERTC_CTX      ctx,       /* (mod) Cert-C context            */
00074   POINTER        params,    /* (in)  initialialtion parameters */
00075   SERVICE_FUNCS *funcs,     /* (out) provider functions        */
00076   POINTER       *handle);   /* (out) provider handle           */
00077 
00078 #ifdef __cplusplus
00079 }
00080 #endif
00081 
00082 #endif /* _TEXTSURR_H_ */



RSA BSAFE® Cert-C 2.7 API Reference