Home
last modified time | relevance | path

Searched refs:DoesCertificateExist (Results 1 – 2 of 2) sorted by relevance

/system/tpm/attestation/server/
Dpkcs11_key_store.h112 bool DoesCertificateExist(CK_SESSION_HANDLE session_handle,
Dpkcs11_key_store.cc375 if (DoesCertificateExist(session.handle(), certificate)) { in RegisterCertificate()
602 bool Pkcs11KeyStore::DoesCertificateExist(CK_SESSION_HANDLE session_handle, in DoesCertificateExist() function in attestation::Pkcs11KeyStore