Searched refs:hash_mask (Results 1 – 3 of 3) sorted by relevance
51 u32 hash_mask; member93 return hash_algo_list[i].hash_mask; in alg_to_mask()452 u32 hash_mask = alg_to_mask(pcrs.selection[i].hash); in tpm2_get_pcr_info() local454 if (hash_mask) { in tpm2_get_pcr_info()455 *supported_pcr |= hash_mask; in tpm2_get_pcr_info()457 *active_pcr |= hash_mask; in tpm2_get_pcr_info()
139 uInt hash_mask; /* hash_size-1 */ member
165 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask)279 s->hash_mask = s->hash_size - 1;
Completed in 8 milliseconds