Searched refs:HashResultPointer (Results 1 – 1 of 1) sorted by relevance
2919 * @HashResultPointer: pointer to an array as hash table.2925 lpfc_sha_init(uint32_t * HashResultPointer) in lpfc_sha_init() argument 2927 HashResultPointer[0] = 0x67452301; in lpfc_sha_init() 2928 HashResultPointer[1] = 0xEFCDAB89; in lpfc_sha_init() 2929 HashResultPointer[2] = 0x98BADCFE; in lpfc_sha_init() 2930 HashResultPointer[3] = 0x10325476; in lpfc_sha_init() 2931 HashResultPointer[4] = 0xC3D2E1F0; in lpfc_sha_init() 2936 * @HashResultPointer: pointer to an initial/result hash table.2939 * This routine iterates an initial hash table pointed by @HashResultPointer2942 * the @HashResultPointer a2945 lpfc_sha_iterate(uint32_t * HashResultPointer,uint32_t * HashWorkingPointer) lpfc_sha_iterate() argument [all...]