Home
last modified time | relevance | path

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

/u-boot/lib/
A Dasn1_decoder.c192 #define FLAG_CONS 0x20 /* Corresponds to CONS bit in the opcode tag in asn1_ber_decoder() macro
249 flags |= optag & FLAG_CONS; in asn1_ber_decoder()
295 if (flags & FLAG_CONS) { in asn1_ber_decoder()
313 tag, len, flags & FLAG_CONS ? " CONS" : ""); in asn1_ber_decoder()
334 if (!(flags & FLAG_CONS)) { in asn1_ber_decoder()
358 if (!(flags & FLAG_CONS)) in asn1_ber_decoder()

Completed in 3 milliseconds