Searched refs:DestroyObject (Results 1 - 1 of 1) sorted by relevance

/system/tpm/attestation/server/
H A Dpkcs11_key_store_test.cc156 ON_CALL(pkcs11_, DestroyObject(_, _, _))
157 .WillByDefault(Invoke(this, &KeyStoreTest::DestroyObject));
191 virtual uint32_t DestroyObject(const brillo::SecureBlob& isolate, function in class:attestation::KeyStoreTest
419 EXPECT_CALL(pkcs11_, DestroyObject(_, _, _))

Completed in 29 milliseconds