Home
last modified time | relevance | path

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

/system/sepolicy/public/
Duntrusted_app_25.te4 ### Apps are labeled based on mac_permissions.xml (maps signer and
13 ### a system app into a specific domain, add a signer entry for it to
Duntrusted_app.te4 ### Apps are labeled based on mac_permissions.xml (maps signer and
13 ### a system app into a specific domain, add a signer entry for it to
/system/sepolicy/private/
Duntrusted_app.te5 ### Apps are labeled based on mac_permissions.xml (maps signer and
14 ### a system app into a specific domain, add a signer entry for it to
Duntrusted_app_25.te7 ### Apps are labeled based on mac_permissions.xml (maps signer and
16 ### a system app into a specific domain, add a signer entry for it to
Duntrusted_app_all.te7 ### Apps are labeled based on mac_permissions.xml (maps signer and
16 ### a system app into a specific domain, add a signer entry for it to
/system/extras/verity/
DUtils.java275 Signature signer = Signature.getInstance(getSignatureAlgorithm(privateKey)); in sign() local
276 signer.initSign(privateKey); in sign()
277 signer.update(input); in sign()
278 return signer.sign(); in sign()