Searched refs:pnLength (Results 1 – 2 of 2) sorted by relevance
77 int ASNDerGetLength( unsigned char* pbLengthData, long nBoundaryLength, long* pnLength, in ASNDerGetLength() argument100 *pnLength = 0L; in ASNDerGetLength()113 *( ( (unsigned char*) pnLength ) ) = *pbLengthData; in ASNDerGetLength()119 *( ( (unsigned char*) pnLength ) ) = *(pbLengthData + 1); in ASNDerGetLength()120 *( ( (unsigned char*) pnLength ) + 1 ) = *(pbLengthData); in ASNDerGetLength()127 *( ( (unsigned char*) pnLength ) ) = *(pbLengthData + 2); in ASNDerGetLength()128 *( ( (unsigned char*) pnLength ) + 2 ) = *(pbLengthData + 1); in ASNDerGetLength()129 *( ( (unsigned char*) pnLength ) + 3 ) = *(pbLengthData); in ASNDerGetLength()135 *( ( (unsigned char*) pnLength ) ) = *(pbLengthData + 3); in ASNDerGetLength()136 *( ( (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,