Home
last modified time | relevance | path

Searched defs:encryptedFastAuth (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_session_json_test.cpp172 const char *encryptedFastAuth = "encryptedFastAuth"; variable
Dauth_session_message_test.cpp192 const char *encryptedFastAuth = "encryptedFastAuth"; variable
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_json.c608 static void ParseFastAuthValue(AuthSessionInfo *info, const char *encryptedFastAuth, AuthDeviceKeyI… in ParseFastAuthValue()
841 char encryptedFastAuth[ENCRYPTED_FAST_AUTH_MAX_LEN] = { 0 }; in UnpackFastAuth() local