Home
last modified time | relevance | path

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

/openssl/util/perl/OpenSSL/
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{^OPENSSL_USE_}) { $features{$'} = $op; }
418 if ($def =~ m{^OPENSSL_NO_}) { $features{$'} = !$op; }
/openssl/apps/
H A Dreq.c62 static int add_DN_object(X509_NAME *n, char *text, const char *def,
65 static int build_data(char *text, const char *def, char *value,
1127 const char *def; in prompt_info() local
1184 def = ""; in prompt_info()
1208 if (!add_DN_object(subj, v->value, def, value, nid, in prompt_info()
1243 def = ""; in prompt_info()
1350 static int add_DN_object(X509_NAME *n, char *text, const char *def, in add_DN_object() argument
1392 static int build_data(char *text, const char *def, char *value, in build_data() argument
1399 BIO_printf(bio_err, "%s [%s]:", text, def); in build_data()
1419 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
57 if ($_[0]->isdef($_[1])) { return $_[0]->def($_[1]); }
/openssl/crypto/x509/
H 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/
H A D.gitignore149 /ms/libeay32.def
152 /ms/ssleay32.def
222 *.def
H A DCHANGES.md2753 of certain files (rc.obj, or the .def/.map/.opt files produced from
13208 change the def and num file printf format specifier from "%-40sXXX"
13296 go into the Windows .def files as well as a number of fixes and code
18477 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.csv7 0,newkey too many parameters, -section,, -cmd,ir, -newkey,abc,def, -newkeypass,pass:,,,BLANK,,BLANK…
69 …s:,,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,, -certout,abc,def, -out_trusted,root.…
75 …,,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…
H A Dtest_verification.csv51 …BLANK,,BLANK,, -trusted,trusted.crt,BLANK,,BLANK, -unprotected_errors, -extracertsout,abc,def,,,,,,
/openssl/apps/include/
H A Dapps.h248 int parse_yesno(const char *str, int 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.c1811 int parse_yesno(const char *str, int def) in parse_yesno() argument
1829 return def; in parse_yesno()
/openssl/Configurations/
H A Dwindows-makefile.tmpl739 my $target = platform->def($args{src});
905 my @defs = map { platform->def($_) }
953 my @defs = map { platform->def($_) }
H A Dunix-Makefile.tmpl1574 my $target = platform->def($args{src});
1759 my @defs = map { platform->def($_) }
1885 my @defs = map { platform->def($_) }
H A Ddescrip.mms.tmpl975 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 142 milliseconds