Searched refs:ASN_BIT8 (Results 1 – 1 of 1) sorted by relevance
399 #define ASN_BIT8 0x80 macro467 while (*p & ASN_BIT8) { in asn1_parse()472 id = (id << 7) | (*p & ~ASN_BIT8); in asn1_parse()495 if (elem->asnlen & ASN_BIT8) { in asn1_parse()496 uint32_t noct = elem->asnlen % ASN_BIT8; in asn1_parse()543 if (*p & ASN_BIT8) /* negative */ in asn1_parse()771 o = (o << ASN_SHIFT7) + (*p & ~ASN_BIT8); in asn1_print()923 o = (o << ASN_SHIFT7) + (*p & ~ASN_BIT8); in smi_decode_oid()