Home
last modified time | relevance | path

Searched refs:TEEC_VALUE_INPUT (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c132 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in trusty_base_write_security_data()
236 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in trusty_base_read_security_data()
864 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in trusty_write_oem_ns_otp()
928 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in trusty_read_oem_ns_otp()
996 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in trusty_write_oem_otp_key()
1100 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in trusty_set_oem_hr_otp_read_lock()
1201 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in trusty_oem_otp_key_cipher()
1203 TEEC_VALUE_INPUT, in trusty_oem_otp_key_cipher()
1204 TEEC_VALUE_INPUT); in trusty_oem_otp_key_cipher()
1269 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in trusty_write_oem_hdcp_key()
[all …]
/rk3399_rockchip-uboot/common/
H A Dkeymaster.c46 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in read_from_keymaster()
146 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in write_to_keymaster()
H A Dwrite_keybox.c58 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in write_to_security_storage()
151 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in rk_send_keybox_to_ta()
/rk3399_rockchip-uboot/cmd/
H A Doptee.c41 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in test_secure_storage_default()
183 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in test_secure_storage_security_partition()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_client_api.h79 #define TEEC_VALUE_INPUT 0x00000001 macro