| /optee_test/host/xtest/ |
| A D | regression_6000.c | 452 uint32_t obj = 0; in test_truncate_file_length() local 521 uint32_t obj = 0; in test_extend_file_length() local 595 uint32_t obj = 0; in test_file_hole() local 679 uint32_t obj = 0; in xtest_tee_test_6001_single() local 708 uint32_t obj = 0; in xtest_tee_test_6002_single() local 1952 &obj, in xtest_tee_test_6020_single() 1967 &obj, in xtest_tee_test_6020_single() 2002 &obj, in xtest_tee_test_6020_single() 2014 &obj, in xtest_tee_test_6020_single() 2030 &obj, in xtest_tee_test_6020_single() [all …]
|
| /optee_test/host/openssl/include/openssl/ |
| A D | x509.h | 848 int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj); 849 int X509_add1_reject_object(X509 *x, ASN1_OBJECT *obj); 928 int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, ASN1_OBJECT *obj, 934 const ASN1_OBJECT *obj, int type, 1012 int X509_NAME_get_text_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, 1020 int X509_NAME_get_index_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, 1056 ASN1_OBJECT *obj, int lastpos); 1066 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos); 1088 int X509_REVOKED_get_ext_by_OBJ(X509_REVOKED *x, ASN1_OBJECT *obj, 1115 ASN1_OBJECT *obj, int lastpos); [all …]
|
| A D | ocsp.h | 496 int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj, 509 int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, ASN1_OBJECT *obj, int lastpos); 520 int OCSP_BASICRESP_get_ext_by_OBJ(OCSP_BASICRESP *x, ASN1_OBJECT *obj, 534 int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, ASN1_OBJECT *obj,
|
| A D | cms.h | 293 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, 299 const ASN1_OBJECT *obj, int type, 313 int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, 319 const ASN1_OBJECT *obj, int type,
|
| A D | pkcs12.h | 177 PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it, 223 void *obj, int zbuf);
|
| A D | ts.h | 389 int TS_REQ_get_ext_by_OBJ(TS_REQ *a, ASN1_OBJECT *obj, int lastpos); 450 int TS_TST_INFO_get_ext_by_OBJ(TS_TST_INFO *a, ASN1_OBJECT *obj, int lastpos); 724 int TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj);
|
| A D | crypto.h | 417 int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad); 420 void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
|
| A D | asn1.h | 1068 ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d, 1071 # define ASN1_pack_string_of(type,obj,i2d,oct) \ argument 1072 (ASN1_pack_string(CHECKED_PTR_OF(type, obj), \ 1076 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it,
|
| A D | objects.h | 1105 int OBJ_add_object(const ASN1_OBJECT *obj);
|
| /optee_test/ta/storage/ |
| A D | storage.c | 343 TEE_ObjectInfo *obj = NULL; in ta_storage_cmd_next_enum() local 357 obj = NULL; in ta_storage_cmd_next_enum() 365 obj = TEE_Malloc(sizeof(TEE_ObjectInfo), 0); in ta_storage_cmd_next_enum() 366 if (!obj) in ta_storage_cmd_next_enum() 377 res = TEE_GetNextPersistentObject(oe, obj, b2, ¶ms[2].memref.size); in ta_storage_cmd_next_enum() 382 if (obj) in ta_storage_cmd_next_enum() 383 TEE_MemMove(params[1].memref.buffer, obj, sizeof(*obj)); in ta_storage_cmd_next_enum() 386 TEE_Free(obj); in ta_storage_cmd_next_enum()
|
| /optee_test/host/xtest/gp/include/ |
| A D | xml_datastorage_api.h | 1741 uint32_t obj, in GetObjectValueAttribute_helper() argument 1750 op.params[0].value.a = obj; in GetObjectValueAttribute_helper() 1773 uint32_t n, uint32_t obj, uint32_t attr_id) in get_value_attr() argument 1777 obj, attr_id, true, true); in get_value_attr() 1785 obj, attr_id, false, in get_buffer_attr() 1790 uint32_t obj, const uint32_t attr_ids[], in GetAttributes_helper() argument 1809 uint32_t obj) in Macro_GetDHAttributes() argument 1817 return GetAttributes_helper(c, sess, obj, attrs, in Macro_GetDHAttributes() 1827 uint32_t cmd, uint32_t obj, in Invoke_GetObjectValueAttribute() argument 1837 uint32_t obj) in Macro_GetRSAAttributes() argument [all …]
|
| A D | xml_common_api.h | 216 uint32_t cmd, uint32_t obj, in GetObjectBufferAttribute_helper() argument 243 op.params[0].value.a = obj; in GetObjectBufferAttribute_helper() 268 uint32_t cmd, uint32_t obj, uint32_t attr_id, in Invoke_GetObjectBufferAttribute() argument 271 return GetObjectBufferAttribute_helper(c, sess, 0, cmd, obj, attr_id, in Invoke_GetObjectBufferAttribute()
|
| /optee_test/ |
| A D | .gitignore | 20 /obj
|