Home
last modified time | relevance | path

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

/openssl-master/util/perl/OpenSSL/
A DOrdinals.pm392 my $def = $';
394 if ($def =~ m{^_?WIN32$}) { $platforms{$&} = $op; }
395 if ($def =~ m{^__FreeBSD__$}) { $platforms{$&} = $op; }
400 if ($def =~ m{^OPENSSL_SYS_}) { $platforms{$'} = $op; }
414 my $def = $';
416 if ($def =~ m{^ZLIB$}) { $features{$&} = $op; }
417 if ($def =~ m{^OPENSSL_USE_}) { $features{$'} = $op; }
418 if ($def =~ m{^OPENSSL_NO_}) { $features{$'} = !$op; }
/openssl-master/apps/
A Dreq.c62 static int add_DN_object(X509_NAME *n, char *text, const char *def,
66 static int build_data(char *text, const char *def, char *value,
1131 const char *def; in prompt_info() local
1188 def = ""; in prompt_info()
1212 if (!add_DN_object(subj, v->value, def, value, nid, in prompt_info()
1247 def = ""; in prompt_info()
1354 static int add_DN_object(X509_NAME *n, char *text, const char *def, in add_DN_object() argument
1396 static int build_data(char *text, const char *def, char *value, in build_data() argument
1403 BIO_printf(bio_err, "%s [%s]:", text, def); in build_data()
1423 if ((def == NULL) || (def[0] == '\0')) in build_data()
[all …]
/openssl-master/Configurations/platform/
A DBASE.pm41 sub def { return __base($_[1], '.ld') . $_[0]->defext() } subroutine
57 if ($_[0]->isdef($_[1])) { return $_[0]->def($_[1]); }
/openssl-master/crypto/x509/
A Dx509_vpm.c144 #define test_x509_verify_param_copy(field, def) \ argument
146 || ((src->field != def) && (to_default || (dest->field == def))))
150 #define x509_verify_param_copy(field, def) \ argument
151 if (test_x509_verify_param_copy(field, def)) \
/openssl-master/crypto/engine/
A Deng_local.h68 ENGINE *def, void *arg);
A Dtb_asnmth.c168 static void look_str_cb(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg) in look_str_cb() argument
/openssl-master/test/recipes/80-test_cmp_http_data/
A Dtest_enrollment.csv7 0,newkey too many parameters, -section,, -cmd,ir, -newkey,abc,def, -newkeypass,pass:,,,BLANK,,BLANK…
68 …s:,,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,, -certout,abc,def, -out_trusted,root.…
74 …,,BLANK,, -certout,_RESULT_DIR/test.certout_out_trusted3.pem,, -out_trusted,abc,def,BLANK,,BLANK,,,
105 0,kur newkey parameter count no match, -section,, -cmd,kur, -newkey,abc,def, -newkeypass,pass:,,,BL…
A Dtest_verification.csv50 …BLANK,,BLANK,, -trusted,trusted.crt,BLANK,,BLANK, -unprotected_errors, -extracertsout,abc,def,,,,,,
/openssl-master/apps/include/
A Dapps.h238 int parse_yesno(const char *str, int def);
/openssl-master/apps/lib/
A Ds_cb.c40 static const char *lookup(int val, const STRINT_PAIR* list, const char* def) in lookup() argument
45 return def; in lookup()
A Dapps.c1827 int parse_yesno(const char *str, int def) in parse_yesno() argument
1845 return def; in parse_yesno()
/openssl-master/Configurations/
A Dwindows-makefile.tmpl728 my $target = platform->def($args{src});
894 my @defs = map { platform->def($_) }
942 my @defs = map { platform->def($_) }
A Dunix-Makefile.tmpl1532 my $target = platform->def($args{src});
1717 my @defs = map { platform->def($_) }
1843 my @defs = map { platform->def($_) }
A Ddescrip.mms.tmpl908 my $target = platform->def($args{src});
/openssl-master/include/openssl/
A Dasn1t.h.in461 # define ASN1_ADB_END(name, flags, field, adb_cb, def, none) \ argument
472 def,\
/openssl-master/
A DCHANGES.md2356 of certain files (rc.obj, or the .def/.map/.opt files produced from
12811 change the def and num file printf format specifier from "%-40sXXX"
12899 go into the Windows .def files as well as a number of fixes and code
18080 to ms/libeay{16,32}.def.
/openssl-master/test/recipes/30-test_evp_data/
A Devpciph_aes_ccm_cavs.txt1531 Tag = 24763def

Completed in 111 milliseconds