Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509/
Da_strex.c250 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING *str) in do_dump() argument
261 if(!(lflags & ASN1_STRFLGS_DUMP_DER)) { in do_dump()
302 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, ASN1_STRING *str) in do_print_ex() argument
310 flags = (unsigned char)(lflags & ESC_FLAGS); in do_print_ex()
317 if(lflags & ASN1_STRFLGS_SHOW_TYPE) { in do_print_ex()
328 if(lflags & ASN1_STRFLGS_DUMP_ALL) type = -1; in do_print_ex()
330 else if(lflags & ASN1_STRFLGS_IGNORE_TYPE) type = 1; in do_print_ex()
335 if((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN)) type = 1; in do_print_ex()
339 len = do_dump(lflags, io_ch, arg, str); in do_print_ex()
345 if(lflags & ASN1_STRFLGS_UTF8_CONVERT) { in do_print_ex()