/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | safestack.h | 154 # define SKM_sk_set(type, st,i,val) \ argument 158 # define SKM_sk_push(type, st, val) \ argument 160 # define SKM_sk_unshift(type, st, val) \ argument 162 # define SKM_sk_find(type, st, val) \ argument 164 # define SKM_sk_find_ex(type, st, val) \ argument 171 # define SKM_sk_insert(type, st,val, i) \ argument 419 # define sk_BIO_push(st, val) SKM_sk_push(BIO, (st), (val)) argument 421 # define sk_BIO_find(st, val) SKM_sk_find(BIO, (st), (val)) argument 1497 # define sk_SCT_push(st, val) SKM_sk_push(SCT, (st), (val)) argument 1499 # define sk_SCT_find(st, val) SKM_sk_find(SCT, (st), (val)) argument [all …]
|
A D | crypto.h | 450 unsigned long val; member
|
A D | asn1t.h | 432 # define ADB_ENTRY(val, template) {val, template} argument
|
A D | x509v3.h | 381 # define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \ argument
|
/optee_test-3.20.0/host/xtest/ |
A D | regression_5000.c | 169 uint8_t val[] = { 54, 76, 98, 32 }; in Allocate_InOut() local 193 uint8_t val[] = { 32, 65, 43, 21, 98 }; in Register_In() local 219 uint8_t val[] = { 56, 67, 78, 99 }; in Register_notZeroLength_Out() local 245 uint8_t val[] = { 54, 76, 23, 98, 255, 23, 86 }; in Register_InOut() local 269 uint8_t val[] = { 65, 76, 98, 32 }; in Register_zeroLength_Out() local 394 uint8_t val[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 }; in RegisterSameMemory_twice() local 454 uint8_t val[SHM_32K_SIZE] = { }; in Register_sharedMemory_32k() local
|
A D | regression_2000.c | 545 int val = 0; in test_2003_accept_cb() local 566 uint32_t val = 0; in xtest_tee_test_2003() local
|
A D | regression_4100.c | 532 uint32_t h, int32_t *val) in cmd_get_value_s32() 866 const char str[], int32_t val, in compare_s32() 931 int32_t val; in test_4104() member 1167 const char *val; in test_4106() member
|
/optee_test-3.20.0/ta/os_test_lib/ |
A D | os_test_lib_cxx.cpp | 15 int val; member in OsTestLibCtorTest
|
/optee_test-3.20.0/ta/os_test_lib_dl/ |
A D | os_test_lib_dl_cxx.cpp | 15 int val; member in OsTestLibDlCtorTest
|
/optee_test-3.20.0/scripts/ |
A D | rsp_to_gcm_test.py | 8 def to_compound_str(val): argument
|
/optee_test-3.20.0/ta/crypt/ |
A D | cryp_taf.c | 39 static TEE_OperationHandle op_handle_put(uint32_t val) in op_handle_put() 54 static TEE_OperationHandle op_handle_lookup(uint32_t val) in op_handle_lookup() 82 static TEE_ObjectHandle obj_handle_put(uint32_t val) in obj_handle_put() 97 static TEE_ObjectHandle obj_handle_lookup(uint32_t val) in obj_handle_lookup()
|
/optee_test-3.20.0/ta/os_test/ |
A D | cxx_tests.cpp | 22 int val; member in CtorTest
|
/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_client_api.h | 189 #define TEEC_defineMemoryContent_sharedMemory(sh_mem, val, size_val) \ argument 193 #define TEEC_defineMemoryContent_tmpMemory(buf, val, size_val) \ argument
|
A D | xml_internal_api.h | 240 static uint64_t value_to_u64(TEEC_Value *val) in value_to_u64()
|
A D | xml_crypto_api.h | 2703 const void *val; member
|