Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 27) sorted by relevance

12

/trusty/kernel/lib/trusty/
Dsmcall.c82 long res; in trusty_sm_fastcall() local
109 long res; in trusty_sm_stdcall() local
178 long res; in trusty_sm_nopcall() local
Dtipc_config.c37 status_t res; in tipc_init() local
Dtrusty_app.c358 bool res; in trusty_app_dma_is_allowed() local
689 bool res; in trusty_uuid_dma_is_allowed() local
Dtipc_dev_ql.c217 status_t res; in dev_create() local
Ductx.c109 int res; in uctx_init() local
/trusty/hardware/nxp/app/hwcrypto/
Dhwkey_srv_provider.c55 uint32_t res; in derive_key_v1() local
94 uint32_t res; in get_rpmb_ss_auth_key() local
125 uint32_t res; in unpack_kbox() local
Dhwrng_srv_provider.c32 uint32_t res = caam_hwrng(buf, buf_len); in hwrng_dev_get_rng_data() local
/trusty/kernel/lib/arm_ffa/
Darm_ffa.c365 status_t res = arm_ffa_call_features(SMC_FC_FFA_RX_RELEASE, in arm_ffa_rx_release_is_implemented() local
381 status_t res; in arm_ffa_rxtx_map_is_implemented() local
430 status_t res; in arm_ffa_mem_retrieve_req_is_implemented() local
489 status_t res = NO_ERROR; in arm_ffa_mem_retrieve() local
565 status_t res; in arm_ffa_mem_retrieve_start() local
714 status_t res; in arm_ffa_mem_retrieve_next_frag() local
743 status_t res; in arm_ffa_rx_release() local
764 status_t res; in arm_ffa_mem_relinquish() local
776 status_t res; in arm_ffa_setup() local
905 status_t res; in arm_ffa_init() local
/trusty/hardware/nxp/platform/imx/
Ddebug.c33 int res = -1; in platform_dgetc() local
/trusty/kernel/lib/tcrypto/
Dutils.c30 uint8_t res = 0; in tc_memcmp() local
/trusty/kernel/app/userscstest/
Duserscstest.c67 status_t res = in translate_uspace_ptr() local
213 int res = inspect_trusty_threads(); in TEST() local
/trusty/user/base/lib/libc-trusty/
Dtrusty_uio.c23 ssize_t res = _trusty_readv(fd, iov, iov_cnt); in readv() local
37 ssize_t res = _trusty_writev(fd, iov, iov_cnt); in writev() local
/trusty/user/app/storage/
Drpmb.c153 struct rpmb_packet* res, in rpmb_check_response()
218 struct rpmb_packet res; in rpmb_program_key() local
248 struct rpmb_packet res; in rpmb_read_counter() local
310 struct rpmb_packet res[MAX_PACKET_COUNT]; in rpmb_read_data() local
444 struct rpmb_packet res; in rpmb_write_data() local
Dblock_device_tipc.c226 enum block_read_error res; in block_device_tipc_ns_start_read() local
249 enum block_write_error res = BLOCK_WRITE_FAILED; in block_device_tipc_ns_start_write() local
Dblock_cache.c211 enum block_read_error res) { in block_cache_complete_read()
266 enum block_write_error res) { in block_cache_complete_write()
825 enum cache_load_result res; in block_cache_get() local
Dsuper.c1045 enum fs_check_result res = FS_CHECK_NO_ERROR; in fs_check_full() local
/trusty/user/base/app/apploader/tests/cbor_test/
Dcbor_test.cpp43 std::optional<bool> res; in TEST() local
131 auto res = cbor::encodeBstrHeader(std::numeric_limits<uint64_t>::max(), in TEST() local
139 auto res = cbor::mergeMaps(emptyEncoded, emptyEncoded); in TEST() local
318 auto res = enc.view(); in TEST() local
/trusty/user/app/storage/rpmb_dev/
Drpmb_dev.h38 struct rpmb_packet res[MAX_PACKET_COUNT]; member
/trusty/user/base/lib/unittest/
Dunittest.c82 int64_t res; in get_current_time_ns() local
/trusty/kernel/include/shared/lk/
Dtrusty_benchmark.h500 int64_t res = INT64_MAX; in trusty_bench_get_overhead() local
523 int res = snprintf(NULL, 0, "%s_%zu", test_name_in, in get_extended_bench_name() local
/trusty/user/app/storage/test/storage_host_test/
Dstorageproxy_shim.c57 bool res = false; in init_rpmb_state() local
/trusty/user/base/app/acvp/
Dacvp.cpp141 int res = HKDF(out.data(), out.size(), HashFunc(), secret.data(), in KAS_HKDF() local
/trusty/user/app/sample/hwcrypto/
Dhwkey_srv_fake_provider.c84 int res; in hkdf_self_test() local
/trusty/user/base/app/apploader/package_tool/
Dapploader_package_tool.cpp339 std::optional<ContentIsCoseEncrypt> res; in find_content_is_cose_encrypt() local
/trusty/user/base/lib/storage/
Dstorage.c75 static ssize_t check_response(struct storage_msg* msg, ssize_t res) { in check_response()

12