Home
last modified time | relevance | path

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

/third_party/mbedtls/configs/ext/
H A Dcrypto_config_profile_medium.h59 #define PSA_WANT_ALG_HKDF 1 macro
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h60 #define PSA_WANT_ALG_HKDF 1 macro
/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_from_legacy.h115 #define PSA_WANT_ALG_HKDF 1 macro
H A Dconfig_adjust_legacy_from_psa.h495 #if defined(PSA_WANT_ALG_HKDF)
504 #endif /* PSA_WANT_ALG_HKDF */
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h604 #if defined(PSA_WANT_ALG_HKDF)
/third_party/mbedtls/programs/test/
H A Dquery_config.c2935 #if defined(PSA_WANT_ALG_HKDF) in query_config()
2936 if( strcmp( "PSA_WANT_ALG_HKDF", config ) == 0 ) in query_config()
2938 MACRO_EXPANSION_TO_STR( PSA_WANT_ALG_HKDF ); in query_config()
2941 #endif /* PSA_WANT_ALG_HKDF */ in query_config()
4953 #if defined(PSA_WANT_ALG_HKDF) in list_config()
4954 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ALG_HKDF); in list_config()
4955 #endif /* PSA_WANT_ALG_HKDF */ in list_config()
/third_party/mbedtls/library/
H A Dpsa_crypto.c6585 #if defined(PSA_WANT_ALG_HKDF) in psa_key_derivation_set_maximum_capacity()

Completed in 17 milliseconds