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

/system/tpm/attestation/server/
H A Dpkcs11_key_store_test.cc151 ON_CALL(pkcs11_, CreateObject(_, _, _, _))
152 .WillByDefault(Invoke(this, &KeyStoreTest::CreateObject));
174 virtual uint32_t CreateObject(const brillo::SecureBlob& isolate, function in class:attestation::KeyStoreTest
394 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
464 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
473 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
483 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
492 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
511 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _)).WillRepeatedly(Return(CKR_OK));
522 EXPECT_CALL(pkcs11_, CreateObject(
[all...]

Completed in 54 milliseconds