Searched refs:CompareBuffer (Results 1 - 11 of 11) sorted by relevance
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/ |
H A D | buffer_test.cpp | 197 * @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 D | adaptor_algorithm_test.cpp | 214 bool isSame = CompareBuffer(plaintext1, plaintext2); in HWTEST_F()
|
/drivers/peripheral/user_auth/test/unittest/base_test/src/ |
H A D | buffer_test.cpp | 179 * @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 D | adaptor_algorithm_test.cpp | 259 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 D | buffer.h | 38 bool CompareBuffer(const Buffer *buffer1, const Buffer *buffer2);
|
/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/ |
H A D | buffer.h | 41 bool CompareBuffer(const Buffer *buffer1, const Buffer *buffer2);
|
/drivers/peripheral/user_auth/hdi_service/key_mgr/src/ |
H A D | hmac_key.c | 121 if (!CompareBuffer(rightSign, sign)) { in HmacVerify()
|
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
H A D | buffer.c | 174 bool CompareBuffer(const Buffer *buffer1, const Buffer *buffer2) in CompareBuffer() function
|
/drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
H A D | buffer.c | 159 bool CompareBuffer(const Buffer *buffer1, const Buffer *buffer2) in CompareBuffer() function
|
/drivers/peripheral/user_auth/hdi_service/common/src/ |
H A D | user_sign_centre.c | 135 if (!CompareBuffer(rightSign, &sign)) { in CheckUserAuthTokenHmac()
|
/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 974 if (CompareBuffer(inputData, pinDecodeCredential)) { in ProcessAuthPin()
|
Completed in 6 milliseconds