Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_svc_cryp.c1791 uint32_t attrs_found = 0; in tee_svc_cryp_check_attr() local
1837 if ((attrs_found & bit) != 0) in tee_svc_cryp_check_attr()
1847 attrs_found |= bit; in tee_svc_cryp_check_attr()
1850 if ((attrs_found & req_attrs) != req_attrs) in tee_svc_cryp_check_attr()
1857 if (all_opt_needed && (attrs_found & opt_grp_attrs) != 0 && in tee_svc_cryp_check_attr()
1858 (attrs_found & opt_grp_attrs) != opt_grp_attrs) in tee_svc_cryp_check_attr()