Home
last modified time | relevance | path

Searched refs:TA_KEY_READ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/package/rockchip/tee-user-app/extra_app/host/
H A Dmain.c126 if (cmd == TA_KEY_READ) { in process_key()
174 res = TEEC_InvokeCommand(&session, TA_KEY_READ, &operation, &error_origin); in process_key()
190 res = TEEC_InvokeCommand(&session, TA_KEY_READ, &operation, &error_origin); in process_key()
288 return process_key((argc > 1) ? TA_KEY_READ : TA_KEY_WRITE, in process_recovery()
301 if (process_key(TA_KEY_READ, pw)) in process_ramfs()
/OK3568_Linux_fs/buildroot/package/rockchip/tee-user-app/extra_app/ta/include/
H A Dta_keybox.h13 #define TA_KEY_READ 1 macro
/OK3568_Linux_fs/buildroot/package/rockchip/tee-user-app/extra_app/ta/
H A Dkeybox.c142 case TA_KEY_READ: in TA_InvokeCommandEntryPoint()