Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
H A Dlegacy_or_psa.h121 (defined(MBEDTLS_PSA_CRYPTO_C) && defined(PSA_WANT_ALG_SHA_1))
154 defined(MBEDTLS_PSA_CRYPTO_C) && defined(PSA_WANT_ALG_SHA_1))
191 (defined(MBEDTLS_USE_PSA_CRYPTO) && defined(PSA_WANT_ALG_SHA_1))
H A Dconfig_adjust_psa_superset_legacy.h35 #define PSA_WANT_ALG_SHA_1 1 macro
H A Dconfig_adjust_psa_from_legacy.h179 #define PSA_WANT_ALG_SHA_1 1 macro
H A Dconfig_adjust_legacy_from_psa.h584 #if defined(PSA_WANT_ALG_SHA_1) && !defined(MBEDTLS_PSA_ACCEL_ALG_SHA_1)
/third_party/mbedtls/library/
H A Dcheck_crypto_config.h132 !(defined(PSA_WANT_ALG_SHA_1) || defined(PSA_WANT_ALG_SHA_256) || defined(PSA_WANT_ALG_SHA_512))
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h73 #define PSA_WANT_ALG_SHA_1 1 macro
/third_party/mbedtls/tests/include/test/
H A Dpsa_exercise_key.h35 #elif defined(PSA_WANT_ALG_SHA_1)
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h283 #if defined(PSA_WANT_ALG_SHA_1)
/third_party/mbedtls/programs/test/
H A Dquery_config.c3039 #if defined(PSA_WANT_ALG_SHA_1) in query_config()
3040 if( strcmp( "PSA_WANT_ALG_SHA_1", config ) == 0 ) in query_config()
3042 MACRO_EXPANSION_TO_STR( PSA_WANT_ALG_SHA_1 ); in query_config()
3045 #endif /* PSA_WANT_ALG_SHA_1 */ in query_config()
5005 #if defined(PSA_WANT_ALG_SHA_1) in list_config()
5006 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ALG_SHA_1); in list_config()
5007 #endif /* PSA_WANT_ALG_SHA_1 */ in list_config()
/third_party/mbedtls/tests/scripts/
H A Dall.sh4222 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_SHA_1
4241 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_SHA_1
4255 msg "build: full - MBEDTLS_USE_PSA_CRYPTO + PSA_WANT_ALG_SHA_1 - other hashes"
4280 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_SHA_1
4296 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_SHA_1
4312 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_SHA_1
4330 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_SHA_1

Completed in 16 milliseconds