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

/system/tpm/attestation/server/
H A Dpkcs11_key_store_test.cc154 ON_CALL(pkcs11_, CreateObject(_, _, _, _))
155 .WillByDefault(Invoke(this, &KeyStoreTest::CreateObject));
178 virtual uint32_t CreateObject(const brillo::SecureBlob& isolate, function in class:attestation::KeyStoreTest
399 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
471 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
480 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
490 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
499 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
518 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
530 EXPECT_CALL(pkcs11_, CreateObject(
[all...]

Completed in 144 milliseconds