Searched defs:lflags (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/asn1/
H A Da_strex.c262 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING *str) argument
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) argument
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
[all...]
/external/openssl/apps/
H A Dapps.c1403 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags) argument
1410 if((lflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) {
1414 if(lflags == XN_FLAG_COMPAT) {
1421 X509_NAME_print_ex(out, nm, indent, lflags);

Completed in 83 milliseconds