Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
H A Dcrypto_config.h61 #define PSA_WANT_ALG_HKDF_EXTRACT 1 macro
/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_from_legacy.h117 #define PSA_WANT_ALG_HKDF_EXTRACT 1 macro
H A Dconfig_adjust_legacy_from_psa.h506 #if defined(PSA_WANT_ALG_HKDF_EXTRACT)
515 #endif /* PSA_WANT_ALG_HKDF_EXTRACT */
H A Dcheck_config.h795 defined(PSA_WANT_ALG_HKDF_EXTRACT) && \
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h612 #if defined(PSA_WANT_ALG_HKDF_EXTRACT)
/third_party/mbedtls/programs/test/
H A Dquery_config.c2943 #if defined(PSA_WANT_ALG_HKDF_EXTRACT) in query_config()
2944 if( strcmp( "PSA_WANT_ALG_HKDF_EXTRACT", config ) == 0 ) in query_config()
2946 MACRO_EXPANSION_TO_STR( PSA_WANT_ALG_HKDF_EXTRACT ); in query_config()
2949 #endif /* PSA_WANT_ALG_HKDF_EXTRACT */ in query_config()
4957 #if defined(PSA_WANT_ALG_HKDF_EXTRACT) in list_config()
4958 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ALG_HKDF_EXTRACT); in list_config()
4959 #endif /* PSA_WANT_ALG_HKDF_EXTRACT */ in list_config()
/third_party/mbedtls/library/
H A Dpsa_crypto.c6590 #if defined(PSA_WANT_ALG_HKDF_EXTRACT) in psa_key_derivation_set_maximum_capacity()

Completed in 18 milliseconds