Searched refs:LEN_MASK (Results 1 – 2 of 2) sorted by relevance
88 nNumLengthBytes = *pbLengthData & LEN_MASK; in ASNDerGetLength()167 *pnLength = *pbLengthData & LEN_MASK; in ASNDerGetLength()
79 #define LEN_MASK 0x7f /* Bits 7 - 1 */ macro