Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 26) sorted by relevance

12

/optee_test-3.20.0/ta/socket/
A Dta_entry.c48 struct sock_handle h = { }; in ta_entry_tcp_open() local
74 h.socket = TEE_tcpSocket; in ta_entry_tcp_open()
75 res = h.socket->open(&h.ctx, &setup, &params[3].value.a); in ta_entry_tcp_open()
78 memcpy(params[2].memref.buffer, &h, sizeof(h)); in ta_entry_tcp_open()
114 res = h.socket->open(&h.ctx, &setup, &params[3].value.a); in ta_entry_udp_open()
117 memcpy(params[2].memref.buffer, &h, sizeof(h)); in ta_entry_udp_open()
141 return h->socket->close(h->ctx); in ta_entry_close()
164 return h->socket->send(h->ctx, params[1].memref.buffer, in ta_entry_send()
187 return h->socket->recv(h->ctx, params[1].memref.buffer, in ta_entry_recv()
210 params[1].value.a = h->socket->error(h->ctx); in ta_entry_error()
[all …]
/optee_test-3.20.0/ta/crypt/
A Dsha2_impl.c142 wv[j] = ctx->h[j]; in sha256_transf()
227 wv[0] = ctx->h[0]; in sha256_transf()
228 wv[1] = ctx->h[1]; in sha256_transf()
229 wv[2] = ctx->h[2]; in sha256_transf()
230 wv[3] = ctx->h[3]; in sha256_transf()
231 wv[4] = ctx->h[4]; in sha256_transf()
232 wv[5] = ctx->h[5]; in sha256_transf()
233 wv[6] = ctx->h[6]; in sha256_transf()
234 wv[7] = ctx->h[7]; in sha256_transf()
301 ctx->h[0] += wv[0]; in sha256_transf()
[all …]
A Dcryp_taf.c41 void *h = NULL; in op_handle_put() local
45 if (!h) { in op_handle_put()
51 return h; in op_handle_put()
56 void *h = NULL; in op_handle_lookup() local
60 if (!h) { in op_handle_lookup()
66 return h; in op_handle_lookup()
84 void *h = NULL; in obj_handle_put() local
88 if (!h) { in obj_handle_put()
94 return h; in obj_handle_put()
103 if (!h) { in obj_handle_lookup()
[all …]
A Darith_taf.c56 int h = handle_get(&hdb, ptr); in get_handle() local
58 if (h < 0) { in get_handle()
63 *handle = (uint32_t)h | type; in get_handle()
/optee_test-3.20.0/host/xtest/gp/patches/
A D0005-GP_defs.h-enable-debug-prints.patch4 Subject: [PATCH 05/11] GP_defs.h: enable debug prints
10 TTAs_Internal_API_1_1_1/GP_defs.h | 7 ++++---
13 diff --git a/TTAs_Internal_API_1_1_1/GP_defs.h b/TTAs_Internal_API_1_1_1/GP_defs.h
15 --- a/TTAs_Internal_API_1_1_1/GP_defs.h
16 +++ b/TTAs_Internal_API_1_1_1/GP_defs.h
21 +#include <trace.h>
A D0004-TTA_Arithmetical-patch.patch8 .../TTA_Arithmetical/code_files/TTA_Arithmetical_protocol.h | 2 +-
11 …TTA_Arithmetical_protocol.h b/TTAs_Internal_API_1_1_1/TTA_Arithmetical/TTA_Arithmetical/code_files…
13 … a/TTAs_Internal_API_1_1_1/TTA_Arithmetical/TTA_Arithmetical/code_files/TTA_Arithmetical_protocol.h
14 … b/TTAs_Internal_API_1_1_1/TTA_Arithmetical/TTA_Arithmetical/code_files/TTA_Arithmetical_protocol.h
A D0002-TTAs-add-files-needed-to-compile.patch8 TTAs_Internal_API_1_1_1/GP_defs.h | 4 ++
140 diff --git a/TTAs_Internal_API_1_1_1/GP_defs.h b/TTAs_Internal_API_1_1_1/GP_defs.h
144 +++ b/TTAs_Internal_API_1_1_1/GP_defs.h
166 +cflags-y := -include ../../../../GP_defs.h
230 +cflags-y := -include ../../../../GP_defs.h
340 +cflags-y := -include ../../../../GP_defs.h
446 +cflags-y := -include ../../../../GP_defs.h
555 +cflags-y := -include ../../../../GP_defs.h
1133 +#include "ta_TCF_test.h"
1217 +#include "TTA_TCF_ICA_protocol.h"
[all …]
A D0003-TTA_TCF-patch.patch8 TTAs_Internal_API_1_1_1/TTA_TCF/TTA_TCF/code_files/TTA_TCF.h | 2 +-
11 …PI_1_1_1/TTA_TCF/TTA_TCF/code_files/TTA_TCF.h b/TTAs_Internal_API_1_1_1/TTA_TCF/TTA_TCF/code_files…
13 --- a/TTAs_Internal_API_1_1_1/TTA_TCF/TTA_TCF/code_files/TTA_TCF.h
14 +++ b/TTAs_Internal_API_1_1_1/TTA_TCF/TTA_TCF/code_files/TTA_TCF.h
A D0007-TTAs-revert-to-v1.1-types.patch11 .../TTA_Crypto/TTA_Crypto/code_files/TTA_Crypto_protocol.h | 2 +-
38 …pto/code_files/TTA_Crypto_protocol.h b/TTAs_Internal_API_1_1_1/TTA_Crypto/TTA_Crypto/code_files/TT…
40 --- a/TTAs_Internal_API_1_1_1/TTA_Crypto/TTA_Crypto/code_files/TTA_Crypto_protocol.h
41 +++ b/TTAs_Internal_API_1_1_1/TTA_Crypto/TTA_Crypto/code_files/TTA_Crypto_protocol.h
A D0014-Pass-upper-32-bits-of-TEE_PropSetHandle-in-value.b.patch48 + TEE_PropSetHandle h;
57 + cmdResult = TEE_AllocatePropertyEnumerator(&h);
58 + pParams[0] = ptr_to_param(h);
/optee_test-3.20.0/ta/os_test/
A Dos_test.c106 static TEE_Result print_properties(TEE_PropSetHandle h, in print_properties() argument
113 TEE_StartPropertyEnumerator(h, prop_set); in print_properties()
127 res = TEE_GetPropertyName(h, nbuf, &nblen); in print_properties()
234 TEE_GetPropertyAsBool(h, NULL, &v); in print_properties()
248 res = TEE_GetPropertyAsU32(h, NULL, &v); in print_properties()
263 TEE_GetPropertyAsUUID(h, NULL, &v); in print_properties()
278 TEE_GetPropertyAsIdentity(h, NULL, in print_properties()
352 res = TEE_GetNextProperty(h); in print_properties()
378 TEE_PropSetHandle h = TEE_HANDLE_NULL; in test_properties() local
420 res = TEE_AllocatePropertyEnumerator(&h); in test_properties()
[all …]
/optee_test-3.20.0/
A D.gitignore16 host/xtest/adbg_case_declare.h
17 host/xtest/adbg_entry_declare.h
A DAndroid.mk80 $(TARGET_OUT_HEADERS)/$(1).h: $(LOCAL_PATH)/$(2)
84 LOCAL_ADDITIONAL_DEPENDENCIES += $(TARGET_OUT_HEADERS)/$(1).h
120 LOCAL_CFLAGS += -I $(TA_DEV_KIT_DIR)/host_include -include conf.h
/optee_test-3.20.0/ta/crypt/include/
A Dsha2_impl.h54 uint32_t h[8]; member
61 uint32_t h[8]; member
/optee_test-3.20.0/host/xtest/
A DCMakeLists.txt27 OUTPUT regression_8100_${prefix}.h
29 --out ${CMAKE_CURRENT_BINARY_DIR}/regression_8100_${prefix}.h
35 ${CMAKE_CURRENT_BINARY_DIR}/regression_8100_${prefix}.h)
126 target_compile_options (${PROJECT_NAME} PRIVATE -include conf.h)
A Dregression_4100.c100 int32_t sign, uint32_t h) in cmd_from_octet_string() argument
106 op.params[0].value.a = h; in cmd_from_octet_string()
436 const char *str, uint32_t h) in convert_from_string() argument
486 op.params[0].value.a = h; in cmd_get_value()
502 const char *name, uint32_t h) in print_handle() argument
532 uint32_t h, int32_t *val) in cmd_get_value_s32() argument
538 op.params[0].value.a = h; in cmd_get_value_s32()
817 &session, data_str[n], h))) in test_4103()
873 res = cmd_new_var(c, s, 512, &h); in compare_s32()
877 res = convert_from_string(c, s, str, h); in compare_s32()
[all …]
/optee_test-3.20.0/host/openssl/include/openssl/
A Dmdc2.h78 DES_cblock h, hh; member
A Dsha.h135 SHA_LONG h[8]; member
184 SHA_LONG64 h[8]; member
A Dopensslconf.h127 #define OPENSSL_UNISTD <unistd.h>
A De_os2.h240 # define OPENSSL_UNISTD_IO <io.h>
A Dx509_vfy.h459 int X509_OBJECT_idx_by_subject(STACK_OF(X509_OBJECT) *h, int type,
461 X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h,
463 X509_OBJECT *X509_OBJECT_retrieve_match(STACK_OF(X509_OBJECT) *h,
A Ddes_old.h103 # error You must include des.h, not des_old.h directly.
107 # error <openssl/des_old.h> replaces <kerberos/des.h>.
A Dlhash.h175 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
/optee_test-3.20.0/host/xtest/gp/
A Dprepare_suite.sh21 rm -f TTAs_Internal_API_1_1_1/TEE_include/tee_internal_api.h
/optee_test-3.20.0/cert/
A Dmid.key25 5h/n6pk+MSXXPvGtWHxab+yYZYh8iIA22rtMCIU8kuld5s81cXofKPQgzqPJBmS5

Completed in 56 milliseconds

12