Home
last modified time | relevance | path

Searched refs:APPLOADER_SECURE_CMD_LOAD_APPLICATION (Results 1 – 4 of 4) sorted by relevance

/trusty/user/base/interface/apploader/include/interface/apploader/
Dapploader_secure.h31 APPLOADER_SECURE_CMD_LOAD_APPLICATION = (1 << APPLOADER_SECURE_REQ_SHIFT), enumerator
/trusty/user/base/app/apploader/tests/
Dapploader_test.c614 error = make_request(_state->channel, APPLOADER_SECURE_CMD_LOAD_APPLICATION, in TEST_F()
630 error = make_request(_state->channel, APPLOADER_SECURE_CMD_LOAD_APPLICATION, in TEST_F()
646 error = make_request(_state->channel, APPLOADER_SECURE_CMD_LOAD_APPLICATION, in TEST_F()
671 error = make_request(_state->channel, APPLOADER_SECURE_CMD_LOAD_APPLICATION, in TEST_F()
699 error = make_request(_state->channel, APPLOADER_SECURE_CMD_LOAD_APPLICATION, in TEST_F()
726 error = make_request(_state->channel, APPLOADER_SECURE_CMD_LOAD_APPLICATION, in TEST_F()
754 error = make_request(_state->channel, APPLOADER_SECURE_CMD_LOAD_APPLICATION, in TEST_F()
784 error = make_request(_state->channel, APPLOADER_SECURE_CMD_LOAD_APPLICATION, in TEST_F()
/trusty/kernel/services/apploader/
Dapploader_service.c279 chan, APPLOADER_SECURE_CMD_LOAD_APPLICATION, APPLOADER_NO_ERROR, in apploader_service_handle_cmd_load_application()
294 chan, APPLOADER_SECURE_CMD_LOAD_APPLICATION, resp_error, NULL, 0); in apploader_service_handle_cmd_load_application()
326 case APPLOADER_SECURE_CMD_LOAD_APPLICATION: in apploader_service_handle_msg()
/trusty/user/base/app/apploader/
Dapploader.c227 .cmd = APPLOADER_SECURE_CMD_LOAD_APPLICATION, in apploader_send_secure_load_command()
257 (APPLOADER_SECURE_CMD_LOAD_APPLICATION | APPLOADER_SECURE_RESP_BIT)) { in apploader_send_secure_load_command()