Home | History | Annotate | Download | only in asn1

Lines Matching full:lflags

262 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING *str)
273 if(!(lflags & ASN1_STRFLGS_DUMP_DER)) {
314 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, ASN1_STRING *str)
322 flags = (unsigned char)(lflags & ESC_FLAGS);
329 if(lflags & ASN1_STRFLGS_SHOW_TYPE) {
340 if(lflags & ASN1_STRFLGS_DUMP_ALL) type = -1;
342 else if(lflags & ASN1_STRFLGS_IGNORE_TYPE) type = 1;
347 if((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN)) type = 1;
351 len = do_dump(lflags, io_ch, arg, str);
357 if(lflags & ASN1_STRFLGS_UTF8_CONVERT) {