Searched refs:req_attrs (Results 1 – 4 of 4) sorted by relevance
501 struct obj_attrs *req_attrs = NULL; in entry_find_objects_init() local536 rc = sanitize_client_object(&req_attrs, template, in entry_find_objects_init()552 switch (get_class(req_attrs)) { in entry_find_objects_init()563 id2str_class(get_class(req_attrs)), in entry_find_objects_init()564 get_class(req_attrs)); in entry_find_objects_init()586 req_attrs)) in entry_find_objects_init()616 !attributes_match_reference(obj->attributes, req_attrs)) { in entry_find_objects_init()638 find_ctx->attributes = req_attrs; in entry_find_objects_init()639 req_attrs = NULL; in entry_find_objects_init()645 TEE_Free(req_attrs); in entry_find_objects_init()
1121 void *req_attrs = NULL; in entry_wrap_key() local1248 PKCS11_CKA_WRAP_TEMPLATE, &req_attrs, &size); in entry_wrap_key()1250 if (!attributes_match_reference(key->attributes, req_attrs)) { in entry_wrap_key()
946 struct obj_attrs *req_attrs = NULL; in create_attributes_from_template() local1039 (void *)&req_attrs, &size); in create_attributes_from_template()1041 rc = attributes_match_add_reference(&temp, req_attrs); in create_attributes_from_template()
1686 uint32_t req_attrs = 0; in tee_svc_cryp_check_attr() local1713 req_attrs |= bit; in tee_svc_cryp_check_attr()1741 if (!(bit & (req_attrs | opt_grp_attrs))) in tee_svc_cryp_check_attr()1747 if ((attrs_found & req_attrs) != req_attrs) in tee_svc_cryp_check_attr()
Completed in 16 milliseconds