Home
last modified time | relevance | path

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

/system/tpm/attestation/server/
Dpkcs11_key_store.cc263 CK_OBJECT_CLASS public_key_class = CKO_PUBLIC_KEY; in Register() local
271 {CKA_CLASS, &public_key_class, sizeof(public_key_class)}, in Register()