Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/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.comp31 config CRYPTO_CONC_OPER_NUM config
/trusted-firmware-m-3.6.0/config/profile/
Dconfig_profile_medium.h44 #ifndef CRYPTO_CONC_OPER_NUM
45 #define CRYPTO_CONC_OPER_NUM 8 macro
Dconfig_profile_medium_arotless.h44 #ifndef CRYPTO_CONC_OPER_NUM
45 #define CRYPTO_CONC_OPER_NUM 8 macro
Dconfig_profile_small.h41 #ifndef CRYPTO_CONC_OPER_NUM
42 #define CRYPTO_CONC_OPER_NUM 4 macro
Dconfig_profile_large.h44 #ifndef CRYPTO_CONC_OPER_NUM
45 #define CRYPTO_CONC_OPER_NUM 8 macro
/trusted-firmware-m-3.6.0/config/
Dconfig_base.h47 #ifndef CRYPTO_CONC_OPER_NUM
48 #define CRYPTO_CONC_OPER_NUM 8 macro
/trusted-firmware-m-3.6.0/config/tests/
DKconfig.test_psa_api13 config CRYPTO_CONC_OPER_NUM config
/trusted-firmware-m-3.6.0/docs/configuration/profiles/
Dindex.rst77 | CRYPTO_CONC_OPER_NUM | 8 | 4 | 8 | 8 | 8 |
/trusted-firmware-m-3.6.0/docs/configuration/
Dindex.rst127 |CRYPTO_CONC_OPER_NUM | Component | 8 |
/trusted-firmware-m-3.6.0/docs/integration_guide/services/
Dtfm_crypto_integration_guide.rst93 ``CRYPTO_CONC_OPER_NUM`` config define determines how many concurrent
/trusted-firmware-m-3.6.0/docs/design_docs/services/
Dtfm_crypto_design.rst163 …| ``CRYPTO_CONC_OPER_NUM`` | CMake build | This parameter defines the maxi…