Searched refs:CFG_CRYPTO_DH (Results 1 – 18 of 18) sorted by relevance
73 #if defined(CFG_CRYPTO_RSA) || defined(CFG_CRYPTO_DH) || defined(CFG_CRYPTO_ECC)93 #if defined(CFG_CRYPTO_DH)
58 #define CFG_CRYPTO_DH 1 macro
61 CFG_CRYPTO_DH=y
58 set(CFG_CRYPTO_DH y) variable
24 srcs-$(call cfg-one-enabled, CFG_CRYPTO_RSA CFG_CRYPTO_DH \28 srcs-$(CFG_CRYPTO_DH) += dh.c
448 !defined(CFG_CRYPTO_DH) && !defined(CFG_CRYPTO_ECC)652 #if !defined(CFG_CRYPTO_DH)
44 CFG_CRYPTO_DH ?= y
2037 if (IS_ENABLED(CFG_CRYPTO_DH)) { in TEE_IsAlgorithmSupported()
Completed in 21 milliseconds