about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibhogweed6types.h
blob: 60fc71594392482000476e471a6c579a5a7bacf4 (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
/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.4.0.21) *
 *******************************************************************/
#ifndef __wrappedlibhogweed6TYPES_H_
#define __wrappedlibhogweed6TYPES_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 (*vFpppp_t)(void*, void*, void*, void*);
typedef void (*vFpppLpp_t)(void*, void*, void*, uintptr_t, void*, void*);
typedef int32_t (*iFpppLpp_t)(void*, void*, void*, uintptr_t, void*, void*);
typedef int32_t (*iFppppLpp_t)(void*, void*, void*, void*, uintptr_t, void*, void*);
typedef int32_t (*iFpppppuu_t)(void*, void*, void*, void*, void*, uint32_t, uint32_t);
typedef int32_t (*iFppppppp_t)(void*, void*, void*, void*, void*, void*, void*);
typedef int32_t (*iFppppppuu_t)(void*, void*, void*, void*, void*, void*, uint32_t, uint32_t);

#define SUPER() ADDED_FUNCTIONS() \
	GO(nettle_ecdsa_generate_keypair, vFpppp_t) \
	GO(nettle_mpz_random, vFpppp_t) \
	GO(nettle_mpz_random_size, vFpppp_t) \
	GO(nettle_ecdsa_sign, vFpppLpp_t) \
	GO(nettle_gostdsa_sign, vFpppLpp_t) \
	GO(nettle_rsa_encrypt, iFpppLpp_t) \
	GO(nettle_dsa_sign, iFppppLpp_t) \
	GO(nettle_rsa_pkcs1_sign_tr, iFppppLpp_t) \
	GO(nettle_dsa_generate_params, iFpppppuu_t) \
	GO(nettle_rsa_decrypt_tr, iFppppppp_t) \
	GO(nettle_rsa_generate_keypair, iFppppppuu_t)

#endif // __wrappedlibhogweed6TYPES_H_