Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c551 uint8_t normalizedKeyBytes[ENCRYPTED_NORMALIZED_KEY_MAX_LEN] = {0}; in ParseNormalizedKeyValue() local
552 if (ConvertHexStringToBytes(normalizedKeyBytes, ENCRYPTED_NORMALIZED_KEY_MAX_LEN, in ParseNormalizedKeyValue()
561 aesParam.data = normalizedKeyBytes; in ParseNormalizedKeyValue()