Home
last modified time | relevance | path

Searched full:cfg_nxp_se05x (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/drivers/crypto/se050/
H A Dcrypto.mk1 ifeq ($(CFG_NXP_SE05X),y)
104 endif # CFG_NXP_SE05X
/optee_os/core/drivers/crypto/
H A Dsub.mk7 subdirs-$(CFG_NXP_SE05X) += se050
/optee_os/.github/workflows/
H A Dci.yml210 …if [ -d $HOME/se050/plug-and-trust ]; then _make PLATFORM=imx-mx6ullevk CFG_NXP_SE05X=y CFG_IMX_I2…
211 …CFG_NXP_CAAM=y CFG_NXP_CAAM_AE_{GCM,CCM}_DRV=y CFG_NXP_CAAM_RNG_DRV=y CFG_NXP_SE05X=y CFG_IMX_I2C=…
/optee_os/core/arch/arm/plat-imx/
H A Dconf.mk603 ifeq ($(CFG_NXP_SE05X),y)
/optee_os/core/tee/
H A Dtee_svc_storage.c462 if (IS_ENABLED(CFG_NXP_SE05X)) { in syscall_storage_obj_del()