Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
H A Dcrypto_adjust_config_synonyms.h27 #if defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN_RAW) && !defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN)
28 #define PSA_WANT_ALG_RSA_PKCS1V15_SIGN PSA_WANT_ALG_RSA_PKCS1V15_SIGN_RAW macro
29 #elif !defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN_RAW) && defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN)
30 #define PSA_WANT_ALG_RSA_PKCS1V15_SIGN_RAW PSA_WANT_ALG_RSA_PKCS1V15_SIGN
H A Dcrypto_config.h71 #define PSA_WANT_ALG_RSA_PKCS1V15_SIGN 1 macro
H A Dcrypto_sizes.h668 #if (defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN) || defined(PSA_WANT_ALG_RSA_PSS)) && \
/third_party/mbedtls/library/
H A Dcheck_crypto_config.h56 #if defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN) && \
59 #error "PSA_WANT_ALG_RSA_PKCS1V15_SIGN defined, but not all prerequisites"
/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_from_legacy.h154 #define PSA_WANT_ALG_RSA_PKCS1V15_SIGN 1 macro
H A Dconfig_adjust_legacy_from_psa.h564 #if defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN)
572 #endif /* PSA_WANT_ALG_RSA_PKCS1V15_SIGN */
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h267 #if defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN)
/third_party/mbedtls/programs/test/
H A Dquery_config.c3023 #if defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN) in query_config()
3024 if( strcmp( "PSA_WANT_ALG_RSA_PKCS1V15_SIGN", config ) == 0 ) in query_config()
3026 MACRO_EXPANSION_TO_STR( PSA_WANT_ALG_RSA_PKCS1V15_SIGN ); in query_config()
3029 #endif /* PSA_WANT_ALG_RSA_PKCS1V15_SIGN */ in query_config()
4997 #if defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN) in list_config()
4998 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ALG_RSA_PKCS1V15_SIGN); in list_config()
4999 #endif /* PSA_WANT_ALG_RSA_PKCS1V15_SIGN */ in list_config()
/third_party/mbedtls/tests/scripts/
H A Dall.sh4348 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_RSA_PKCS1V15_SIGN
4357 msg "build: full - MBEDTLS_USE_PSA_CRYPTO + PSA_WANT_ALG_RSA_PKCS1V15_SIGN + PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY"
4361 scripts/config.py -f "$CRYPTO_CONFIG_H" set PSA_WANT_ALG_RSA_PKCS1V15_SIGN 1
4377 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_RSA_PKCS1V15_SIGN
4391 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_RSA_PKCS1V15_SIGN
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c1208 #if !defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN) in mbedtls_test_can_exercise_psa_algorithm()

Completed in 17 milliseconds