/openssl/util/perl/OpenSSL/ |
H A D | paramnames.pm | 598 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 D | Ordinals.pm | 392 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 D | req.c | 63 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 D | BASE.pm | 41 sub def { return __base($_[1], '.ld') . $_[0]->defext() } subroutine 58 if ($_[0]->isdef($_[1])) { return $_[0]->def($_[1]); }
|
/openssl/crypto/x509/ |
H A D | x509_vpm.c | 142 #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 | .gitignore | 167 /ms/libeay32.def 170 /ms/ssleay32.def 240 *.def
|
H A D | CHANGES.md | 4295 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 D | eng_local.h | 68 ENGINE *def, void *arg);
|
H A D | tb_asnmth.c | 168 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 D | test_enrollment.csv | 10 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 D | test_verification.csv | 57 …BLANK,,BLANK,, -trusted,trusted.crt,BLANK,,BLANK, -unprotected_errors, -extracertsout,abc,def,,,,,,
|
/openssl/apps/include/ |
H A D | apps.h | 251 int parse_yesno(const char *str, int def);
|
/openssl/doc/HOWTO/ |
H A D | documenting-functions-and-macros.md | 133 [module definition file]: https://docs.microsoft.com/en-us/cpp/build/exporting-from-a-dll-using-def…
|
/openssl/apps/lib/ |
H A D | s_cb.c | 40 static const char *lookup(int val, const STRINT_PAIR* list, const char* def) in lookup() argument 45 return def; in lookup()
|
H A D | apps.c | 1916 int parse_yesno(const char *str, int def) in parse_yesno() argument 1934 return def; in parse_yesno()
|
/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 750 my $target = platform->def($args{src}); 939 my @defs = map { platform->def($_) } 987 my @defs = map { platform->def($_) }
|
H A D | unix-Makefile.tmpl | 1575 my $target = platform->def($args{src}); 1793 my @defs = map { platform->def($_) } 1930 my @defs = map { platform->def($_) }
|
H A D | descrip.mms.tmpl | 1012 my $target = platform->def($args{src});
|
/openssl/include/openssl/ |
H A D | asn1t.h.in | 461 # define ASN1_ADB_END(name, flags, field, adb_cb, def, none) \ argument 472 def,\
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_ccm_cavs.txt | 1531 Tag = 24763def
|