HomeSort by relevance Sort by last modified time
    Searched full:token_manager_ (Results 1 - 3 of 3) sorted by null

  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 169 ON_CALL(token_manager_, GetTokenPath(_, 0, _))
173 ON_CALL(token_manager_, GetTokenPath(_, 1, _))
276 NiceMock<chaps::TokenManagerClientMock> token_manager_; member in class:attestation::KeyStoreTest
326 Pkcs11KeyStore key_store(&token_manager_);
351 Pkcs11KeyStore key_store(&token_manager_);
377 EXPECT_CALL(token_manager_, GetTokenPath(_, _, _))
379 Pkcs11KeyStore key_store(&token_manager_);
391 Pkcs11KeyStore key_store(&token_manager_);
401 Pkcs11KeyStore key_store(&token_manager_);
411 Pkcs11KeyStore key_store(&token_manager_);
    [all...]
pkcs11_key_store.h 116 chaps::TokenManagerClient* token_manager_; member in class:attestation::Pkcs11KeyStore
pkcs11_key_store.cc 94 : token_manager_(token_manager) {}
520 if (token_manager_->GetTokenPath(

Completed in 631 milliseconds