Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dasn1.h64 ASN1_LONG_TAG = 31 /* Long form tag */ enumerator
/linux-4.19.296/lib/
Dasn1_decoder.c90 if (unlikely((tag & 0x1f) == ASN1_LONG_TAG)) { in asn1_find_indefinite_length()
234 if (unlikely((tag & 0x1f) == ASN1_LONG_TAG)) in asn1_ber_decoder()