Home
last modified time | relevance | path

Searched refs:CFG_CRYPTO_ECB (Results 1 – 14 of 14) sorted by relevance

/optee_os/lib/libmbedtls/core/
A Dsub.mk9 srcs-$(CFG_CRYPTO_ECB) += aes_ecb.c
14 srcs-$(CFG_CRYPTO_ECB) += des_ecb.c
15 srcs-$(CFG_CRYPTO_ECB) += des3_ecb.c
/optee_os/core/include/crypto/
A Dcrypto_impl.h168 #if defined(CFG_CRYPTO_AES) && defined(CFG_CRYPTO_ECB)
198 #if defined(CFG_CRYPTO_DES) && defined(CFG_CRYPTO_ECB)
214 #if defined(CFG_CRYPTO_SM4) && defined(CFG_CRYPTO_ECB)
/optee_os/core/crypto/
A Dsub.mk37 srcs-$(CFG_CRYPTO_ECB) += sm4-ecb.c
/optee_os/out/arm/export-ta_arm64/host_include/
A Dconf.h60 #define CFG_CRYPTO_ECB 1 macro
A Dconf.mk63 CFG_CRYPTO_ECB=y
A Dconf.cmake60 set(CFG_CRYPTO_ECB y) variable
/optee_os/out/arm/include/generated/
A Dconf.h60 #define CFG_CRYPTO_ECB 1 macro
/optee_os/out/arm/export-ta_arm32/host_include/
A Dconf.h60 #define CFG_CRYPTO_ECB 1 macro
A Dconf.mk63 CFG_CRYPTO_ECB=y
A Dconf.cmake60 set(CFG_CRYPTO_ECB y) variable
/optee_os/out/arm/
A Dconf.mk63 CFG_CRYPTO_ECB=y
A Dconf.cmake60 set(CFG_CRYPTO_ECB y) variable
/optee_os/core/
A Dcrypto.mk15 CFG_CRYPTO_ECB ?= y
/optee_os/lib/libutee/
A Dtee_api_operations.c1844 if (IS_ENABLED(CFG_CRYPTO_ECB)) { in TEE_IsAlgorithmSupported()
1883 if (IS_ENABLED(CFG_CRYPTO_ECB)) { in TEE_IsAlgorithmSupported()
1964 if (IS_ENABLED(CFG_CRYPTO_ECB)) { in TEE_IsAlgorithmSupported()

Completed in 17 milliseconds