Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dobject.c418 uint32_t object_handle = 0; in entry_destroy_object() local
431 rc = serialargs_get_u32(&ctrlargs, &object_handle); in entry_destroy_object()
438 object = pkcs11_handle2object(object_handle, session); in entry_destroy_object()
463 session->handle, object_handle); in entry_destroy_object()
761 uint32_t object_handle = 0; in entry_get_attribute_value() local
778 rc = serialargs_get(&ctrlargs, &object_handle, sizeof(uint32_t)); in entry_get_attribute_value()
791 obj = pkcs11_handle2object(object_handle, session); in entry_get_attribute_value()
918 session->handle, object_handle); in entry_get_attribute_value()
938 uint32_t object_handle = 0; in entry_get_object_size() local
951 rc = serialargs_get(&ctrlargs, &object_handle, sizeof(uint32_t)); in entry_get_object_size()
[all …]