Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_key.c212 SessionKeyItem *latestKey = NULL; in GetLatestAvailableSessionKeyTime() local
220 latestKey = item; in GetLatestAvailableSessionKeyTime()
223 if (latestKey == NULL) { in GetLatestAvailableSessionKeyTime()
228 ", all type=%{public}u", latestKey->lastUseTime, type, latestKey->index, latestTime, latestKey->type); in GetLatestAvailableSessionKeyTime()
294 SessionKeyItem *latestKey = NULL; in GetLatestSessionKey() local
302 latestKey = item; in GetLatestSessionKey()
305 if (latestKey == NULL) { in GetLatestSessionKey()
310 if (memcpy_s(key, sizeof(SessionKey), &latestKey in GetLatestSessionKey()
[all...]

Completed in 1 milliseconds