Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialStore.cpp47 : dataPath_(dataPath), hal_(hal) {} in CredentialStore()
50 Status status = hal_->getHardwareInformation(&hwInfo_); in init()
55 halApiVersion_ = hal_->getInterfaceVersion(); in init()
58 status = hal_->getRemotelyProvisionedComponent(&rpc_); in init()
108 Status status = hal_->createCredential(docType, false, &halWritableCredential); in createCredential()
149 hal_, halSessionBinder, halApiVersion_); in getCredentialCommon()
168 hal_->createPresentationSession(CipherSuite(cipherSuite), &halPresentationSession); in createPresentationSession()
DCredentialStore.h72 sp<IIdentityCredentialStore> hal_; variable
/system/sepolicy/microdroid/system/public/
Dte_macros229 attribute hal_$1;
230 expandattribute hal_$1 true;
231 attribute hal_$1_client;
232 expandattribute hal_$1_client true;
233 attribute hal_$1_server;
234 expandattribute hal_$1_server false;
236 neverallow { hal_$1_server -halserverdomain } domain:process fork;
237 # hal_*_client and halclientdomain attributes are always expanded for
241 neverallow { hal_$1_server -hal_$1 } domain:process fork;
242 neverallow { hal_$1_client -halclientdomain } domain:process fork;
[all …]
/system/sepolicy/public/
Dte_macros261 attribute hal_$1;
262 expandattribute hal_$1 true;
263 attribute hal_$1_client;
264 expandattribute hal_$1_client true;
265 attribute hal_$1_server;
266 expandattribute hal_$1_server false;
268 neverallow { hal_$1_server -halserverdomain } domain:process fork;
269 # hal_*_client and halclientdomain attributes are always expanded for
273 neverallow { hal_$1_server -hal_$1 } domain:process fork;
274 neverallow { hal_$1_client -halclientdomain } domain:process fork;
[all …]