Home
last modified time | relevance | path

Searched refs:RecoveryNormalizedDeviceKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_fsm_test.cpp348 int32_t ret = RecoveryNormalizedDeviceKey(authFsm);
355 ret = RecoveryNormalizedDeviceKey(authFsm);
359 ret = RecoveryNormalizedDeviceKey(authFsm);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c686 static int32_t RecoveryNormalizedDeviceKey(AuthFsm *authFsm) in RecoveryNormalizedDeviceKey() function
1182 if (RecoveryNormalizedDeviceKey(authFsm) != SOFTBUS_OK) { in TryRecoveryKey()