Home | History | Annotate | Download | only in server

Lines Matching refs:CreateObject

151     ON_CALL(pkcs11_, CreateObject(_, _, _, _))
152 .WillByDefault(Invoke(this, &KeyStoreTest::CreateObject));
174 virtual uint32_t CreateObject(const brillo::SecureBlob& isolate,
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(_, _, _, _))
536 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
545 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _)).WillOnce(Return(CKR_OK));