Searched refs:lflags (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/asn1/ |
D | a_strex.c | 250 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() 307 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, ASN1_STRING *str) in do_print_ex() argument 315 flags = (unsigned char)(lflags & ESC_FLAGS); in do_print_ex() 322 if(lflags & ASN1_STRFLGS_SHOW_TYPE) { in do_print_ex() 333 if(lflags & ASN1_STRFLGS_DUMP_ALL) type = -1; in do_print_ex() 335 else if(lflags & ASN1_STRFLGS_IGNORE_TYPE) type = 1; in do_print_ex() 340 if((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN)) type = 1; in do_print_ex() 344 len = do_dump(lflags, io_ch, arg, str); in do_print_ex() 350 if(lflags & ASN1_STRFLGS_UTF8_CONVERT) { in do_print_ex()
|
/external/openssl/apps/ |
D | apps.h | 238 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags);
|
D | apps.c | 1394 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags) in print_name() argument 1401 if((lflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) { in print_name() 1405 if(lflags == XN_FLAG_COMPAT) { in print_name() 1412 X509_NAME_print_ex(out, nm, indent, lflags); in print_name()
|