Searched refs:GetUdidShortHash (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_session_json.h | 36 bool GetUdidShortHash(const AuthSessionInfo *info, char *udidBuf, uint32_t bufLen);
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 812 * @tc.desc: GetUdidShortHash test 821 EXPECT_EQ(false, GetUdidShortHash(nullptr, nullptr, bufLen)); in HWTEST_F() 822 EXPECT_EQ(false, GetUdidShortHash(&info, nullptr, bufLen)); in HWTEST_F() 823 EXPECT_EQ(false, GetUdidShortHash(&info, udidHash, bufLen)); in HWTEST_F() 825 EXPECT_EQ(false, GetUdidShortHash(&info, udidHash, bufLen)); in HWTEST_F() 827 EXPECT_EQ(true, GetUdidShortHash(&info, udidHash, bufLen)); in HWTEST_F() 829 EXPECT_EQ(true, GetUdidShortHash(&info, udidHash, bufLen)); in HWTEST_F() 831 EXPECT_EQ(false, GetUdidShortHash(&info, udidHash, bufLen)); in HWTEST_F() 833 EXPECT_EQ(false, GetUdidShortHash(&info, udidHash, bufLen)); in HWTEST_F() 835 EXPECT_EQ(true, GetUdidShortHash( in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_message.c | 514 if (!GetUdidShortHash(info, udidHash, SHA_256_HEX_HASH_LEN) || in UpdateLocalAuthState()
|
H A D | auth_session_json.c | 296 bool GetUdidShortHash(const AuthSessionInfo *info, char *udidBuf, uint32_t bufLen) in GetUdidShortHash() function 478 if (!GetUdidShortHash(info, udidHashHexStr, SHA_256_HEX_HASH_LEN)) { in PackNormalizedKey()
|
H A D | auth_session_fsm.c | 1515 if (!GetUdidShortHash(info, udidHash, SHORT_UDID_HASH_HEX_LEN + 1)) { in IsPeerSupportNegoAuth()
|
Completed in 9 milliseconds