Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_init.c2091 lpfc_sha_init(uint32_t * HashResultPointer) in lpfc_sha_init() argument
2093 HashResultPointer[0] = 0x67452301; in lpfc_sha_init()
2094 HashResultPointer[1] = 0xEFCDAB89; in lpfc_sha_init()
2095 HashResultPointer[2] = 0x98BADCFE; in lpfc_sha_init()
2096 HashResultPointer[3] = 0x10325476; in lpfc_sha_init()
2097 HashResultPointer[4] = 0xC3D2E1F0; in lpfc_sha_init()
2111 lpfc_sha_iterate(uint32_t * HashResultPointer, uint32_t * HashWorkingPointer) in lpfc_sha_iterate() argument
2125 A = HashResultPointer[0]; in lpfc_sha_iterate()
2126 B = HashResultPointer[1]; in lpfc_sha_iterate()
2127 C = HashResultPointer[2]; in lpfc_sha_iterate()
[all …]