Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dconfig_crypto.h17 #ifndef CRYPTO_ENGINE_BUF_SIZE
19 #define CRYPTO_ENGINE_BUF_SIZE 0x2080 macro
23 #if defined(CRYPTO_HW_ACCELERATOR_CC312) && (CRYPTO_ENGINE_BUF_SIZE < 0x4000)
25 #undef CRYPTO_ENGINE_BUF_SIZE
26 #define CRYPTO_ENGINE_BUF_SIZE 0x4000 macro
DKconfig11 config CRYPTO_ENGINE_BUF_SIZE config
15 CRYPTO_ENGINE_BUF_SIZE needs to be >8KB for EC signing by attest
Dcrypto_init.c262 static uint8_t mbedtls_mem_buf[CRYPTO_ENGINE_BUF_SIZE] = {0};
279 CRYPTO_ENGINE_BUF_SIZE); in tfm_crypto_engine_init()
/trusted-firmware-m-3.4.0/config/
Dconfig_base.h31 #define CRYPTO_ENGINE_BUF_SIZE 0x2080 macro
/trusted-firmware-m-3.4.0/config/profile/
Dconfig_profile_large.h31 #define CRYPTO_ENGINE_BUF_SIZE 0x2080 macro
Dconfig_profile_medium.h31 #define CRYPTO_ENGINE_BUF_SIZE 0x2080 macro
Dconfig_profile_medium_arotless.h31 #define CRYPTO_ENGINE_BUF_SIZE 0x2080 macro
Dconfig_profile_small.h28 #define CRYPTO_ENGINE_BUF_SIZE 0x400 macro
/trusted-firmware-m-3.4.0/config/tests/
Dconfig_test_psa_api.h31 #define CRYPTO_ENGINE_BUF_SIZE 0x5000 macro
/trusted-firmware-m-3.4.0/docs/configuration/profiles/
Dindex.rst69 | CRYPTO_ENGINE_BUF_SIZE | 0x2080 | 0x400 | 0x2080 | 0x2080 | 0x2080 |
/trusted-firmware-m-3.4.0/docs/integration_guide/services/
Dtfm_crypto_integration_guide.rst52 the ``CRYPTO_ENGINE_BUF_SIZE`` define
/trusted-firmware-m-3.4.0/docs/configuration/
Dindex.rst121 |CRYPTO_ENGINE_BUF_SIZE | Component | 0x2080 |
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/
Dtfm_crypto_design.rst160 …| ``CRYPTO_ENGINE_BUF_SIZE`` | CMake build | Buffer used by Mbed Crypto for …