Searched refs:return_words (Results 1 – 3 of 3) sorted by relevance
824 *profile_obj = (void*)txm_call.return_words[0]; in txm_register_provisioning_profile()877 profile_addr = txm_call.return_words[0]; in txm_unregister_provisioning_profile()878 profile_size = txm_call.return_words[1]; in txm_unregister_provisioning_profile()989 return (uint8_t*)txm_call.return_words[0]; in txm_get_local_signing_public_key()1045 *sig_obj = (void*)txm_call.return_words[0]; in txm_register_code_signature()1046 *txm_signature_addr = txm_call.return_words[1]; in txm_register_code_signature()1086 signature_addr = txm_call.return_words[0]; in txm_unregister_code_signature()1087 signature_size = txm_call.return_words[1]; in txm_unregister_code_signature()1127 return_addr = txm_call.return_words[0]; in txm_reconstitute_code_signature()1128 return_size = txm_call.return_words[1]; in txm_reconstitute_code_signature()[all …]
89 num_static_trust_caches = (uint32_t)txm_call.return_words[1]; in get_trust_cache_info()90 static_trust_cache_capabilities0 = (TCCapabilities_t)txm_call.return_words[2]; in get_trust_cache_info()91 static_trust_cache_capabilities1 = (TCCapabilities_t)txm_call.return_words[3]; in get_trust_cache_info()212 query_token->trustCache = (const TrustCache_t*)txm_call.return_words[0]; in txm_query_trust_cache()213 query_token->trustCacheEntry = (const void*)txm_call.return_words[1]; in txm_query_trust_cache()242 *rem_perms = (uint8_t)txm_call.return_words[0]; in txm_query_trust_cache_for_rem()
85 uint64_t return_words[kTXMStackReturnWords]; member