Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dbuffer_test.cpp197 * @tc.name: CompareBuffer test
198 * @tc.desc: verify CompareBuffer
204 bool result = CompareBuffer(nullptr, nullptr); in HWTEST_F()
213 result = CompareBuffer(buffer1, buffer2); in HWTEST_F()
227 result = CompareBuffer(buffer3, buffer4); in HWTEST_F()
236 result = CompareBuffer(buffer5, buffer5); in HWTEST_F()
H A Dadaptor_algorithm_test.cpp214 bool isSame = CompareBuffer(plaintext1, plaintext2); in HWTEST_F()
/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dbuffer_test.cpp179 * @tc.name: CompareBuffer test
180 * @tc.desc: verify CompareBuffer
186 bool result = CompareBuffer(nullptr, nullptr); in HWTEST_F()
195 result = CompareBuffer(buffer1, buffer2); in HWTEST_F()
209 result = CompareBuffer(buffer3, buffer4); in HWTEST_F()
218 result = CompareBuffer(buffer5, buffer5); in HWTEST_F()
H A Dadaptor_algorithm_test.cpp259 EXPECT_EQ(CompareBuffer(plaintext, plaintext1), true); in HWTEST_F()
270 EXPECT_EQ(CompareBuffer(plaintext, plaintext1), true); in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/adaptor/inc/
H A Dbuffer.h38 bool CompareBuffer(const Buffer *buffer1, const Buffer *buffer2);
/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H A Dbuffer.h41 bool CompareBuffer(const Buffer *buffer1, const Buffer *buffer2);
/drivers/peripheral/user_auth/hdi_service/key_mgr/src/
H A Dhmac_key.c121 if (!CompareBuffer(rightSign, sign)) { in HmacVerify()
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dbuffer.c174 bool CompareBuffer(const Buffer *buffer1, const Buffer *buffer2) in CompareBuffer() function
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dbuffer.c159 bool CompareBuffer(const Buffer *buffer1, const Buffer *buffer2) in CompareBuffer() function
/drivers/peripheral/user_auth/hdi_service/common/src/
H A Duser_sign_centre.c135 if (!CompareBuffer(rightSign, &sign)) { in CheckUserAuthTokenHmac()
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c974 if (CompareBuffer(inputData, pinDecodeCredential)) { in ProcessAuthPin()

Completed in 6 milliseconds