Home
last modified time | relevance | path

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

/system/tpm/attestation/server/
Dpkcs11_key_store.cc331 CK_OBJECT_CLASS certificate_class = CKO_CERTIFICATE; in Register() local
334 {CKA_CLASS, &certificate_class, sizeof(certificate_class)}, in Register()
387 CK_OBJECT_CLASS certificate_class = CKO_CERTIFICATE; in RegisterCertificate() local
392 {CKA_CLASS, &certificate_class, sizeof(certificate_class)}, in RegisterCertificate()