Sha256: eed8cab8f5a29af40e7ab7811f80ea3eb82feb9cbf69302f47c4d39ae4297171

Contents?: true

Size: 465 Bytes

Versions: 36

Compression:

Stored size: 465 Bytes

Contents

/*
 * 'OpenSSL for Ruby' project
 * Copyright (C) 2001-2002  Michal Rokos <m.rokos@sh.cvut.cz>
 * All rights reserved.
 */
/*
 * This program is licensed under the same licence as Ruby.
 * (See the file 'LICENCE'.)
 */
#if !defined(_OSSL_CIPHER_H_)
#define _OSSL_CIPHER_H_

extern VALUE cCipher;
extern VALUE eCipherError;

const EVP_CIPHER *GetCipherPtr(VALUE);
VALUE ossl_cipher_new(const EVP_CIPHER *);
void Init_ossl_cipher(void);

#endif /* _OSSL_CIPHER_H_ */

Version data entries

36 entries across 36 versions & 5 rubygems

Version Path
rho-tau-extensions-7.6.0 libs/openssl-edge/ext/ossl_cipher.h
rhodes-7.6.0 lib/extensions/openssl/ext/ossl_cipher.h
rhodes-7.5.1 lib/extensions/openssl/ext/ossl_cipher.h
rho-tau-extensions-7.4.1 libs/openssl-edge/ext/ossl_cipher.h
rhodes-7.4.1 lib/extensions/openssl/ext/ossl_cipher.h
rubysl-openssl-2.13 ext/rubysl/openssl/ossl_cipher.h
rubysl-openssl-2.12 ext/rubysl/openssl/ossl_cipher.h
rubysl-openssl-2.11 ext/rubysl/openssl/ossl_cipher.h
rho-tau-extensions-7.1.17 libs/openssl-edge/ext/ossl_cipher.h
rhodes-7.1.17 lib/extensions/openssl/ext/ossl_cipher.h
rho-tau-extensions-6.2.0 libs/openssl-edge/ext/ossl_cipher.h
rhodes-6.2.0 lib/extensions/openssl/ext/ossl_cipher.h
openssl-2.0.9 ext/openssl/ossl_cipher.h
openssl-2.0.8 ext/openssl/ossl_cipher.h
rubysl-openssl-2.10 ext/rubysl/openssl/ossl_cipher.h
openssl-2.0.7 ext/openssl/ossl_cipher.h
rhodes-6.0.11 lib/extensions/openssl/ext/ossl_cipher.h
rho-tau-extensions-6.0.11 libs/openssl-edge/ext/ossl_cipher.h
rho-tau-extensions-6.0.0 libs/openssl-edge/ext/ossl_cipher.h
openssl-2.0.6 ext/openssl/ossl_cipher.h