Searched defs:h (Results 1 – 9 of 9) sorted by relevance
/optee_test/ta/socket/ |
A D | ta_entry.c | 48 struct sock_handle h = { }; in ta_entry_tcp_open() local 87 struct sock_handle h = { }; in ta_entry_udp_open() local 125 struct sock_handle *h = NULL; in ta_entry_close() local 146 struct sock_handle *h = NULL; in ta_entry_send() local 170 struct sock_handle *h = NULL; in ta_entry_recv() local 193 struct sock_handle *h = NULL; in ta_entry_error() local 216 struct sock_handle *h = NULL; in ta_entry_ioctl() local
|
/optee_test/ta/crypt/include/ |
A D | sha2_impl.h | 54 uint32_t h[8]; member 61 uint32_t h[8]; member
|
/optee_test/host/openssl/include/openssl/ |
A D | sha.h | 135 SHA_LONG h[8]; member 184 SHA_LONG64 h[8]; member
|
A D | mdc2.h | 78 DES_cblock h, hh; member
|
/optee_test/host/xtest/ |
A D | regression_4100.c | 98 int32_t sign, uint32_t h) in cmd_from_octet_string() 434 const char *str, uint32_t h) in convert_from_string() 478 uint32_t *buf_len, int32_t *sign, uint32_t h) in cmd_get_value() 500 const char *name, uint32_t h) in print_handle() 530 uint32_t h, int32_t *val) in cmd_get_value_s32() 771 uint32_t h = TA_CRYPT_ARITH_INVALID_HANDLE; in test_4103() local 869 uint32_t h = TA_CRYPT_ARITH_INVALID_HANDLE; in compare_s32() local
|
/optee_test/ta/os_test/ |
A D | os_test.c | 71 static TEE_Result get_binblock_property(TEE_PropSetHandle h, in get_binblock_property() 104 static TEE_Result print_properties(TEE_PropSetHandle h, in print_properties() 376 TEE_PropSetHandle h = TEE_HANDLE_NULL; in test_properties() local
|
/optee_test/ta/crypt/ |
A D | sha2_impl.c | 79 #define SHA256_EXP(a, b, c, d, e, f, g, h, j) \ argument
|
A D | arith_taf.c | 56 int h = handle_get(&hdb, ptr); in get_handle() local
|
A D | cryp_taf.c | 19 #define HANDLE2VAL(h) (uint32_t)(h == TEE_HANDLE_NULL ? (uintptr_t)h : (uintptr_t)((uintptr_t)h - (… argument
|
Completed in 21 milliseconds