temp_hx_val      1263 drivers/crypto/ux500/hash/hash_core.c 	u32 temp_hx_val, count;
temp_hx_val      1282 drivers/crypto/ux500/hash/hash_core.c 		temp_hx_val = readl_relaxed(&device_data->base->hx[count]);
temp_hx_val      1283 drivers/crypto/ux500/hash/hash_core.c 		digest[count * 4] = (u8) ((temp_hx_val >> 24) & 0xFF);
temp_hx_val      1284 drivers/crypto/ux500/hash/hash_core.c 		digest[count * 4 + 1] = (u8) ((temp_hx_val >> 16) & 0xFF);
temp_hx_val      1285 drivers/crypto/ux500/hash/hash_core.c 		digest[count * 4 + 2] = (u8) ((temp_hx_val >> 8) & 0xFF);
temp_hx_val      1286 drivers/crypto/ux500/hash/hash_core.c 		digest[count * 4 + 3] = (u8) ((temp_hx_val >> 0) & 0xFF);