Home
last modified time | relevance | path

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

/openssl/util/perl/OpenSSL/
H A Dparamnames.pm598 my $def = '# define OSSL_' . $name . ' ';
601 $def .= 'OSSL_' . substr($val, 1);
603 $def .= '"' . $val . '"';
605 push(@macros, $def)
630 my $def = '#define PIDX_' . $name . ' ';
633 $def .= 'PIDX_' . substr($val, 1);
635 $def .= $reverse{$val};
637 push(@macros, $def)
H 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{^BROTLI$}) { $features{$&} = $op; }
418 if ($def =~ m{^ZSTD$}) { $features{$&} = $op; }
419 if ($def =~ m{^OPENSSL_USE_}) { $features{$'} = $op; }
420 if ($def =~ m{^OPENSSL_NO_}) { $features{$'} = !$op; }
/openssl/apps/
H A Dreq.c63 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,
1139 const char *def; in prompt_info() local
1195 def = ""; in prompt_info()
1212 if (!add_DN_object(subj, v->value, def, value, nid, in prompt_info()
1245 if (def == NULL) in prompt_info()
1246 def = ""; in prompt_info()
1386 static int build_data(char *text, const char *def, char *value, in build_data() argument
1393 BIO_printf(bio_err, "%s [%s]:", text, def); in build_data()
1413 if ((def == NULL) || (def[0] == '\0')) in build_data()
[all …]
/openssl/Configurations/platform/
H A DBASE.pm41 sub def { return __base($_[1], '.ld') . $_[0]->defext() } subroutine
58 if ($_[0]->isdef($_[1])) { return $_[0]->def($_[1]); }
/openssl/crypto/x509/
H A Dx509_vpm.c142 #define test_x509_verify_param_copy(field, def) \ argument
143 (to_overwrite || (src->field != def && (to_default || dest->field == def)))
147 #define x509_verify_param_copy(field, def) \ argument
148 if (test_x509_verify_param_copy(field, def)) \
/openssl/
H A D.gitignore210 /ms/libeay32.def
213 /ms/ssleay32.def
283 *.def
H A DCHANGES.md4295 of certain files (rc.obj, or the .def/.map/.opt files produced from
14750 change the def and num file printf format specifier from "%-40sXXX"
14838 go into the Windows .def files as well as a number of fixes and code
20019 to ms/libeay{16,32}.def.
/openssl/crypto/engine/
H A Deng_local.h68 ENGINE *def, void *arg);
H 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/test/recipes/80-test_cmp_http_data/
H A Dtest_enrollment.csv10 0,newkey too many parameters, -section,, -cmd,ir, -newkey,abc,def, -newkeypass,pass:,,,BLANK,,BLANK…
75 …s:,,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,, -certout,abc,def, -out_trusted,root.…
81 …,,BLANK,, -certout,_RESULT_DIR/test.certout_out_trusted3.pem,, -out_trusted,abc,def,BLANK,,BLANK,,,
116 0,kur newkey parameter count no match, -section,, -cmd,kur, -newkey,abc,def, -newkeypass,pass:,,,BL…
H A Dtest_verification.csv57 …BLANK,,BLANK,, -trusted,trusted.crt,BLANK,,BLANK, -unprotected_errors, -extracertsout,abc,def,,,,,,
/openssl/apps/include/
H A Dapps.h251 int parse_yesno(const char *str, int def);
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md133 [module definition file]: https://docs.microsoft.com/en-us/cpp/build/exporting-from-a-dll-using-def
/openssl/apps/lib/
H 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()
H A Dapps.c1916 int parse_yesno(const char *str, int def) in parse_yesno() argument
1934 return def; in parse_yesno()
/openssl/Configurations/
H A Dwindows-makefile.tmpl750 my $target = platform->def($args{src});
939 my @defs = map { platform->def($_) }
987 my @defs = map { platform->def($_) }
H A Dunix-Makefile.tmpl1575 my $target = platform->def($args{src});
1793 my @defs = map { platform->def($_) }
1930 my @defs = map { platform->def($_) }
H A Ddescrip.mms.tmpl1012 my $target = platform->def($args{src});
/openssl/include/openssl/
H A Dasn1t.h.in461 # define ASN1_ADB_END(name, flags, field, adb_cb, def, none) \ argument
472 def,\
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_ccm_cavs.txt1531 Tag = 24763def

Completed in 107 milliseconds