Home
last modified time | relevance | path

Searched refs:MBEDTLS_PSA_CRYPTO_STORAGE_C (Results 1 - 15 of 15) sorted by relevance

/third_party/mbedtls/library/
H A Dpsa_crypto_slot_management.c244 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C)
285 #endif /* MBEDTLS_PSA_CRYPTO_STORAGE_C */
396 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) || \ in psa_get_and_lock_key_slot()
418 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) in psa_get_and_lock_key_slot()
422 #endif /* defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) */ in psa_get_and_lock_key_slot()
439 #else /* MBEDTLS_PSA_CRYPTO_STORAGE_C || MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS */ in psa_get_and_lock_key_slot()
441 #endif /* MBEDTLS_PSA_CRYPTO_STORAGE_C || MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS */ in psa_get_and_lock_key_slot()
534 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) in psa_validate_key_persistence()
540 #else /* MBEDTLS_PSA_CRYPTO_STORAGE_C */ in psa_validate_key_persistence()
542 #endif /* !MBEDTLS_PSA_CRYPTO_STORAGE_C */ in psa_validate_key_persistence()
[all...]
H A Dversion_features.c714 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C)
716 #endif /* MBEDTLS_PSA_CRYPTO_STORAGE_C */
H A Dpsa_crypto_storage.c11 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C)
481 #endif /* MBEDTLS_PSA_CRYPTO_STORAGE_C */
H A Dpsa_crypto.c490 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) || defined(MBEDTLS_FS_IO) || \ in mbedtls_to_psa_error()
1351 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) in psa_destroy_key()
1361 #endif /* defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) */ in psa_destroy_key()
1893 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) in psa_finish_key_creation()
1919 #endif /* defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) */ in psa_finish_key_creation()
/third_party/mbedtls/configs/
H A Dconfig-tfm.h31 #undef MBEDTLS_PSA_CRYPTO_STORAGE_C macro
H A Dconfig-symmetric-only.h76 #define MBEDTLS_PSA_CRYPTO_STORAGE_C macro
/third_party/mbedtls/configs/ext/
H A Dtfm_mbedcrypto_config_profile_medium.h404 * \def MBEDTLS_PSA_CRYPTO_STORAGE_C
414 #define MBEDTLS_PSA_CRYPTO_STORAGE_C macro
/third_party/mbedtls/include/mbedtls/
H A Dcheck_config.h694 defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) )
706 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) && \
708 #error "MBEDTLS_PSA_CRYPTO_STORAGE_C defined, but not all prerequisites"
712 !( defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) && \
H A Dmbedtls_config.h1465 * Requires: MBEDTLS_PSA_CRYPTO_STORAGE_C, MBEDTLS_ENTROPY_NV_SEED
3224 * Requires: MBEDTLS_PSA_CRYPTO_C, MBEDTLS_PSA_CRYPTO_STORAGE_C
3230 * \def MBEDTLS_PSA_CRYPTO_STORAGE_C
3240 #define MBEDTLS_PSA_CRYPTO_STORAGE_C macro
/third_party/mbedtls/port/config/
H A Dconfig_liteos_a.h1252 * Requires: MBEDTLS_PSA_CRYPTO_STORAGE_C, MBEDTLS_ENTROPY_NV_SEED
2651 * Requires: MBEDTLS_PSA_CRYPTO_C, MBEDTLS_PSA_CRYPTO_STORAGE_C
2657 * \def MBEDTLS_PSA_CRYPTO_STORAGE_C
2667 #define MBEDTLS_PSA_CRYPTO_STORAGE_C macro
H A Dconfig_liteos_m.h1251 * Requires: MBEDTLS_PSA_CRYPTO_STORAGE_C, MBEDTLS_ENTROPY_NV_SEED
2650 * Requires: MBEDTLS_PSA_CRYPTO_C, MBEDTLS_PSA_CRYPTO_STORAGE_C
2656 * \def MBEDTLS_PSA_CRYPTO_STORAGE_C
2666 #define MBEDTLS_PSA_CRYPTO_STORAGE_C macro
/third_party/mbedtls/tests/include/test/
H A Dpsa_crypto_helpers.h48 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C)
93 #else /* MBEDTLS_PSA_CRYPTO_STORAGE_C */
99 #endif /* MBEDTLS_PSA_CRYPTO_STORAGE_C */
/third_party/mbedtls/tests/src/
H A Dpsa_crypto_helpers.c20 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C)
65 #endif /* MBEDTLS_PSA_CRYPTO_STORAGE_C */
/third_party/mbedtls/programs/test/
H A Dquery_config.c1975 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) in query_config()
1976 if( strcmp( "MBEDTLS_PSA_CRYPTO_STORAGE_C", config ) == 0 ) in query_config()
1978 MACRO_EXPANSION_TO_STR( MBEDTLS_PSA_CRYPTO_STORAGE_C ); in query_config()
1981 #endif /* MBEDTLS_PSA_CRYPTO_STORAGE_C */ in query_config()
4473 #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) in list_config()
4474 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PSA_CRYPTO_STORAGE_C); in list_config()
4475 #endif /* MBEDTLS_PSA_CRYPTO_STORAGE_C */ in list_config()
/third_party/mbedtls/tests/scripts/
H A Dall.sh1317 scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C
1339 scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C
1403 scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C # requires PSA ITS
1677 scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C
2598 scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C
4584 scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C

Completed in 36 milliseconds