Searched refs:certs (Results 1 – 8 of 8) sorted by relevance
/system/keymaster/km_openssl/ |
D | attestation_utils.cpp | 121 inline bool certCopyHelper(keymaster_blob_t** out, bool* fail, CERT&& cert, CERTS&&... certs) { in certCopyHelper() argument 123 return certCopyHelper(out, fail, forward<CERTS>(certs)...); in certCopyHelper() 134 inline size_t certCount(CERT&& cert, CERTS&&... certs) { in certCount() argument 135 return noOfCert(forward<CERT>(cert)) + certCount(forward<CERTS>(certs)...); in certCount() 155 CertChainPtr makeCertChain(CERTS&&... certs) { in makeCertChain() argument 158 result->entries = new (std::nothrow) keymaster_blob_t[certCount(forward<CERTS>(certs)...)]; in makeCertChain() 160 result->entry_count = certCount(forward<CERTS>(certs)...); in makeCertChain() 163 certCopyHelper(&entries, &allocation_failed, forward<CERTS>(certs)...); in makeCertChain()
|
/system/netd/resolv/dns_responder/ |
D | dns_tls_frontend.cpp | 162 std::vector<bssl::UniquePtr<X509>> certs(chain_length_); in startServer() local 165 certs[i] = make_cert(keys[i].get(), keys[next].get()); in startServer() 169 if (SSL_CTX_use_certificate(ctx_.get(), certs[0].get()) <= 0) { in startServer() 178 if (SSL_CTX_add1_chain_cert(ctx_.get(), certs[i].get()) != 1) { in startServer() 186 if (!getSPKIDigest(certs[fp_index].get(), &fingerprint_)) { in startServer()
|
/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/keystore/ |
D | keystore_aidl_hidl_marshalling_utils.cpp | 187 android::status_t writeCertificateChainToParcel(const hidl_vec<hidl_vec<uint8_t>>& certs, in writeCertificateChainToParcel() argument 189 int32_t count = int32_t(std::min<size_t>(certs.size(), std::numeric_limits<int32_t>::max())); in writeCertificateChainToParcel() 193 rc = writeKeymasterBlob(certs[i], out); in writeCertificateChainToParcel()
|
/system/core/logcat/ |
D | event.logtags | 146 90100 exp_det_cert_pin_failure (certs|4)
|