Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
A Dobject.c501 struct obj_attrs *req_attrs = NULL; in entry_find_objects_init() local
536 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()
A Dprocessing.c1087 void *req_attrs = NULL; in entry_wrap_key() local
1215 PKCS11_CKA_WRAP_TEMPLATE, &req_attrs, &size); in entry_wrap_key()
1217 if (!attributes_match_reference(key->attributes, req_attrs)) { in entry_wrap_key()
A Dpkcs11_attributes.c932 struct obj_attrs *req_attrs = NULL; in create_attributes_from_template() local
1021 (void *)&req_attrs, &size); in create_attributes_from_template()
1023 rc = attributes_match_add_reference(&temp, req_attrs); in create_attributes_from_template()
/optee_os/core/tee/
A Dtee_svc_cryp.c1435 uint32_t req_attrs = 0; in tee_svc_cryp_check_attr() local
1462 req_attrs |= bit; in tee_svc_cryp_check_attr()
1490 if (!(bit & (req_attrs | opt_grp_attrs))) in tee_svc_cryp_check_attr()
1496 if ((attrs_found & req_attrs) != req_attrs) in tee_svc_cryp_check_attr()

Completed in 15 milliseconds