HomeSort by relevance Sort by last modified time
    Searched refs:pkcs11_token_manager_ (Results 1 - 2 of 2) sorted by null

  /system/tpm/attestation/server/
attestation_service.h 297 std::unique_ptr<chaps::TokenManagerClient> pkcs11_token_manager_; member in class:attestation::AttestationService
attestation_service.cc 74 pkcs11_token_manager_.reset(new chaps::TokenManagerClient());
75 default_key_store_.reset(new Pkcs11KeyStore(pkcs11_token_manager_.get()));

Completed in 675 milliseconds