Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
H A Dcrypto_config.h82 #define PSA_WANT_ALG_STREAM_CIPHER 1 macro
/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_from_legacy.h243 #define PSA_WANT_ALG_STREAM_CIPHER 1 macro
H A Dconfig_adjust_legacy_from_psa.h757 #if defined(PSA_WANT_ALG_STREAM_CIPHER)
761 #endif /* PSA_WANT_ALG_STREAM_CIPHER */
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h51 #if defined(PSA_WANT_ALG_STREAM_CIPHER)
/third_party/mbedtls/programs/test/
H A Dquery_config.c3111 #if defined(PSA_WANT_ALG_STREAM_CIPHER) in query_config()
3112 if( strcmp( "PSA_WANT_ALG_STREAM_CIPHER", config ) == 0 ) in query_config()
3114 MACRO_EXPANSION_TO_STR( PSA_WANT_ALG_STREAM_CIPHER ); in query_config()
3117 #endif /* PSA_WANT_ALG_STREAM_CIPHER */ in query_config()
5041 #if defined(PSA_WANT_ALG_STREAM_CIPHER) in list_config()
5042 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ALG_STREAM_CIPHER); in list_config()
5043 #endif /* PSA_WANT_ALG_STREAM_CIPHER */ in list_config()
/third_party/mbedtls/library/
H A Dpsa_crypto_cipher.c56 #if !defined(PSA_WANT_ALG_STREAM_CIPHER) in mbedtls_cipher_validate_values()
/third_party/mbedtls/tests/scripts/
H A Dall.sh1714 scripts/config.py -f $CRYPTO_CONFIG_H unset PSA_WANT_ALG_STREAM_CIPHER
1780 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_STREAM_CIPHER

Completed in 16 milliseconds