This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmbedtls-files.xml
107 lines (102 loc) · 6.58 KB
/
mbedtls-files.xml
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<xml>
<files id="native-toolkit-mbedtls">
<compilerflag value="-std=c11" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/mbedtls/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/zlib/" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/aes.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/aesni.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/arc4.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/asn1parse.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/asn1write.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/base64.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/bignum.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/blowfish.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/camellia.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ccm.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/chacha20.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/chachapoly.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/cipher.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/cipher_wrap.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/cmac.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/constant_time.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ctr_drbg.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/debug.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/des.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/dhm.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ecdh.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ecdsa.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ecjpake.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ecp.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ecp_curves.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/entropy.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/entropy_poll.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/error.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/gcm.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/havege.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/hkdf.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/hmac_drbg.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/md.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/md2.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/md4.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/md5.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/memory_buffer_alloc.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/mps_reader.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/mps_trace.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/net_sockets.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/nist_kw.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/oid.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/padlock.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pem.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pk.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pk_wrap.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pkcs12.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pkcs5.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pkparse.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pkwrite.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/platform.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/platform_util.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/poly1305.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_aead.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_cipher.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_client.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_driver_wrappers.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_ecp.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_hash.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_mac.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_rsa.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_se.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_slot_management.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_crypto_storage.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/psa_its_file.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ripemd160.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/rsa.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/rsa_internal.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/sha1.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/sha256.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/sha512.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_cache.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_ciphersuites.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_cli.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_cookie.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_msg.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_srv.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_ticket.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_tls.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/ssl_tls13_keys.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/threading.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/timing.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/version.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/version_features.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/xtea.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/certs.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/pkcs11.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/x509.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/x509_create.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/x509_crl.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/x509_crt.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/x509_csr.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/x509write_crt.c" />
<file name="${NATIVE_TOOLKIT_PATH}/mbedtls/library/x509write_csr.c" />
</files>
</xml>