Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dobject.c508 struct obj_attrs *req_attrs = NULL; in entry_find_objects_init() local
543 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()
H A Dprocessing.c1131 void *req_attrs = NULL; in entry_wrap_key() local
1258 PKCS11_CKA_WRAP_TEMPLATE, &req_attrs, &size); in entry_wrap_key()
1260 if (!attributes_match_reference(key->attributes, req_attrs)) { in entry_wrap_key()
H A Dpkcs11_attributes.c1195 struct obj_attrs *req_attrs = NULL; in create_attributes_from_template() local
1288 (void *)&req_attrs, &size); in create_attributes_from_template()
1290 rc = attributes_match_add_reference(&temp, req_attrs); in create_attributes_from_template()
/optee_os/core/tee/
H A Dtee_svc_cryp.c1789 uint32_t req_attrs = 0; in tee_svc_cryp_check_attr() local
1816 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()