Home
last modified time | relevance | path

Searched refs:ClearOldKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_key.h62 int32_t ClearOldKey(const SessionKeyList *list, AuthLinkType type);
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_key_test.cpp229 EXPECT_EQ(ClearOldKey(&clientList, AUTH_LINK_TYPE_BLE), SOFTBUS_OK);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_key.c133 int32_t ClearOldKey(const SessionKeyList *list, AuthLinkType type) in ClearOldKey() function
H A Dauth_manager.c688 (void)ClearOldKey(&auth->sessionKeyList, AUTH_LINK_TYPE_BLE); in ProcessEmptySessionKey()