Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
H A Dcrypto_config.h62 #define PSA_WANT_ALG_HKDF_EXPAND 1 macro
/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_from_legacy.h119 #define PSA_WANT_ALG_HKDF_EXPAND 1 macro
H A Dconfig_adjust_legacy_from_psa.h517 #if defined(PSA_WANT_ALG_HKDF_EXPAND)
526 #endif /* PSA_WANT_ALG_HKDF_EXPAND */
H A Dcheck_config.h796 defined(PSA_WANT_ALG_HKDF_EXPAND) && \
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h620 #if defined(PSA_WANT_ALG_HKDF_EXPAND)
/third_party/mbedtls/programs/test/
H A Dquery_config.c2951 #if defined(PSA_WANT_ALG_HKDF_EXPAND) in query_config()
2952 if( strcmp( "PSA_WANT_ALG_HKDF_EXPAND", config ) == 0 ) in query_config()
2954 MACRO_EXPANSION_TO_STR( PSA_WANT_ALG_HKDF_EXPAND ); in query_config()
2957 #endif /* PSA_WANT_ALG_HKDF_EXPAND */ in query_config()
4961 #if defined(PSA_WANT_ALG_HKDF_EXPAND) in list_config()
4962 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ALG_HKDF_EXPAND); in list_config()
4963 #endif /* PSA_WANT_ALG_HKDF_EXPAND */ in list_config()
/third_party/mbedtls/library/
H A Dpsa_crypto.c6595 #if defined(PSA_WANT_ALG_HKDF_EXPAND) in psa_key_derivation_set_maximum_capacity()

Completed in 24 milliseconds