Home
last modified time | relevance | path

Searched refs:field (Results 1 – 8 of 8) sorted by relevance

/optee_test-3.20.0/host/openssl/include/openssl/
A Dasn1t.h300 #field, ASN1_ITEM_ref(type) }
325 # define ASN1_SIMPLE(stname, field, type) ASN1_EX_TYPE(0,0, stname, field, type) argument
328 # define ASN1_OPT(stname, field, type) ASN1_EX_TYPE(ASN1_TFLG_OPTIONAL, 0, stname, field, type) argument
331 # define ASN1_IMP(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, 0) argument
334 # define ASN1_IMP_OPT(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPT… argument
338 # define ASN1_EXP(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, 0) argument
339 # define ASN1_EXP_OPT(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPT… argument
351 # define ASN1_SET_OF(stname, field, type) \ argument
354 # define ASN1_SET_OF_OPT(stname, field, type) \ argument
402 offsetof(name, field),\
[all …]
A Dtxt_db.h101 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
A Dx509.h1033 const char *field, int type,
1039 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
/optee_test-3.20.0/ta/tpm_log_test/
A Dta_entry.c47 uint32_t field = 0; in test_with_right_parameters() local
59 memcpy(&field, &buf[0], sizeof(uint32_t)); in test_with_right_parameters()
60 DMSG("\tPCRIndex = 0x%" PRIx32, field); in test_with_right_parameters()
67 if (field != 0) { in test_with_right_parameters()
72 memcpy(&field, &buf[4], sizeof(uint32_t)); in test_with_right_parameters()
73 DMSG("\tEventType = 0x%" PRIx32, field); in test_with_right_parameters()
80 if (field != 3) { in test_with_right_parameters()
/optee_test-3.20.0/host/xtest/adbg/src/
A Dadbg_run.c15 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
18 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
/optee_test-3.20.0/
A DCMakeLists.txt22 -Wno-missing-field-initializers
A DAndroid.mk123 LOCAL_CFLAGS += -Wno-missing-field-initializers -Wno-format-zero-length
/optee_test-3.20.0/host/xtest/gp/patches/
A D0008-TEE.xml.patch27field of an Operation structure to zero. In particular, an operation can be cancelled before it is…

Completed in 14 milliseconds