Home
last modified time | relevance | path

Searched refs:PSA_WANT_ALG_RSA_OAEP (Results 1 - 7 of 7) sorted by relevance

/third_party/mbedtls/library/
H A Dcheck_crypto_config.h62 #if defined(PSA_WANT_ALG_RSA_OAEP) && \
65 #error "PSA_WANT_ALG_RSA_OAEP defined, but not all prerequisites"
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h69 #define PSA_WANT_ALG_RSA_OAEP 1 macro
/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_from_legacy.h159 #define PSA_WANT_ALG_RSA_OAEP 1 macro
H A Dconfig_adjust_legacy_from_psa.h544 #if defined(PSA_WANT_ALG_RSA_OAEP)
552 #endif /* PSA_WANT_ALG_RSA_OAEP */
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h628 #if defined(PSA_WANT_ALG_RSA_OAEP)
/third_party/mbedtls/programs/test/
H A Dquery_config.c3007 #if defined(PSA_WANT_ALG_RSA_OAEP) in query_config()
3008 if( strcmp( "PSA_WANT_ALG_RSA_OAEP", config ) == 0 ) in query_config()
3010 MACRO_EXPANSION_TO_STR( PSA_WANT_ALG_RSA_OAEP ); in query_config()
3013 #endif /* PSA_WANT_ALG_RSA_OAEP */ in query_config()
4989 #if defined(PSA_WANT_ALG_RSA_OAEP) in list_config()
4990 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ALG_RSA_OAEP); in list_config()
4991 #endif /* PSA_WANT_ALG_RSA_OAEP */ in list_config()
/third_party/mbedtls/tests/scripts/
H A Dall.sh4349 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_RSA_OAEP
4363 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_RSA_OAEP
4371 msg "build: full - MBEDTLS_USE_PSA_CRYPTO + PSA_WANT_ALG_RSA_OAEP + PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY"
4375 scripts/config.py -f "$CRYPTO_CONFIG_H" set PSA_WANT_ALG_RSA_OAEP 1
4392 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_RSA_OAEP

Completed in 14 milliseconds