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

/linux-4.4.14/lib/
H A Dasn1_decoder.c186 #define FLAG_CONS 0x20 /* Corresponds to CONS bit in the opcode tag asn1_ber_decoder() macro
243 flags |= optag & FLAG_CONS; asn1_ber_decoder()
286 if (flags & FLAG_CONS) { asn1_ber_decoder()
304 tag, len, flags & FLAG_CONS ? " CONS" : ""); asn1_ber_decoder()
335 if (!(flags & FLAG_CONS)) { asn1_ber_decoder()

Completed in 63 milliseconds