• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

ext/openssl/ossl_cipher.h

Go to the documentation of this file.
00001 /*
00002  * $Id: ossl_cipher.h 25189 2009-10-02 12:04:37Z akr $
00003  * 'OpenSSL for Ruby' project
00004  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@sh.cvut.cz>
00005  * All rights reserved.
00006  */
00007 /*
00008  * This program is licenced under the same licence as Ruby.
00009  * (See the file 'LICENCE'.)
00010  */
00011 #if !defined(_OSSL_CIPHER_H_)
00012 #define _OSSL_CIPHER_H_
00013 
00014 extern VALUE cCipher;
00015 extern VALUE eCipherError;
00016 
00017 const EVP_CIPHER *GetCipherPtr(VALUE);
00018 VALUE ossl_cipher_new(const EVP_CIPHER *);
00019 void Init_ossl_cipher(void);
00020 
00021 #endif /* _OSSL_CIPHER_H_ */
00022 
00023 

Generated on Thu Sep 8 2011 03:50:34 for Ruby by  doxygen 1.7.1