Searched refs:ASN1_TAG_IS_PRIM (Results 1 – 1 of 1) sorted by relevance
29 #define ASN1_TAG_IS_PRIM(tag) ((tag & 0x20) == 0) macro141 if (ASN1_TAG_IS_PRIM(tag)) { in efx_asn1_enter_tag()