Searched refs:pnLength (Results 1 – 2 of 2) sorted by relevance
76 int ASNDerGetLength( unsigned char* pbLengthData, long nBoundaryLength, long* pnLength, in ASNDerGetLength() argument99 *pnLength = 0L; in ASNDerGetLength()112 *( ( (unsigned char*) pnLength ) ) = *pbLengthData; in ASNDerGetLength()118 *( ( (unsigned char*) pnLength ) ) = *(pbLengthData + 1); in ASNDerGetLength()119 *( ( (unsigned char*) pnLength ) + 1 ) = *(pbLengthData); in ASNDerGetLength()126 *( ( (unsigned char*) pnLength ) ) = *(pbLengthData + 2); in ASNDerGetLength()127 *( ( (unsigned char*) pnLength ) + 2 ) = *(pbLengthData + 1); in ASNDerGetLength()128 *( ( (unsigned char*) pnLength ) + 3 ) = *(pbLengthData); in ASNDerGetLength()134 *( ( (unsigned char*) pnLength ) ) = *(pbLengthData + 3); in ASNDerGetLength()135 *( ( (unsigned char*) pnLength ) + 1 ) = *(pbLengthData + 2); in ASNDerGetLength()[all …]
171 int ASNDerGetLength( unsigned char* pbLengthData, long nBoundaryLength, long* pnLength,174 long nCheckLength, long nBoundaryLength, long* pnLength,