Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dasn1_decoder.c185 #define FLAG_CONS 0x20 /* Corresponds to CONS bit in the opcode tag in asn1_ber_decoder() macro
242 flags |= optag & FLAG_CONS; in asn1_ber_decoder()
288 if (flags & FLAG_CONS) { in asn1_ber_decoder()
306 tag, len, flags & FLAG_CONS ? " CONS" : ""); in asn1_ber_decoder()
327 if (!(flags & FLAG_CONS)) { in asn1_ber_decoder()
351 if (!(flags & FLAG_CONS)) in asn1_ber_decoder()
/kernel/linux/linux-6.6/lib/
H A Dasn1_decoder.c185 #define FLAG_CONS 0x20 /* Corresponds to CONS bit in the opcode tag in asn1_ber_decoder() macro
242 flags |= optag & FLAG_CONS; in asn1_ber_decoder()
288 if (flags & FLAG_CONS) { in asn1_ber_decoder()
306 tag, len, flags & FLAG_CONS ? " CONS" : ""); in asn1_ber_decoder()
327 if (!(flags & FLAG_CONS)) { in asn1_ber_decoder()
351 if (!(flags & FLAG_CONS)) in asn1_ber_decoder()

Completed in 2 milliseconds