Searched refs:pnLength (Results 1 – 2 of 2) sorted by relevance
75 int ASNDerGetLength( unsigned char* pbLengthData, long nBoundaryLength, long* pnLength, in ASNDerGetLength() argument98 *pnLength = 0L; in ASNDerGetLength()111 *( ( (unsigned char*) pnLength ) ) = *pbLengthData; in ASNDerGetLength()117 *( ( (unsigned char*) pnLength ) ) = *(pbLengthData + 1); in ASNDerGetLength()118 *( ( (unsigned char*) pnLength ) + 1 ) = *(pbLengthData); in ASNDerGetLength()125 *( ( (unsigned char*) pnLength ) ) = *(pbLengthData + 2); in ASNDerGetLength()126 *( ( (unsigned char*) pnLength ) + 2 ) = *(pbLengthData + 1); in ASNDerGetLength()127 *( ( (unsigned char*) pnLength ) + 3 ) = *(pbLengthData); in ASNDerGetLength()133 *( ( (unsigned char*) pnLength ) ) = *(pbLengthData + 3); in ASNDerGetLength()134 *( ( (unsigned char*) pnLength ) + 1 ) = *(pbLengthData + 2); in ASNDerGetLength()[all …]
170 int ASNDerGetLength( unsigned char* pbLengthData, long nBoundaryLength, long* pnLength,173 long nCheckLength, long nBoundaryLength, long* pnLength,