Home
last modified time | relevance | path

Searched refs:HashResultPointer (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_init.c2907 HashResultPointer[0] = 0x67452301; in lpfc_sha_init()
2939 A = HashResultPointer[0]; in lpfc_sha_iterate()
2940 B = HashResultPointer[1]; in lpfc_sha_iterate()
2941 C = HashResultPointer[2]; in lpfc_sha_iterate()
2942 D = HashResultPointer[3]; in lpfc_sha_iterate()
2943 E = HashResultPointer[4]; in lpfc_sha_iterate()
2963 HashResultPointer[0] += A; in lpfc_sha_iterate()
2964 HashResultPointer[1] += B; in lpfc_sha_iterate()
2965 HashResultPointer[2] += C; in lpfc_sha_iterate()
2966 HashResultPointer[3] += D; in lpfc_sha_iterate()
[all …]