Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dattributes.c60 static enum pkcs11_rc _remove_attribute(struct obj_attrs **head, in _remove_attribute() function
100 return _remove_attribute(head, attribute, true /* empty */); in remove_empty_attribute()
199 rc = _remove_attribute(head, attribute, false); in set_attribute()