about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedcrypto3types.h
blob: 4afc1054cca0ccea866e60b631b2bd5206b54941 (plain) (blame)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.5.0.24) *
 *******************************************************************/
#ifndef __wrappedcrypto3TYPES_H_
#define __wrappedcrypto3TYPES_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 (*vFppp_t)(void*, void*, void*);
typedef int32_t (*iFppp_t)(void*, void*, void*);
typedef int32_t (*iFppV_t)(void*, void*, ...);
typedef void* (*pFppp_t)(void*, void*, void*);
typedef void (*vFiipV_t)(int32_t, int32_t, void*, ...);
typedef void (*vFiipA_t)(int32_t, int32_t, void*, va_list);
typedef void* (*pFiLpp_t)(int32_t, uintptr_t, void*, void*);
typedef void* (*pFpppp_t)(void*, void*, void*, void*);
typedef int32_t (*iFpiipp_t)(void*, int32_t, int32_t, void*, void*);
typedef int32_t (*iFpplppi_t)(void*, void*, intptr_t, void*, void*, int32_t);
typedef int32_t (*iFppppipp_t)(void*, void*, void*, void*, int32_t, void*, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(CRYPTO_set_id_callback, vFp_t) \
	GO(CRYPTO_set_locking_callback, vFp_t) \
	GO(OPENSSL_sk_new, pFp_t) \
	GO(X509V3_EXT_get, pFp_t) \
	GO(OPENSSL_sk_pop_free, vFpp_t) \
	GO(X509_STORE_CTX_set_verify_cb, vFpp_t) \
	GO(X509_STORE_set_verify_cb, vFpp_t) \
	GO(EVP_MD_do_all_provided, vFppp_t) \
	GO(ASN1_i2d_bio, iFppp_t) \
	GO(BIO_printf, iFppV_t) \
	GO(OPENSSL_sk_deep_copy, pFppp_t) \
	GO(ERR_set_error, vFiipV_t) \
	GO(ERR_vset_error, vFiipA_t) \
	GO(RSA_generate_key, pFiLpp_t) \
	GO(ASN1_d2i_bio, pFpppp_t) \
	GO(PEM_read_DHparams, pFpppp_t) \
	GO(PEM_read_bio_DHparams, pFpppp_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_PKCS7, pFpppp_t) \
	GO(PEM_read_bio_PUBKEY, pFpppp_t) \
	GO(PEM_read_bio_PrivateKey, pFpppp_t) \
	GO(PEM_read_bio_RSAPrivateKey, pFpppp_t) \
	GO(PEM_read_bio_RSAPublicKey, pFpppp_t) \
	GO(PEM_read_bio_RSA_PUBKEY, pFpppp_t) \
	GO(PEM_read_bio_X509, pFpppp_t) \
	GO(PEM_read_bio_X509_AUX, pFpppp_t) \
	GO(PEM_read_bio_X509_CERT_PAIR, pFpppp_t) \
	GO(PEM_read_bio_X509_CRL, pFpppp_t) \
	GO(PEM_read_bio_X509_REQ, 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_PrivateKey, iFppppipp_t) \
	GO(PEM_write_bio_PrivateKey_traditional, iFppppipp_t) \
	GO(PEM_write_bio_RSAPrivateKey, iFppppipp_t)

#endif // __wrappedcrypto3TYPES_H_