Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp883 const char *encNormalizedKey = "encnormalizedkeytest"; variable
912 const char *encNormalizedKey = "encnormalizedkeytest"; variable
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c450 char encNormalizedKey[ENCRYPTED_NORMALIZED_KEY_MAX_LEN] = {0}; in PackNormalizedKeyValue() local
548 static int32_t ParseNormalizedKeyValue(AuthSessionInfo *info, const char *encNormalizedKey, in ParseNormalizedKeyValue()
585 static int32_t ParseNormalizeData(AuthSessionInfo *info, char *encNormalizedKey, AuthDeviceKeyInfo … in ParseNormalizeData()
643 char encNormalizedKey[ENCRYPTED_NORMALIZED_KEY_MAX_LEN] = {0}; in UnpackNormalizedKey() local