Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dauth_code_import.c256 uint8_t authCodeVal[AUTH_CODE_LEN] = { 0 }; in ServerGenAuthCodeProcEvent() local
257 Uint8Buff authCode = { authCodeVal, AUTH_CODE_LEN }; in ServerGenAuthCodeProcEvent()
329 uint8_t authCodeVal[AUTH_CODE_LEN] = { 0 }; in ClientImportAuthCodeParseEvent() local
330 Uint8Buff authCode = { authCodeVal, AUTH_CODE_LEN }; in ClientImportAuthCodeParseEvent()
337 (void)memset_s(authCodeVal, AUTH_CODE_LEN, 0, AUTH_CODE_LEN); in ClientImportAuthCodeParseEvent()