Home
last modified time | relevance | path

Searched refs:obj_handle (Results 1 – 4 of 4) sorted by relevance

/optee_test/host/xtest/gp/include/
A Dxml_datastorage_api.h1221 op.params[0].value.a = obj_handle; in Invoke_ReadObjectData()
1260 uint32_t obj_handle, in Invoke_RenamePersistentObject() argument
1295 uint32_t obj_handle) in Invoke_AllocateTransientObject() argument
1380 uint32_t obj_handle, in Invoke_RestrictObjectUsage1() argument
1388 uint32_t obj_handle, in Invoke_RestrictObjectUsage() argument
1396 uint32_t obj_handle) in Invoke_ResetTransientObject() argument
1404 uint32_t obj_handle) in Invoke_CloseAndDeletePersistentObject1() argument
1412 uint32_t obj_handle) in Invoke_CloseAndDeletePersistentObject() argument
1432 uint32_t obj_handle) in Invoke_CreatePersistentObject() argument
1481 uint32_t obj_handle) in Invoke_OpenPersistentObject() argument
[all …]
A Dxml_common_api.h277 uint32_t obj_handle) in Invoke_FreeTransientObject() argument
279 return Invoke_Simple_Function_v1(c, sess, cmd, obj_handle, 0); in Invoke_FreeTransientObject()
A Dxml_crypto_api.h1299 uint32_t obj_handle) in Invoke_Crypto_InitObjectWithKeys() argument
1343 op.params[3].value.a = obj_handle; in Invoke_Crypto_InitObjectWithKeys()
1352 saved_key_pub_attr[obj_handle] = v1; in Invoke_Crypto_InitObjectWithKeys()
1371 uint32_t obj_handle) in Invoke_Crypto_InitObjectWithKeysExt() argument
1376 id5, v5, sz5, obj_handle); in Invoke_Crypto_InitObjectWithKeysExt()
1384 uint32_t obj_handle) in Invoke_Crypto_SetOperationKey() argument
1387 obj_handle); in Invoke_Crypto_SetOperationKey()
1391 saved_obh.obh1 = obj_handle; in Invoke_Crypto_SetOperationKey()
1420 uint32_t obj_handle) in Invoke_Crypto_DeriveKey() argument
1435 return Invoke_Simple_Function_v2(c, s, cmd, op_handle, obj_handle, in Invoke_Crypto_DeriveKey()
[all …]
/optee_test/host/xtest/
A Dpkcs11_1000.c2603 CK_OBJECT_HANDLE *obj_handle, in create_data_object() argument
2616 ARRAY_SIZE(object_template), obj_handle); in create_data_object()
8873 CK_OBJECT_HANDLE obj_handle[2] = { }; in xtest_pkcs11_1028_destroy_token_object() local
8896 rv = C_FindObjects(session, obj_handle, ARRAY_SIZE(obj_handle), &hdl_count); in xtest_pkcs11_1028_destroy_token_object()
8905 rv = C_DestroyObject(session, obj_handle[0]); in xtest_pkcs11_1028_destroy_token_object()
8936 CK_OBJECT_HANDLE obj_handle = CK_INVALID_HANDLE; in xtest_pkcs11_test_1028() local
8963 &obj_handle); in xtest_pkcs11_test_1028()
8967 rv = C_GetObjectSize(session, obj_handle, &obj_size); in xtest_pkcs11_test_1028()
8969 rv = C_DestroyObject(session, obj_handle); in xtest_pkcs11_test_1028()
8978 rv = C_GetObjectSize(session, obj_handle, &obj_size); in xtest_pkcs11_test_1028()
[all …]

Completed in 38 milliseconds