Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dattributes.h219 bool attributes_match_reference(struct obj_attrs *ref,
H A Dattributes.c247 bool attributes_match_reference(struct obj_attrs *candidate, in attributes_match_reference() function
H A Dobject.c592 if (!attributes_match_reference(obj->attributes, in entry_find_objects_init()
623 !attributes_match_reference(obj->attributes, req_attrs)) { in entry_find_objects_init()
H A Dprocessing.c1260 if (!attributes_match_reference(key->attributes, req_attrs)) { in entry_wrap_key()