Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_session_json_test.cpp768 const char *encNormalizedKey = "encnormalizedkeytest"; variable
808 const char *encNormalizedKey = "encnormalizedkeytest"; variable
Dauth_session_message_test.cpp883 const char *encNormalizedKey = "encnormalizedkeytest"; variable
915 const char *encNormalizedKey = "encnormalizedkeytest"; variable
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_json.c511 char encNormalizedKey[ENCRYPTED_NORMALIZED_KEY_MAX_LEN] = { 0 }; in PackNormalizedKeyValue() local
643 static int32_t ParseNormalizedKeyValue(AuthSessionInfo *info, const char *encNormalizedKey, Session… in ParseNormalizedKeyValue()
679 static int32_t TryGetDmSessionKeyForUnpack(AuthSessionInfo *info, char *encNormalizedKey, in TryGetDmSessionKeyForUnpack()
706 static int32_t ParseNormalizeData(AuthSessionInfo *info, char *encNormalizedKey, in ParseNormalizeData()
784 char encNormalizedKey[ENCRYPTED_NORMALIZED_KEY_MAX_LEN] = { 0 }; in UnpackNormalizedKeyInner() local