Home
last modified time | relevance | path

Searched refs:TEEC_LOGIN_PUBLIC (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c151 TEEC_LOGIN_PUBLIC, in trusty_base_write_security_data()
255 TEEC_LOGIN_PUBLIC, in trusty_base_read_security_data()
330 TEEC_LOGIN_PUBLIC, in trusty_base_end_security_data()
378 TEEC_LOGIN_PUBLIC, in trusty_notify_always_use_security()
507 TEEC_LOGIN_PUBLIC, in trusty_base_end_efuse_or_otp()
558 TEEC_LOGIN_PUBLIC, in trusty_base_efuse_or_otp_operation()
695 TEEC_LOGIN_PUBLIC, in trusty_ta_encryption_key_is_written()
751 TEEC_LOGIN_PUBLIC, in trusty_oem_encrypt_data_is_written()
842 TEEC_LOGIN_PUBLIC, in trusty_write_oem_ns_otp()
907 TEEC_LOGIN_PUBLIC, in trusty_read_oem_ns_otp()
[all …]
H A DOpteeClientApiLib.c342 if (connection_method != TEEC_LOGIN_PUBLIC) { in TEEC_OpenSession()
H A DOpteeClientSMC.c95 TeeSmcMetaSession->clnt_login = TEEC_LOGIN_PUBLIC; in TEEC_SMC_OpenSession()
/rk3399_rockchip-uboot/common/
H A Dkeymaster.c66 TEEC_LOGIN_PUBLIC, in read_from_keymaster()
166 TEEC_LOGIN_PUBLIC, in write_to_keymaster()
H A Dwrite_keybox.c69 TEEC_LOGIN_PUBLIC, in write_to_security_storage()
170 TEEC_LOGIN_PUBLIC, in rk_send_keybox_to_ta()
/rk3399_rockchip-uboot/cmd/
H A Doptee.c56 TEEC_LOGIN_PUBLIC, in test_secure_storage_default()
193 TEEC_LOGIN_PUBLIC, in test_secure_storage_security_partition()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_client_api.h186 #define TEEC_LOGIN_PUBLIC 0x00000000 macro