Searched refs:temp_hx_val (Results 1 – 1 of 1) sorted by relevance
1276 u32 temp_hx_val, count; in hash_get_digest() local1295 temp_hx_val = readl_relaxed(&device_data->base->hx[count]); in hash_get_digest()1296 digest[count * 4] = (u8) ((temp_hx_val >> 24) & 0xFF); in hash_get_digest()1297 digest[count * 4 + 1] = (u8) ((temp_hx_val >> 16) & 0xFF); in hash_get_digest()1298 digest[count * 4 + 2] = (u8) ((temp_hx_val >> 8) & 0xFF); in hash_get_digest()1299 digest[count * 4 + 3] = (u8) ((temp_hx_val >> 0) & 0xFF); in hash_get_digest()