Home
last modified time | relevance | path

Searched refs:CRYPTO_ENGINE_BUF_SIZE (Results 1 – 13 of 13) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dconfig_engine_buf.h20 #if defined(CRYPTO_HW_ACCELERATOR_CC312) && (CRYPTO_ENGINE_BUF_SIZE < 0x4000)
22 #undef CRYPTO_ENGINE_BUF_SIZE
23 #define CRYPTO_ENGINE_BUF_SIZE 0x4000 macro
Dcrypto_library.c60 static uint8_t mbedtls_mem_buf[CRYPTO_ENGINE_BUF_SIZE] = {0};
86 CRYPTO_ENGINE_BUF_SIZE); in tfm_crypto_core_library_init()
DKconfig.comp25 config CRYPTO_ENGINE_BUF_SIZE config
31 heap for its internal allocation CRYPTO_ENGINE_BUF_SIZE needs to be > 8KB
/trusted-firmware-m-latest/config/profile/
Dconfig_profile_small.h40 #ifndef CRYPTO_ENGINE_BUF_SIZE
41 #define CRYPTO_ENGINE_BUF_SIZE 0x400 macro
Dconfig_profile_medium.h40 #ifndef CRYPTO_ENGINE_BUF_SIZE
41 #define CRYPTO_ENGINE_BUF_SIZE 0x2080 macro
Dconfig_profile_large.h50 #ifndef CRYPTO_ENGINE_BUF_SIZE
51 #define CRYPTO_ENGINE_BUF_SIZE 0x3000 macro
Dconfig_profile_medium_arotless.h40 #ifndef CRYPTO_ENGINE_BUF_SIZE
41 #define CRYPTO_ENGINE_BUF_SIZE 0x2080 macro
/trusted-firmware-m-latest/config/
Dconfig_base.h43 #ifndef CRYPTO_ENGINE_BUF_SIZE
44 #define CRYPTO_ENGINE_BUF_SIZE 0x3000 macro
/trusted-firmware-m-latest/config/tests/
DKconfig.test_psa_api10 config CRYPTO_ENGINE_BUF_SIZE config
/trusted-firmware-m-latest/docs/configuration/profiles/
Dindex.rst69 | CRYPTO_ENGINE_BUF_SIZE | 0x2080 | 0x400 | 0x2080 | 0x2080 | 0x2380 |
/trusted-firmware-m-latest/docs/configuration/
Dindex.rst121 |CRYPTO_ENGINE_BUF_SIZE | Component | 0x2080 |
/trusted-firmware-m-latest/docs/integration_guide/services/
Dtfm_crypto_integration_guide.rst92 ``CRYPTO_ENGINE_BUF_SIZE`` config define
/trusted-firmware-m-latest/docs/design_docs/services/
Dtfm_crypto_design.rst311 …| `CRYPTO_ENGINE_BUF_SIZE` | CMake build | Buffer used by Mbed TLS for its…