Searched refs:nPadLen (Results 1 – 1 of 1) sorted by relevance
514 UINT nPadLen = (nIndex < 56) ? (56 - nIndex) : (120 - nIndex); in Final() local515 Update(PADDING, nPadLen); in Final()568 UINT nPadLen = (nIndex < 56) ? (56 - nIndex) : (120 - nIndex); in FinalChar() local569 Update(PADDING, nPadLen); in FinalChar()