Home
last modified time | relevance | path

Searched refs:CFG_CRYPTO_AES (Results 1 – 19 of 19) sorted by relevance

/optee_os/core/include/crypto/
A Dcrypto_impl.h168 #if defined(CFG_CRYPTO_AES) && defined(CFG_CRYPTO_ECB)
174 #if defined(CFG_CRYPTO_AES) && defined(CFG_CRYPTO_CBC)
180 #if defined(CFG_CRYPTO_AES) && defined(CFG_CRYPTO_CTR)
186 #if defined(CFG_CRYPTO_AES) && defined(CFG_CRYPTO_CTS)
192 #if defined(CFG_CRYPTO_AES) && defined(CFG_CRYPTO_XTS)
/optee_os/out/arm/export-ta_arm64/include/
A Dmbedtls_config_kernel.h48 #if defined(CFG_CRYPTO_AES)
/optee_os/out/arm/export-ta_arm64/host_include/
A Dmbedtls_config_kernel.h48 #if defined(CFG_CRYPTO_AES)
A Dconf.h47 #define CFG_CRYPTO_AES 1 macro
A Dconf.mk50 CFG_CRYPTO_AES=y
A Dconf.cmake47 set(CFG_CRYPTO_AES y) variable
/optee_os/out/arm/export-ta_arm32/host_include/
A Dmbedtls_config_kernel.h48 #if defined(CFG_CRYPTO_AES)
A Dconf.h47 #define CFG_CRYPTO_AES 1 macro
A Dconf.mk50 CFG_CRYPTO_AES=y
A Dconf.cmake47 set(CFG_CRYPTO_AES y) variable
/optee_os/out/arm/export-ta_arm32/include/
A Dmbedtls_config_kernel.h48 #if defined(CFG_CRYPTO_AES)
/optee_os/lib/libmbedtls/include/
A Dmbedtls_config_kernel.h48 #if defined(CFG_CRYPTO_AES)
/optee_os/core/crypto/
A Dsub.mk3 ifeq (y-y,$(CFG_CRYPTO_AES)-$(CFG_CRYPTO_GCM))
/optee_os/lib/libmbedtls/core/
A Dsub.mk7 ifeq ($(CFG_CRYPTO_AES),y)
/optee_os/core/
A Dcrypto.mk10 CFG_CRYPTO_AES ?= y
82 CFG_CRYPTO_AES_ARM_CE ?= $(CFG_CRYPTO_AES)
/optee_os/out/arm/include/generated/
A Dconf.h47 #define CFG_CRYPTO_AES 1 macro
/optee_os/out/arm/
A Dconf.mk50 CFG_CRYPTO_AES=y
A Dconf.cmake47 set(CFG_CRYPTO_AES y) variable
/optee_os/lib/libutee/
A Dtee_api_operations.c1843 if (IS_ENABLED(CFG_CRYPTO_AES)) { in TEE_IsAlgorithmSupported()

Completed in 21 milliseconds