Home
last modified time | relevance | path

Searched refs:EMSG (Results 1 – 9 of 9) sorted by relevance

/optee_client/libckteec/src/
A Dinvoke_ta.c262 EMSG("missing CKTEEC_LOGIN_GID"); in ckteec_invoke_init()
271 EMSG("failed to convert CKTEEC_LOGIN_GID"); in ckteec_invoke_init()
279 EMSG("invalid value for CKTEEC_LOGIN_TYPE"); in ckteec_invoke_init()
296 EMSG("TEEC init context failed\n"); in ckteec_invoke_init()
304 EMSG("TEEC open session failed %x from %d\n", res, origin); in ckteec_invoke_init()
322 EMSG("pthread_mutex_unlock: %s", strerror(e)); in ckteec_invoke_init()
323 EMSG("terminating..."); in ckteec_invoke_init()
337 EMSG("pthread_mutex_lock: %s", strerror(e)); in ckteec_invoke_terminate()
338 EMSG("terminating..."); in ckteec_invoke_terminate()
354 EMSG("pthread_mutex_unlock: %s", strerror(e)); in ckteec_invoke_terminate()
[all …]
/optee_client/tee-supplicant/src/
A Drpmb.c174 EMSG("Only one MMC device is supported"); in mmc_rpmb_fd()
327 EMSG("Cannot check MAC (key not set)"); in is_hmac_valid()
338 EMSG("Invalid MAC"); in is_hmac_valid()
358 EMSG("Cannot compute MAC (key not set)"); in compute_hmac()
429 EMSG("Key already set"); in ioctl_emu_setkey()
560 EMSG("Unexpected"); in ioctl_emu_cmd()
598 EMSG("Unsupported ioctl: 0x%lx", request); in ioctl_emu()
691 EMSG("Expected only one response frame"); in rpmb_data_req()
727 EMSG("Expected only one response frame"); in rpmb_data_req()
737 EMSG("Expected only one request frame"); in rpmb_data_req()
[all …]
A Dtee_supplicant.c295 EMSG(" TA not found"); in load_ta()
420 EMSG("munmap(%p, %zu) failed - Error = %s", in process_free()
559 EMSG("Unexpected meta parameter"); in find_params()
584 EMSG("pthread_create: %s", strerror(e)); in spawn_thread()
591 EMSG("pthread_detach: %s", strerror(e)); in spawn_thread()
693 EMSG("terminating..."); in main()
710 EMSG("daemon(): %s", strerror(errno)); in main()
717 EMSG("failed to open \"%s\"", argv[1]); in main()
729 EMSG("failed to load plugins"); in main()
795 EMSG("terminating..."); in tee_supp_mutex_lock()
[all …]
A Dplugin.c132 EMSG("allocate mem for plugin <%s> failed", in plugin_load_all()
141 EMSG("open plugin <%s> failed: %s", in plugin_load_all()
146 EMSG("find 'plugin_method' sym in <%s> failed: %s", in plugin_load_all()
160 EMSG("init the <%s> plugin failed with 0x%x", in plugin_load_all()
A Dteec_ta_load.c122 EMSG("wrong TA path [%s]", fname); in try_load_secure_module()
A Dtee_socket.c320 EMSG("tee_socket_close: close(%d): %s", fd, strerror(errno)); in tee_socket_close()
332 EMSG("sock_close_cb instance_id %d handle %d fd %d: %s", in sock_close_cb()
A Dtee_supp_fs.c615 EMSG("error tee_supp_fs_init: failed to create %s/", in tee_supp_fs_process()
/optee_client/public/
A Dteec_trace.h104 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) macro
114 EMSG("Function returns with [%d]", r); \
/optee_client/libteec/src/
A Dtee_client_api.c102 EMSG("TEE_IOC_VERSION failed"); in teec_open_dev()
643 EMSG("TEE_IOC_OPEN_SESSION failed"); in TEEC_OpenSession()
675 EMSG("Failed to close session 0x%x", session->session_id); in TEEC_CloseSession()
732 EMSG("TEE_IOC_INVOKE failed"); in TEEC_InvokeCommand()
773 EMSG("TEE_IOC_CANCEL: %s", strerror(errno)); in TEEC_RequestCancellation()

Completed in 14 milliseconds