Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_message.c304 static void ParseFastAuthValue(AuthSessionInfo *info, const char *encryptedFastAuth, in ParseFastAuthValue()
343 char encryptedFastAuth[ENCRYPTED_FAST_AUTH_MAX_LEN] = {0}; in UnpackFastAuth() local