Searched refs:AUTH_CODE_LEN (Results 1 - 5 of 5) sorted by relevance
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/lite_exchange_task/ |
H A D | iso_client_bind_exchange_task.c | 92 int encDataLen = AUTH_CODE_LEN + TAG_LEN; in DecAndImportAuthCode() 108 authCode = (uint8_t *)HcMalloc(AUTH_CODE_LEN, 0); in DecAndImportAuthCode() 113 Uint8Buff authCodeBuf = { authCode, AUTH_CODE_LEN }; in DecAndImportAuthCode() 124 (void)memset_s(authCode, AUTH_CODE_LEN, 0, AUTH_CODE_LEN); in DecAndImportAuthCode()
|
H A D | iso_server_bind_exchange_task.c | 147 uint8_t *authCode = (uint8_t *)HcMalloc(AUTH_CODE_LEN, 0); in GenAndEncAuthCode() 152 Uint8Buff authCodeBuf = { authCode, AUTH_CODE_LEN }; in GenAndEncAuthCode() 199 encAuthCode = (uint8_t *)HcMalloc(AUTH_CODE_LEN + TAG_LEN, 0); in GenerateAuthCodeAndImport() 204 Uint8Buff encAuthCodeBuf = { encAuthCode, AUTH_CODE_LEN + TAG_LEN }; in GenerateAuthCodeAndImport()
|
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/iso_task/ |
H A D | iso_base_cur_task.h | 35 #define AUTH_CODE_LEN 32 macro
|
/base/security/device_auth/services/identity_manager/inc/ |
H A D | identity_defines.h | 44 #define AUTH_CODE_LEN 32 macro
|
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
H A D | auth_code_import.c | 256 uint8_t authCodeVal[AUTH_CODE_LEN] = { 0 }; in ServerGenAuthCodeProcEvent() 257 Uint8Buff authCode = { authCodeVal, AUTH_CODE_LEN }; in ServerGenAuthCodeProcEvent() 329 uint8_t authCodeVal[AUTH_CODE_LEN] = { 0 }; in ClientImportAuthCodeParseEvent() 330 Uint8Buff authCode = { authCodeVal, AUTH_CODE_LEN }; in ClientImportAuthCodeParseEvent() 337 (void)memset_s(authCodeVal, AUTH_CODE_LEN, 0, AUTH_CODE_LEN); in ClientImportAuthCodeParseEvent()
|
Completed in 4 milliseconds