Home
last modified time | relevance | path

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

/system/tpm/attestation/server/
Dpkcs11_key_store.cc319 CK_OBJECT_CLASS private_key_class = CKO_PRIVATE_KEY; in Register() local
321 {CKA_CLASS, &private_key_class, sizeof(private_key_class)}, in Register()