Lines Matching full:lflags
250 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING *str)
261 if(!(lflags & ASN1_STRFLGS_DUMP_DER)) {
302 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, ASN1_STRING *str)
310 flags = (unsigned char)(lflags & ESC_FLAGS);
317 if(lflags & ASN1_STRFLGS_SHOW_TYPE) {
328 if(lflags & ASN1_STRFLGS_DUMP_ALL) type = -1;
330 else if(lflags & ASN1_STRFLGS_IGNORE_TYPE) type = 1;
335 if((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN)) type = 1;
339 len = do_dump(lflags, io_ch, arg, str);
345 if(lflags & ASN1_STRFLGS_UTF8_CONVERT) {