Home
last modified time | relevance | path

Searched refs:CRYPTO_CONC_OPER_NUM (Results 1 – 12 of 12) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dcrypto_alloc.c50 static struct tfm_crypto_operation_s operations[CRYPTO_CONC_OPER_NUM] = {{0}};
105 for (i = 0; i < CRYPTO_CONC_OPER_NUM; i++) { in tfm_crypto_operation_alloc()
129 (h_val > CRYPTO_CONC_OPER_NUM)) { in tfm_crypto_operation_release()
160 (handle > CRYPTO_CONC_OPER_NUM)) { in tfm_crypto_operation_lookup()
DKconfig.comp41 config CRYPTO_CONC_OPER_NUM config
/trusted-firmware-m-latest/config/profile/
Dconfig_profile_small.h45 #ifndef CRYPTO_CONC_OPER_NUM
46 #define CRYPTO_CONC_OPER_NUM 4 macro
Dconfig_profile_medium.h45 #ifndef CRYPTO_CONC_OPER_NUM
46 #define CRYPTO_CONC_OPER_NUM 8 macro
Dconfig_profile_large.h55 #ifndef CRYPTO_CONC_OPER_NUM
56 #define CRYPTO_CONC_OPER_NUM 8 macro
Dconfig_profile_medium_arotless.h45 #ifndef CRYPTO_CONC_OPER_NUM
46 #define CRYPTO_CONC_OPER_NUM 8 macro
/trusted-firmware-m-latest/config/
Dconfig_base.h48 #ifndef CRYPTO_CONC_OPER_NUM
49 #define CRYPTO_CONC_OPER_NUM 8 macro
/trusted-firmware-m-latest/config/tests/
DKconfig.test_psa_api13 config CRYPTO_CONC_OPER_NUM config
/trusted-firmware-m-latest/docs/configuration/profiles/
Dindex.rst77 | CRYPTO_CONC_OPER_NUM | 8 | 4 | 8 | 8 | 8 |
/trusted-firmware-m-latest/docs/configuration/
Dindex.rst127 |CRYPTO_CONC_OPER_NUM | Component | 8 |
/trusted-firmware-m-latest/docs/integration_guide/services/
Dtfm_crypto_integration_guide.rst95 ``CRYPTO_CONC_OPER_NUM`` config define determines how many concurrent
/trusted-firmware-m-latest/docs/design_docs/services/
Dtfm_crypto_design.rst314 …| `CRYPTO_CONC_OPER_NUM` | CMake build | This parameter defines the maxi…