Home
last modified time | relevance | path

Searched refs:PSA_WANT_ALG_DETERMINISTIC_ECDSA (Results 1 - 10 of 10) sorted by relevance

/third_party/mbedtls/library/
H A Dcheck_crypto_config.h32 #if defined(PSA_WANT_ALG_DETERMINISTIC_ECDSA) && \
35 #error "PSA_WANT_ALG_DETERMINISTIC_ECDSA defined, but not all prerequisites"
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h53 #define PSA_WANT_ALG_DETERMINISTIC_ECDSA 1 macro
H A Dcrypto_sizes.h663 #if (defined(PSA_WANT_ALG_ECDSA) || defined(PSA_WANT_ALG_DETERMINISTIC_ECDSA)) && \
/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_legacy_from_psa.h76 (defined(PSA_WANT_ALG_DETERMINISTIC_ECDSA) && \
250 #if defined(PSA_WANT_ALG_DETERMINISTIC_ECDSA)
264 #endif /* PSA_WANT_ALG_DETERMINISTIC_ECDSA */
H A Dconfig_adjust_psa_from_legacy.h53 #define PSA_WANT_ALG_DETERMINISTIC_ECDSA 1 macro
H A Dconfig_adjust_legacy_crypto.h413 (defined(PSA_WANT_ALG_ECDSA) || defined(PSA_WANT_ALG_DETERMINISTIC_ECDSA)))
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h171 #if defined(PSA_WANT_ALG_DETERMINISTIC_ECDSA)
/third_party/mbedtls/programs/test/
H A Dquery_config.c2879 #if defined(PSA_WANT_ALG_DETERMINISTIC_ECDSA) in query_config()
2880 if( strcmp( "PSA_WANT_ALG_DETERMINISTIC_ECDSA", config ) == 0 ) in query_config()
2882 MACRO_EXPANSION_TO_STR( PSA_WANT_ALG_DETERMINISTIC_ECDSA ); in query_config()
2885 #endif /* PSA_WANT_ALG_DETERMINISTIC_ECDSA */ in query_config()
4925 #if defined(PSA_WANT_ALG_DETERMINISTIC_ECDSA) in list_config()
4926 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ALG_DETERMINISTIC_ECDSA); in list_config()
4927 #endif /* PSA_WANT_ALG_DETERMINISTIC_ECDSA */ in list_config()
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c1228 #if !defined(PSA_WANT_ALG_DETERMINISTIC_ECDSA) in mbedtls_test_can_exercise_psa_algorithm()
/third_party/mbedtls/tests/scripts/
H A Dall.sh3835 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_DETERMINISTIC_ECDSA

Completed in 17 milliseconds