|
35 | 35 | */ |
36 | 36 |
|
37 | 37 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/aes_alt.h" |
| 38 | +/* #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/cc3xx_kmu.h" depends on mbedtls/config.h */ |
| 39 | +/* #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/ccm_alt.h" depends on config cipher.h */ |
38 | 40 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/chacha20_alt.h" |
39 | 41 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/chachapoly_alt.h" |
40 | 42 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/cmac_alt.h" |
41 | 43 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/dhm_alt.h" |
42 | 44 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/ecp_alt.h" |
43 | | -#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/platform_alt.h" |
44 | | -#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/poly1305_alt.h" |
45 | | -#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/rsa_alt.h" |
46 | | -#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/sha1_alt.h" |
47 | | -#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/sha256_alt.h" |
48 | | -#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/threading_alt.h" |
49 | 45 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_aes_defs.h" |
50 | 46 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_aes_defs_proj.h" |
51 | 47 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_bitops.h" |
| 48 | +/* #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_ecpki_types.h" depends on config cc_pka_hw_plat_defs.h via cc_pka_defs_hw.h */ |
52 | 49 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_error.h" |
53 | 50 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_hash_defs.h" |
54 | 51 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_hash_defs_proj.h" |
55 | 52 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_kdf.h" |
56 | 53 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_pal_compiler.h" |
57 | 54 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_pal_types.h" |
58 | 55 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_pal_types_plat.h" |
| 56 | +/* #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_pka_defs_hw.h" depends on config cc_pka_hw_plat_defs.h */ |
59 | 57 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_rnd_common.h" |
60 | 58 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/cc_rnd_error.h" |
61 | | -#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/mbedtls_cc_aes_key_wrap.h" |
62 | 59 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/mbedtls_cc_aes_key_wrap_error.h" |
| 60 | +#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/mbedtls_cc_aes_key_wrap.h" |
| 61 | +/* #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/mbedtls_cc_ecies.h" depends on config cc_pka_hw_plat_defs.h via cc_pka_defs_hw.h */ |
63 | 62 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/mbedtls_cc_ec_mont_edw_error.h" |
64 | | -#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/mbedtls_cc_hkdf.h" |
65 | 63 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/mbedtls_cc_hkdf_error.h" |
| 64 | +#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/mbedtls_cc_hkdf.h" |
66 | 65 | #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/mbedtls_cc_srp_error.h" |
| 66 | +/* #include "crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/mbedtls_cc_srp.h" depends on config cc_pka_hw_plat_defs.h via cc_pka_defs_hw.h */ |
| 67 | +#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/platform_alt.h" |
| 68 | +#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/poly1305_alt.h" |
| 69 | +#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/rsa_alt.h" |
| 70 | +#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/sha1_alt.h" |
| 71 | +#include "crypto/nrf_cc310_mbedcrypto/include/mbedtls/sha256_alt.h" |
67 | 72 |
|
68 | 73 | /* |
69 | 74 | * In addition to CC310 acceleration for mbedTLS, this repository also appears |
|
0 commit comments