Home
last modified time | relevance | path

Searched refs:MBEDTLS_PSA_P256M_DRIVER_ENABLED (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_driver_wrappers_no_static.c39 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
174 #if (defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) ) in psa_driver_wrapper_export_public_key()
H A Dpsa_crypto_driver_wrappers.h40 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
307 #if defined (MBEDTLS_PSA_P256M_DRIVER_ENABLED) in psa_driver_wrapper_sign_hash()
411 #if defined (MBEDTLS_PSA_P256M_DRIVER_ENABLED) in psa_driver_wrapper_verify_hash()
794 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) in psa_driver_wrapper_generate_key()
901 #if (defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) ) in psa_driver_wrapper_import_key()
2684 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) in psa_driver_wrapper_key_agreement()
H A Dversion_features.c426 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
/aosp_15_r20/external/mbedtls/library/
H A Dpsa_crypto_driver_wrappers_no_static.c39 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
174 #if (defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) ) in psa_driver_wrapper_export_public_key()
H A Dpsa_crypto_driver_wrappers.h40 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
307 #if defined (MBEDTLS_PSA_P256M_DRIVER_ENABLED) in psa_driver_wrapper_sign_hash()
411 #if defined (MBEDTLS_PSA_P256M_DRIVER_ENABLED) in psa_driver_wrapper_verify_hash()
769 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) in psa_driver_wrapper_generate_key()
875 #if (defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) ) in psa_driver_wrapper_import_key()
2658 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) in psa_driver_wrapper_key_agreement()
H A Dversion_features.c426 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
/aosp_15_r20/external/mbedtls/docs/
H A Dpsa-driver-example-and-guide.md143 … build p256-m. To build with and use p256-m, set the macro `MBEDTLS_PSA_P256M_DRIVER_ENABLED` usin…
146 python3 scripts/config.py set MBEDTLS_PSA_P256M_DRIVER_ENABLED
149 …s more features than p256-m. Refer to the documentation of `MBEDTLS_PSA_P256M_DRIVER_ENABLED` and …
156 …de related to the driver call is placed within a check for `MBEDTLS_PSA_P256M_DRIVER_ENABLED`. p25…
159 #if defined (MBEDTLS_PSA_P256M_DRIVER_ENABLED)
178 #endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */
180 …dy to use alongside Mbed TLS as a software accelerator. If `MBEDTLS_PSA_P256M_DRIVER_ENABLED` is s…
H A Ddriver-only-builds.md161 automatically defined when enabling `MBEDTLS_PSA_P256M_DRIVER_ENABLED`.
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-driver-example-and-guide.md143 … build p256-m. To build with and use p256-m, set the macro `MBEDTLS_PSA_P256M_DRIVER_ENABLED` usin…
146 python3 scripts/config.py set MBEDTLS_PSA_P256M_DRIVER_ENABLED
149 …s more features than p256-m. Refer to the documentation of `MBEDTLS_PSA_P256M_DRIVER_ENABLED` and …
156 …de related to the driver call is placed within a check for `MBEDTLS_PSA_P256M_DRIVER_ENABLED`. p25…
159 #if defined (MBEDTLS_PSA_P256M_DRIVER_ENABLED)
178 #endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */
180 …dy to use alongside Mbed TLS as a software accelerator. If `MBEDTLS_PSA_P256M_DRIVER_ENABLED` is s…
H A Ddriver-only-builds.md200 automatically defined when enabling `MBEDTLS_PSA_P256M_DRIVER_ENABLED`.
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/configs/ext/
H A Dtfm_mbedcrypto_config_profile_medium.h557 #define MBEDTLS_PSA_P256M_DRIVER_ENABLED macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/3rdparty/p256-m/
H A Dp256-m_driver_entrypoints.h12 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
H A Dp256-m_driver_entrypoints.c17 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
/aosp_15_r20/external/mbedtls/3rdparty/p256-m/
H A Dp256-m_driver_entrypoints.h12 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
H A Dp256-m_driver_entrypoints.c17 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
/aosp_15_r20/external/mbedtls/scripts/data_files/driver_templates/
H A Dpsa_crypto_driver_wrappers.h.jinja308 #if defined (MBEDTLS_PSA_P256M_DRIVER_ENABLED)
327 #endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */
412 #if defined (MBEDTLS_PSA_P256M_DRIVER_ENABLED)
430 #endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */
770 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
783 #endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */
2621 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
2639 #endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/data_files/driver_templates/
H A Dpsa_crypto_driver_wrappers.h.jinja308 #if defined (MBEDTLS_PSA_P256M_DRIVER_ENABLED)
327 #endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */
412 #if defined (MBEDTLS_PSA_P256M_DRIVER_ENABLED)
430 #endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */
795 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
808 #endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */
2647 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
2665 #endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dquery_config.c1207 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) in query_config()
1210 MACRO_EXPANSION_TO_STR( MBEDTLS_PSA_P256M_DRIVER_ENABLED ); in query_config()
4089 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) in list_config()
4090 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PSA_P256M_DRIVER_ENABLED); in list_config()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dquery_config.c1207 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) in query_config()
1210 MACRO_EXPANSION_TO_STR( MBEDTLS_PSA_P256M_DRIVER_ENABLED ); in query_config()
4009 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) in list_config()
4010 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PSA_P256M_DRIVER_ENABLED); in list_config()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dconfig_adjust_legacy_from_psa.h22 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dconfig_adjust_legacy_from_psa.h22 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
H A Dp256-m.c16 #if defined (MBEDTLS_PSA_P256M_DRIVER_ENABLED)
/aosp_15_r20/external/mbedtls/3rdparty/p256-m/p256-m/
H A Dp256-m.c16 #if defined (MBEDTLS_PSA_P256M_DRIVER_ENABLED)
/aosp_15_r20/external/mbedtls/
H A DChangeLog172 option MBEDTLS_PSA_P256M_DRIVER_ENABLED for details.
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog432 option MBEDTLS_PSA_P256M_DRIVER_ENABLED for details.