Home
last modified time | relevance | path

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

/base/security/device_auth/services/authenticators/inc/account_related/
Daccount_module_defines.h30 #define AUTH_RESULT_MAC_SIZE 32 macro
/base/security/device_auth/services/authenticators/src/account_related/auth/iso_auth_task/
Diso_auth_server_task.c257 uint8_t authResultMac[AUTH_RESULT_MAC_SIZE] = { 0 }; in IsoAuthServerCalTokenAndSessionKey()
258 Uint8Buff authResultMacBuf = { authResultMac, AUTH_RESULT_MAC_SIZE }; in IsoAuthServerCalTokenAndSessionKey()
Diso_auth_client_task.c297 uint8_t authResultHmac[AUTH_RESULT_MAC_SIZE] = { 0 }; in IsoAuthClientGetSessionKey()