Searched refs:temp_hx_val (Results 1 – 1 of 1) sorted by relevance
1261 u32 temp_hx_val, count; in hash_get_digest() local1280 temp_hx_val = readl_relaxed(&device_data->base->hx[count]); in hash_get_digest()1281 digest[count * 4] = (u8) ((temp_hx_val >> 24) & 0xFF); in hash_get_digest()1282 digest[count * 4 + 1] = (u8) ((temp_hx_val >> 16) & 0xFF); in hash_get_digest()1283 digest[count * 4 + 2] = (u8) ((temp_hx_val >> 8) & 0xFF); in hash_get_digest()1284 digest[count * 4 + 3] = (u8) ((temp_hx_val >> 0) & 0xFF); in hash_get_digest()