Home
last modified time | relevance | path

Searched refs:aesParam (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c236 AesGcmInputParam aesParam = {0}; in PackFastAuthValue() local
237 aesParam.data = (uint8_t *)SOFTBUS_FAST_AUTH; in PackFastAuthValue()
238 aesParam.dataLen = strlen(SOFTBUS_FAST_AUTH); in PackFastAuthValue()
239 aesParam.key = deviceCommKey->deviceKey; in PackFastAuthValue()
240 aesParam.keyLen = deviceCommKey->keyLen; in PackFastAuthValue()
241 int32_t ret = LnnEncryptAesGcm(&aesParam, (int32_t)deviceCommKey->keyIndex, &data, &dataLen); in PackFastAuthValue()
436 AesGcmInputParam aesParam = {0}; in PackNormalizedKeyValue() local
437 aesParam.data = (uint8_t *)TRUE_STRING_TAG; in PackNormalizedKeyValue()
438 aesParam.dataLen = strlen(TRUE_STRING_TAG); in PackNormalizedKeyValue()
439 aesParam in PackNormalizedKeyValue()
524 AesGcmInputParam aesParam = {0}; ParseFastAuthValue() local
560 AesGcmInputParam aesParam = {0}; ParseNormalizedKeyValue() local
[all...]

Completed in 4 milliseconds