Home
last modified time | relevance | path

Searched refs:pnLength (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libsmbfs/smb/
H A Dderparse.c76 int ASNDerGetLength( unsigned char* pbLengthData, long nBoundaryLength, long* pnLength, in ASNDerGetLength() argument
99 *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 …]
H A Dderparse.h171 int ASNDerGetLength( unsigned char* pbLengthData, long nBoundaryLength, long* pnLength,
174 long nCheckLength, long nBoundaryLength, long* pnLength,