Searched refs:HB_SHORT_ACCOUNT_HASH_LEN (Results 1 – 4 of 4) sorted by relevance
33 #define HB_SHORT_ACCOUNT_HASH_LEN 2 macro
271 if (accountHash == NULL || len < HB_SHORT_ACCOUNT_HASH_LEN || len > SHA_256_HASH_LEN) { in LnnGetShortAccountHash()
364 return memcmp(nodeInfo->accountHash, newAccountHash, HB_SHORT_ACCOUNT_HASH_LEN) != 0; in HbIsNeedReAuth()
399 … if (isNullAccount || memcmp(newAccountHash, defaultAccountHash, HB_SHORT_ACCOUNT_HASH_LEN) == 0) { in IsNeedWifiReauth()403 return memcmp(info.accountHash, newAccountHash, HB_SHORT_ACCOUNT_HASH_LEN) != 0; in IsNeedWifiReauth()