Searched refs:HashWorkingPointer (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_init.c2413 * @HashWorkingPointer: pointer to an working hash table.
2416 * with the values from the working hash table pointeed by @HashWorkingPointer.
2421 lpfc_sha_iterate(uint32_t * HashResultPointer, uint32_t * HashWorkingPointer) lpfc_sha_iterate() argument
2428 HashWorkingPointer[t] = lpfc_sha_iterate()
2430 HashWorkingPointer[t - 3] ^ HashWorkingPointer[t - lpfc_sha_iterate()
2432 HashWorkingPointer[t - 14] ^ HashWorkingPointer[t - 16]); lpfc_sha_iterate()
2451 TEMP += S(5, A) + E + HashWorkingPointer[t]; lpfc_sha_iterate()

Completed in 89 milliseconds