Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dasn1.h60 ASN1_LONG_TAG = 31 /* Long form tag */ enumerator
/openbmc/linux/lib/
H A Dasn1_decoder.c86 if (unlikely((tag & 0x1f) == ASN1_LONG_TAG)) { in asn1_find_indefinite_length()
230 if (unlikely((tag & 0x1f) == ASN1_LONG_TAG)) in asn1_ber_decoder()