Searched refs:certs (Results 1 – 8 of 8) sorted by relevance
/system/ca-certificates/wfa_certs/ |
D | README | 1 These CA certs are Wi-Fi Alliance Root certificates. They are
|
/system/ca-certificates/google/ |
D | README | 1 These CA certs are appropriate for connecting to Google services. They are
|
/system/sepolicy/tools/ |
D | post_process_mac_perms | 54 certs = [transform(i) for i in results] 56 app_certs.update(certs)
|
D | README | 52 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/ |
D | IRemoteProvisioning.aidl | 115 void provisionCertChain(in byte[] publicKey, in byte[] batchCert, in byte[] certs, in provisionCertChain() argument
|
/system/security/keystore2/src/ |
D | remote_provisioning.rs | 341 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/ |
D | event.logtags | 149 90100 exp_det_cert_pin_failure (certs|4)
|
/system/security/keystore2/src/km_compat/ |
D | km_compat.cpp | 1149 std::vector<Certificate> certs; in getCertificate() local 1158 certs.push_back(certificate); in getCertificate() 1168 return certs; in getCertificate()
|