about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedcrypto3types.h
diff options
context:
space:
mode:
authorYang Liu <numbksco@gmail.com>2024-12-03 17:00:48 +0800
committerGitHub <noreply@github.com>2024-12-03 10:00:48 +0100
commitcfc09e09653bb10589f9def34eb250bdb26007ba (patch)
treea622e926c8c5d1609585c1beaaac04c0930ee9b8 /src/wrapped/generated/wrappedcrypto3types.h
parent26c9b3426f5c342c785f303b355969bf11509693 (diff)
downloadbox64-cfc09e09653bb10589f9def34eb250bdb26007ba.tar.gz
box64-cfc09e09653bb10589f9def34eb250bdb26007ba.zip
[WRAPPER] Wrapped more symbols in libcrypto3 (#2105)
Diffstat (limited to 'src/wrapped/generated/wrappedcrypto3types.h')
-rw-r--r--src/wrapped/generated/wrappedcrypto3types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedcrypto3types.h b/src/wrapped/generated/wrappedcrypto3types.h
index 79fe61bb..5875eaa1 100644
--- a/src/wrapped/generated/wrappedcrypto3types.h
+++ b/src/wrapped/generated/wrappedcrypto3types.h
@@ -19,6 +19,7 @@ typedef int32_t (*iFppp_t)(void*, void*, void*);
 typedef int32_t (*iFppV_t)(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);
@@ -37,6 +38,7 @@ typedef int32_t (*iFppppipp_t)(void*, void*, void*, void*, int32_t, void*, void*
 	GO(BIO_printf, iFppV_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) \
@@ -48,6 +50,7 @@ typedef int32_t (*iFppppipp_t)(void*, void*, void*, void*, int32_t, void*, void*
 	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) \