Searched refs:ASN1_LONG_TAG (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dasn1.h60 ASN1_LONG_TAG = 31 /* Long form tag */ enumerator in enum:asn1_tag
/linux-master/lib/
H A Dasn1_decoder.c86 if (unlikely((tag & 0x1f) == ASN1_LONG_TAG)) {
230 if (unlikely((tag & 0x1f) == ASN1_LONG_TAG))

Completed in 149 milliseconds