Home
last modified time | relevance | path

Searched refs:TEE_IMPL_ID_OPTEE (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtee.h61 #define TEE_IMPL_ID_OPTEE 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtee.h58 #define TEE_IMPL_ID_OPTEE 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtee.h58 #define TEE_IMPL_ID_OPTEE 1 macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/include/linux/
H A Dtee.h61 #define TEE_IMPL_ID_OPTEE 1 macro
/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Ddevice.c16 if (ver->impl_id == TEE_IMPL_ID_OPTEE) in optee_ctx_match()
H A Dcore.c202 .impl_id = TEE_IMPL_ID_OPTEE, in optee_get_version()
/OK3568_Linux_fs/kernel/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c181 return (ver->impl_id == TEE_IMPL_ID_OPTEE); in optee_ctx_match()
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Doptee-rng.c208 if (ver->impl_id == TEE_IMPL_ID_OPTEE) in optee_ctx_match()
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_ftpm_tee.c203 if ((ver->impl_id == TEE_IMPL_ID_OPTEE) && in ftpm_tee_match()
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-secure-otp.c44 if (ver->impl_id == TEE_IMPL_ID_OPTEE) in optee_ctx_match()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c110 if (vers.impl_id != TEE_IMPL_ID_OPTEE) in teec_open_dev()