Home
last modified time | relevance | path

Searched refs:object (Results 1 – 7 of 7) sorted by relevance

/optee_test/host/xtest/gp/patches/
A D0010-TEE_DataStorage_API.xml.patch31object object into the buffer pointed to by buffer. The object handle MUST have been opened with t…
39object object into the buffer pointed to by buffer. The object handle MUST have been opened with t…
47object object into the buffer pointed to by buffer. The object handle MUST have been opened with t…
55object object into the buffer pointed to by buffer. The object handle MUST have been opened with t…
63object object into the buffer pointed to by buffer. The object handle MUST have been opened with t…
71object object into the buffer pointed to by buffer. The object handle MUST have been opened with t…
79object object into the buffer pointed to by buffer. The object handle MUST have been opened with t…
87object object into the buffer pointed to by buffer. The object handle MUST have been opened with t…
/optee_test/ta/storage_benchmark/
A Dbenchmark.c69 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 Dstorage.c514 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 DLICENSE135 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 Dpkcs11_1000.c1280 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 Dx509.h169 ASN1_OBJECT *object; member
197 ASN1_OBJECT *object; member
209 ASN1_OBJECT *object; member
A Dasn1.h530 ASN1_OBJECT *object; member

Completed in 34 milliseconds