Sha256: d10de45f041001a4ab8de3e669a5783537ac3982c66a6f55a554c977a22bfb3c

Contents?: true

Size: 478 Bytes

Versions: 22

Compression:

Stored size: 478 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 *ossl_evp_get_cipherbyname(VALUE);
VALUE ossl_cipher_new(const EVP_CIPHER *);
void Init_ossl_cipher(void);

#endif /* _OSSL_CIPHER_H_ */

Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
openssl-3.0.3 ext/openssl/ossl_cipher.h
openssl-3.1.1 ext/openssl/ossl_cipher.h
openssl-3.2.1 ext/openssl/ossl_cipher.h
openssl-3.2.0 ext/openssl/ossl_cipher.h
zig_example-0.3.2 ext/openssl/ossl_cipher.h
zig_example-0.3.1 ext/openssl/ossl_cipher.h
openssl-3.1.0 ext/openssl/ossl_cipher.h
openssl-3.0.2 ext/openssl/ossl_cipher.h
openssl-2.2.3 ext/openssl/ossl_cipher.h
openssl-custom-2.2.2 ext/openssl/ossl_cipher.h
openssl-3.0.1 ext/openssl/ossl_cipher.h
openssl-2.2.2 ext/openssl/ossl_cipher.h
openssl-2.1.4 ext/openssl/ossl_cipher.h
openssl-3.0.0 ext/openssl/ossl_cipher.h
openssl-2.2.1 ext/openssl/ossl_cipher.h
openssl-2.1.3 ext/openssl/ossl_cipher.h
openssl-2.2.0 ext/openssl/ossl_cipher.h
openssl-2.1.2 ext/openssl/ossl_cipher.h
openssl-2.1.1 ext/openssl/ossl_cipher.h
openssl-2.1.0 ext/openssl/ossl_cipher.h