Searched refs:req_attrs (Results 1 – 4 of 4) sorted by relevance
508 struct obj_attrs *req_attrs = NULL; in entry_find_objects_init() local543 rc = sanitize_client_object(&req_attrs, template, in entry_find_objects_init()559 switch (get_class(req_attrs)) { in entry_find_objects_init()570 id2str_class(get_class(req_attrs)), in entry_find_objects_init()571 get_class(req_attrs)); in entry_find_objects_init()593 req_attrs)) in entry_find_objects_init()623 !attributes_match_reference(obj->attributes, req_attrs)) { in entry_find_objects_init()645 find_ctx->attributes = req_attrs; in entry_find_objects_init()646 req_attrs = NULL; in entry_find_objects_init()652 TEE_Free(req_attrs); in entry_find_objects_init()
1131 void *req_attrs = NULL; in entry_wrap_key() local1258 PKCS11_CKA_WRAP_TEMPLATE, &req_attrs, &size); in entry_wrap_key()1260 if (!attributes_match_reference(key->attributes, req_attrs)) { in entry_wrap_key()
1195 struct obj_attrs *req_attrs = NULL; in create_attributes_from_template() local1288 (void *)&req_attrs, &size); in create_attributes_from_template()1290 rc = attributes_match_add_reference(&temp, req_attrs); in create_attributes_from_template()
1789 uint32_t req_attrs = 0; in tee_svc_cryp_check_attr() local1816 req_attrs |= bit; in tee_svc_cryp_check_attr()1844 if (!(bit & (req_attrs | opt_grp_attrs))) in tee_svc_cryp_check_attr()1850 if ((attrs_found & req_attrs) != req_attrs) in tee_svc_cryp_check_attr()