Searched refs:temp_hx_val (Results 1 – 1 of 1) sorted by relevance
1270 u32 temp_hx_val, count; in hash_get_digest() local1289 temp_hx_val = readl_relaxed(&device_data->base->hx[count]); in hash_get_digest()1290 digest[count * 4] = (u8) ((temp_hx_val >> 24) & 0xFF); in hash_get_digest()1291 digest[count * 4 + 1] = (u8) ((temp_hx_val >> 16) & 0xFF); in hash_get_digest()1292 digest[count * 4 + 2] = (u8) ((temp_hx_val >> 8) & 0xFF); in hash_get_digest()1293 digest[count * 4 + 3] = (u8) ((temp_hx_val >> 0) & 0xFF); in hash_get_digest()