Home
last modified time | relevance | path

Searched refs:RecoveryFastAuthKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_fsm_test.cpp168 EXPECT_TRUE(RecoveryFastAuthKey(&authFsm) == SOFTBUS_ERR);
170 EXPECT_TRUE(RecoveryFastAuthKey(&authFsm) == SOFTBUS_ERR);
H A Dauth_other_test.cpp757 int32_t ret1 = RecoveryFastAuthKey(authFsm);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c718 static int32_t RecoveryFastAuthKey(AuthFsm *authFsm) in RecoveryFastAuthKey() function
1190 if (RecoveryFastAuthKey(authFsm) != SOFTBUS_OK) { in TryRecoveryKey()