Home
last modified time | relevance | path

Searched defs:certs (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/km_openssl/
Dattestation_utils.cpp121 inline bool certCopyHelper(keymaster_blob_t** out, bool* fail, CERT&& cert, CERTS&&... certs) { in certCopyHelper()
134 inline size_t certCount(CERT&& cert, CERTS&&... certs) { in certCount()
155 CertChainPtr makeCertChain(CERTS&&... certs) { in makeCertChain()
/system/security/keystore/
Dkeystore_aidl_hidl_marshalling_utils.cpp187 android::status_t writeCertificateChainToParcel(const hidl_vec<hidl_vec<uint8_t>>& certs, in writeCertificateChainToParcel()
/system/netd/resolv/dns_responder/
Ddns_tls_frontend.cpp162 std::vector<bssl::UniquePtr<X509>> certs(chain_length_); in startServer() local