Searched refs:object (Results 1 – 7 of 7) sorted by relevance
| /optee_test/host/xtest/gp/patches/ |
| A D | 0010-TEE_DataStorage_API.xml.patch | 31 …object object into the buffer pointed to by buffer. The object handle MUST have been opened with t… 39 …object object into the buffer pointed to by buffer. The object handle MUST have been opened with t… 47 …object object into the buffer pointed to by buffer. The object handle MUST have been opened with t… 55 …object object into the buffer pointed to by buffer. The object handle MUST have been opened with t… 63 …object object into the buffer pointed to by buffer. The object handle MUST have been opened with t… 71 …object object into the buffer pointed to by buffer. The object handle MUST have been opened with t… 79 …object object into the buffer pointed to by buffer. The object handle MUST have been opened with t… 87 …object object into the buffer pointed to by buffer. The object handle MUST have been opened with t…
|
| /optee_test/ta/storage_benchmark/ |
| A D | benchmark.c | 69 TEE_ObjectHandle object = TEE_HANDLE_NULL; in prepare_test_file() local 77 NULL, NULL, 0, &object); in prepare_test_file() 99 TEE_CloseObject(object); in prepare_test_file() 224 res = TEE_SeekObjectData(object, negative_chunk_size, in test_rewrite() 304 TEE_ObjectHandle object = TEE_HANDLE_NULL; in ta_stroage_benchmark_chunk_access_test() local 348 &object); in ta_stroage_benchmark_chunk_access_test() 357 res = test_read(object, data_size, chunk_buf, in ta_stroage_benchmark_chunk_access_test() 362 res = test_write(object, data_size, chunk_buf, in ta_stroage_benchmark_chunk_access_test() 367 res = test_rewrite(object, data_size, chunk_buf, in ta_stroage_benchmark_chunk_access_test() 379 res = verify_file_data(object, data_size, in ta_stroage_benchmark_chunk_access_test() [all …]
|
| /optee_test/ta/storage/ |
| A D | storage.c | 514 TEE_ObjectHandle object = TEE_HANDLE_NULL; in ta_storage_cmd_loop() local 528 object = TEE_HANDLE_NULL; in ta_storage_cmd_loop() 533 &object); in ta_storage_cmd_loop() 540 res = TEE_CloseAndDeletePersistentObject1(object); in ta_storage_cmd_loop()
|
| /optee_test/host/xtest/ |
| A D | LICENSE | 135 under Section 2) in object code or executable form under the terms of 152 received the program in object code or executable form with such 166 If distribution of executable or object code is made by offering 170 compelled to copy the source along with the object code.
|
| A D | pkcs11_1000.c | 1280 CK_OBJECT_HANDLE object = CK_INVALID_HANDLE; in cipher_init_final() local 1290 rv = C_CreateObject(session, attr_key, attr_count, &object); in cipher_init_final() 1295 rv = C_EncryptInit(session, mechanism, object); in cipher_init_final() 1297 rv = C_DecryptInit(session, mechanism, object); in cipher_init_final() 1329 rv2 = C_DestroyObject(session, object); in cipher_init_final() 1476 CK_OBJECT_HANDLE object = CK_INVALID_HANDLE; in open_cipher_session() local 1494 rv = C_CreateObject(*session, attr_key, attr_count, &object); in open_cipher_session() 1501 rv = C_EncryptInit(*session, mechanism, object); in open_cipher_session() 1503 rv = C_DecryptInit(*session, mechanism, object); in open_cipher_session()
|
| /optee_test/host/openssl/include/openssl/ |
| A D | x509.h | 169 ASN1_OBJECT *object; member 197 ASN1_OBJECT *object; member 209 ASN1_OBJECT *object; member
|
| A D | asn1.h | 530 ASN1_OBJECT *object; member
|
Completed in 24 milliseconds