Home
last modified time | relevance | path

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

/system/ca-certificates/wfa_certs/
DREADME1 These CA certs are Wi-Fi Alliance Root certificates. They are
/system/ca-certificates/google/
DREADME1 These CA certs are appropriate for connecting to Google services. They are
/system/sepolicy/tools/
Dpost_process_mac_perms54 certs = [transform(i) for i in results]
56 app_certs.update(certs)
DREADME52 certs not already found in that policy. This becomes useful when a directory
53 containing apps is searched and the certs from those apps are added to the
/system/security/keystore2/aidl/android/security/remoteprovisioning/
DIRemoteProvisioning.aidl115 void provisionCertChain(in byte[] publicKey, in byte[] batchCert, in byte[] certs, in provisionCertChain() argument
/system/security/keystore2/src/
Dremote_provisioning.rs341 certs: &[u8], in provision_cert_chain()
351 certs, /* DER encoded certificate chain */ in provision_cert_chain()
466 certs: &[u8], in provisionCertChain()
472 self.provision_cert_chain(public_key, batch_cert, certs, expiration_date, sec_level), in provisionCertChain()
/system/logging/logcat/
Devent.logtags149 90100 exp_det_cert_pin_failure (certs|4)
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp1149 std::vector<Certificate> certs; in getCertificate() local
1158 certs.push_back(certificate); in getCertificate()
1168 return certs; in getCertificate()