1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
/*******************************************************************
* File automatically generated by rebuild_wrappers.py (v2.1.0.16) *
*******************************************************************/
#ifndef __wrappedcryptoTYPES_H_
#define __wrappedcryptoTYPES_H_
#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS()
#endif
typedef void (*vFp_t)(void*);
typedef void* (*pFp_t)(void*);
typedef void (*vFpp_t)(void*, void*);
typedef void* (*pFpppp_t)(void*, void*, void*, void*);
typedef int64_t (*iFpiipp_t)(void*, int64_t, int64_t, void*, void*);
typedef int64_t (*iFpplppi_t)(void*, void*, intptr_t, void*, void*, int64_t);
typedef int64_t (*iFppppipp_t)(void*, void*, void*, void*, int64_t, void*, void*);
#define SUPER() ADDED_FUNCTIONS() \
GO(CRYPTO_set_id_callback, vFp_t) \
GO(CRYPTO_set_locking_callback, vFp_t) \
GO(sk_new, pFp_t) \
GO(sk_pop_free, vFpp_t) \
GO(PEM_read_bio_DSAPrivateKey, pFpppp_t) \
GO(PEM_read_bio_DSA_PUBKEY, pFpppp_t) \
GO(PEM_read_bio_ECPrivateKey, pFpppp_t) \
GO(PEM_read_bio_EC_PUBKEY, pFpppp_t) \
GO(PEM_read_bio_RSAPrivateKey, pFpppp_t) \
GO(PEM_read_bio_RSA_PUBKEY, pFpppp_t) \
GO(ENGINE_ctrl, iFpiipp_t) \
GO(ENGINE_ctrl_cmd, iFpplppi_t) \
GO(PEM_write_bio_DSAPrivateKey, iFppppipp_t) \
GO(PEM_write_bio_ECPrivateKey, iFppppipp_t) \
GO(PEM_write_bio_RSAPrivateKey, iFppppipp_t)
#endif // __wrappedcryptoTYPES_H_
|