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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c2911 * @HashResultPointer: pointer to an array as hash table.
2917 lpfc_sha_init(uint32_t * HashResultPointer) argument
2919 HashResultPointer[0] = 0x67452301;
2920 HashResultPointer[1] = 0xEFCDAB89;
2921 HashResultPointer[2] = 0x98BADCFE;
2922 HashResultPointer[3] = 0x10325476;
2923 HashResultPointer[4] = 0xC3D2E1F0;
2928 * @HashResultPointer: pointer to an initial/result hash table.
2931 * This routine iterates an initial hash table pointed by @HashResultPointer
2934 * the @HashResultPointer a
2937 lpfc_sha_iterate(uint32_t * HashResultPointer, uint32_t * HashWorkingPointer) argument
[all...]

Completed in 114 milliseconds