Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.h180 bool object_is_token(struct obj_attrs *head);
H A Dobject.c1025 if (object_is_token(obj->attributes) && in entry_set_attribute_value()
1167 if (object_is_token(obj->attributes) && in entry_copy_object()
H A Dpkcs11_attributes.c1539 bool object_is_token(struct obj_attrs *head) in object_is_token() function