Lines Matching full:cons
136 *_errmsg = "Missing EOC in indefinite len cons"; in asn1_find_indefinite_length()
159 * cons stack elements and length_too_long checking.
185 #define FLAG_CONS 0x20 /* Corresponds to CONS bit in the opcode tag in asn1_ber_decoder()
237 * - Either CONS or PRIM are permitted in the data if in asn1_ber_decoder()
238 * CONS is not set in the op stream, otherwise CONS in asn1_ber_decoder()
306 tag, len, flags & FLAG_CONS ? " CONS" : ""); in asn1_ber_decoder()
399 pr_debug("- end cons t=%zu dp=%zu l=%zu/%zu\n", in asn1_ber_decoder()
430 pr_debug("- cons len l=%zu d=%zu\n", len, dp - tdp); in asn1_ber_decoder()
489 errmsg = "Cons stack underflow"; in asn1_ber_decoder()
492 errmsg = "Cons stack overflow"; in asn1_ber_decoder()
495 errmsg = "Cons length error"; in asn1_ber_decoder()
498 errmsg = "Missing EOC in indefinite len cons"; in asn1_ber_decoder()