Home
last modified time | relevance | path

Searched refs:MBEDTLS_PSA_CRYPTO_SE_C (Results 1 – 21 of 21) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto_types.h363 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
Dcrypto_struct.h325 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
332 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
Dcrypto_extra.h90 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
Dcrypto_se_driver.h139 #if defined(__DOXYGEN_ONLY__) || !defined(MBEDTLS_PSA_CRYPTO_SE_C)
/openthread-3.4.0/third_party/mbedtls/repo/configs/
Dconfig-symmetric-only.h83 #define MBEDTLS_PSA_CRYPTO_SE_C macro
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_crypto_driver_wrappers.c60 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
73 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_driver_wrapper_init()
95 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_driver_wrapper_free()
261 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_driver_wrapper_sign_hash()
345 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_driver_wrapper_verify_hash()
479 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_driver_wrapper_generate_key()
556 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_driver_wrapper_import_key()
627 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_driver_wrapper_export_key()
685 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_driver_wrapper_export_public_key()
Dpsa_crypto_slot_management.c31 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
248 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_load_persistent_key_into_slot()
434 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_validate_key_location()
Dpsa_crypto_storage.h203 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
Dpsa_crypto_core.h176 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
Dversion_features.c774 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
Dpsa_crypto.c40 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
1095 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_destroy_key()
1137 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_destroy_key()
1186 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_destroy_key()
1269 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_get_key_attributes()
1318 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
1687 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_start_key_creation()
1783 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_finish_key_creation()
1812 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_finish_key_creation()
1862 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in psa_fail_key_creation()
[all …]
Dpsa_crypto_se.c23 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_attributes.function91 /* BEGIN_CASE depends_on:MBEDTLS_PSA_CRYPTO_SE_C */
Dtest_suite_psa_crypto_se_driver_hal_mocks.function284 * depends_on:MBEDTLS_PSA_CRYPTO_SE_C
Dtest_suite_psa_crypto_se_driver_hal.function786 * depends_on:MBEDTLS_PSA_CRYPTO_SE_C
Dtest_suite_psa_crypto.function246 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
257 #else /* MBEDTLS_PSA_CRYPTO_SE_C */
260 #endif /* MBEDTLS_PSA_CRYPTO_SE_C */
/openthread-3.4.0/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c35 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
73 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in check_key_attributes_sanity()
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/
Dcheck_config.h585 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) && \
/openthread-3.4.0/third_party/mbedtls/repo/programs/test/
Dquery_config.c2117 #if defined(MBEDTLS_PSA_CRYPTO_SE_C) in query_config()
2120 MACRO_EXPANSION_TO_STR( MBEDTLS_PSA_CRYPTO_SE_C ); in query_config()
/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/
Dall.sh1573 scripts/config.py unset MBEDTLS_PSA_CRYPTO_SE_C
2235 scripts/config.py unset MBEDTLS_PSA_CRYPTO_SE_C
2562 scripts/config.py set MBEDTLS_PSA_CRYPTO_SE_C
/openthread-3.4.0/third_party/mbedtls/repo/
DChangeLog403 wrapped key with MBEDTLS_PSA_CRYPTO_SE_C defined.