mbedtls/visualc/VS2010
Manuel Pégourié-Gonnard 4ed179f693 Merge pk_wrap into pk.c
We want public functions to resolve to the internal wrappers at compile-time.
For this we need the wrappers to be visible from where the public functions
are defined. A simple declaration is not enough if we want the compiler to be
able to inline the wrapper and eliminate function overhead.

This commit just copies verbatim the contents of pk_wrap.c into pk.c. The next
commit will clean up the result (redundant includes etc.).
2019-09-19 10:45:14 +02:00
..
aescrypt2.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
benchmark.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
cert_app.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
cert_req.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
cert_write.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
crl_app.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
crypt_and_hash.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
dh_client.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
dh_genprime.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
dh_server.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
dtls_client.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
dtls_server.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
ecdh_curve25519.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
ecdsa.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
gen_entropy.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
gen_key.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
gen_random_ctr_drbg.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
gen_random_havege.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
generic_sum.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
hello.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
key_app_writer.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
key_app.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
mbedTLS.sln Remove ssl_cert_test sample app 2019-04-07 16:51:18 +03:00
mbedTLS.vcxproj Merge pk_wrap into pk.c 2019-09-19 10:45:14 +02:00
mini_client.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
mpi_demo.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
pem2der.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
pk_decrypt.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
pk_encrypt.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
pk_sign.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
pk_verify.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
query_compile_time_config.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
req_app.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
rsa_decrypt.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
rsa_encrypt.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
rsa_genkey.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
rsa_sign_pss.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
rsa_sign.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
rsa_verify_pss.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
rsa_verify.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
selftest.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
ssl_client1.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
ssl_client2.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
ssl_fork_server.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
ssl_mail_client.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
ssl_server2.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
ssl_server.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
strerror.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
udp_proxy.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
zeroize.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00