RSA Security logo

RSA BSAFE Cert-C
API Reference

fileio.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 
00014 
00015 #ifndef _FILEIO_H_
00016 #define _FILEIO_H_ 1
00017 
00025 #include "service.h"
00026 
00027 #ifdef __cplusplus
00028 extern "C" {
00029 #endif
00030 
00074 int S_InitializeFileIO (
00075   CERTC_CTX      ctx,       /* Cert-C context */
00076   POINTER        params,    /* provider-specific parameters */
00077   SERVICE_FUNCS *funcs,     /* (out) provider functions */
00078   POINTER       *handle);   /* (out) provider handle */
00079 
00080 #ifdef __cplusplus
00081 }
00082 #endif
00083 
00084 #endif /* _FILEIO_H_ */



RSA BSAFE® Cert-C 2.7 API Reference