Home
last modified time | relevance | path

Searched refs:PSA_WANT_ALG_CFB (Results 1 - 8 of 8) sorted by relevance

/third_party/mbedtls/include/psa/
H A Dcrypto_config.h50 #define PSA_WANT_ALG_CFB 1 macro
/third_party/mbedtls/tests/include/test/
H A Dpsa_exercise_key.h93 #elif defined(KNOWN_SUPPORTED_BLOCK_CIPHER) && defined(PSA_WANT_ALG_CFB)
/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_legacy_from_psa.h697 (defined(PSA_WANT_ALG_CFB) && !defined(MBEDTLS_PSA_ACCEL_ALG_CFB)) || \
809 #if defined(PSA_WANT_ALG_CFB)
815 #endif /* PSA_WANT_ALG_CFB */
H A Dconfig_adjust_psa_from_legacy.h270 #define PSA_WANT_ALG_CFB 1 macro
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h27 #if defined(PSA_WANT_ALG_CFB)
/third_party/mbedtls/programs/test/
H A Dquery_config.c2855 #if defined(PSA_WANT_ALG_CFB) in query_config()
2856 if( strcmp( "PSA_WANT_ALG_CFB", config ) == 0 ) in query_config()
2858 MACRO_EXPANSION_TO_STR( PSA_WANT_ALG_CFB ); in query_config()
2861 #endif /* PSA_WANT_ALG_CFB */ in query_config()
4913 #if defined(PSA_WANT_ALG_CFB) in list_config()
4914 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ALG_CFB); in list_config()
4915 #endif /* PSA_WANT_ALG_CFB */ in list_config()
/third_party/mbedtls/library/
H A Dpsa_crypto_cipher.c68 #if !defined(PSA_WANT_ALG_CFB) in mbedtls_cipher_validate_values()
/third_party/mbedtls/tests/scripts/
H A Dall.sh1710 scripts/config.py -f $CRYPTO_CONFIG_H unset PSA_WANT_ALG_CFB
1782 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_CFB
4080 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_CFB

Completed in 14 milliseconds