Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 25 of 174) sorted by relevance

1234567

/openssl-master/util/
A Dmkdir-p.pl21 local($dir) = @_;
23 $dir =~ s|/*\Z(?!\n)||s;
25 if (-d $dir) {
29 if ($dir =~ m|[^/]/|s) {
30 local($parent) = $dir;
36 unless (mkdir($dir, 0777)) {
38 if (-d $dir) {
42 die "Cannot create directory $dir: $err\n";
44 print "created directory `$dir'\n";
A Dwithlibctx.pl13 my $dir = shift;
14 my @files = glob "$dir/*.c $dir/*.h $dir/*.h.in $dir/*.pod *dir/*.pod.in";
33 opendir my $dh, $dir or die "Cannot open directory";
36 next unless -d "$dir/$subdir";
38 processallfiles("$dir/$subdir");
/openssl-master/test/recipes/
A D90-test_store.t551 my $dir;
558 $dir = join('/', File::Spec->splitdir($dir));
561 my $newdir = $dir;
563 last if $newdir eq $dir;
564 $dir = $newdir;
570 $dir =~ s|^[^/]*[^/\.]+[^/]*/\.\.$||;
572 $dir =~ s|/$|| if $dir ne '/';
574 $dir .= '/' if $dir ne '' && $dir !~ m|/$|;
584 $dir = '/' . $dir if $dir ne '' && $dir !~ m|^/|;
585 $dir = '/' . $vol . $dir;
[all …]
/openssl-master/test/recipes/90-test_includes_data/conf-includes/
A Dincludes1.cnf14 dir = ./demoCA # Where everything is kept
15 certs = $dir/certs # Where the issued certs are kept
16 crl_dir = $dir/crl # Where the issued crl are kept
17 database = $dir/index.txt # database index file.
18 new_certs_dir = $dir/new_certs # default place for new certs.
20 certificate = $dir/CAcert.pem # The CA certificate
21 serial = $dir/serial # The current serial number
22 crl = $dir/crl.pem # The current CRL
23 private_key = $dir/private/CAkey.pem# The private key
/openssl-master/providers/implementations/storemgmt/
A Dfile_store.c105 } dir; member
181 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, path); in file_open_dir()
182 ctx->_.dir.last_errno = errno; in file_open_dir()
183 if (ctx->_.dir.last_entry == NULL) { in file_open_dir()
189 ctx->_.dir.end_reached = 1; in file_open_dir()
372 BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name), in file_set_ctx_params()
679 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, ctx->uri); in file_load_dir_entry()
680 ctx->_.dir.last_errno = errno; in file_load_dir_entry()
681 if (ctx->_.dir.last_entry == NULL && ctx->_.dir.last_errno == 0) in file_load_dir_entry()
729 return ctx->_.dir.end_reached; in file_eof()
[all …]
/openssl-master/crypto/x509/
A Dby_dir.c40 char *dir; member
56 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type);
93 if (dir) in dir_ctrl()
153 OPENSSL_free(ent->dir); in by_dir_entry_free()
174 if (dir == NULL || *dir == '\0') { in add_cert_dir()
179 s = dir; in add_cert_dir()
192 if (strlen(ent->dir) == len && strncmp(ent->dir, ss, len) == 0) in add_cert_dir()
211 ent->dir = OPENSSL_strndup(ss, len); in add_cert_dir()
212 if (ent->dir == NULL || ent->hashes == NULL) { in add_cert_dir()
273 j = strlen(ent->dir) + 1 + 8 + 6 + 1 + 1; in get_cert_by_subject_ex()
[all …]
/openssl-master/test/
A Dca-and-certs.cnf57 dir = ./demoCA
58 certs = $dir/certs
59 crl_dir = $dir/crl
60 database = $dir/index.txt
61 new_certs_dir = $dir/newcerts
62 certificate = $dir/cacert.pem
63 serial = $dir/serial
64 crl = $dir/crl.pem
65 private_key = $dir/private/cakey.pem
A DCAtsa.cnf28 dir = ./demoCA
29 certs = $dir/certs # Where the issued certs are kept
30 database = $dir/index.txt # database index file.
31 new_certs_dir = $dir/newcerts # default place for new certs.
33 certificate = $dir/cacert.pem # The CA certificate
34 serial = $dir/serial # The current serial number
35 private_key = $dir/private/cakey.pem# The private key
127 dir = . # TSA root directory
129 signer_cert = $dir/tsa_cert1.pem # The TSA signing certificate
131 certs = $dir/tsaca.pem # Certificate chain to include in reply
[all …]
A Dtest.cnf9 dir = ./demoCA # Where everything is kept
10 certs = $dir/certs # Where the issued certs are kept
11 crl_dir = $dir/crl # Where the issued crl are kept
12 database = $dir/index.txt # database index file.
13 new_certs_dir = $dir/new_certs # default place for new certs.
15 certificate = $dir/CAcert.pem # The CA certificate
16 serial = $dir/serial # The current serial number
17 crl = $dir/crl.pem # The current CRL
18 private_key = $dir/private/CAkey.pem# The private key
/openssl-master/crypto/aes/asm/
A Daesni-x86_64.pl329 my $dir=shift;
347 .L${dir}_loop2:
363 .size _aesni_${dir}rypt2,.-_aesni_${dir}rypt2
367 my $dir=shift;
406 .size _aesni_${dir}rypt3,.-_aesni_${dir}rypt3
414 my $dir=shift;
459 .size _aesni_${dir}rypt4,.-_aesni_${dir}rypt4
463 my $dir=shift;
522 .size _aesni_${dir}rypt6,.-_aesni_${dir}rypt6
526 my $dir=shift;
[all …]
/openssl-master/crypto/dso/
A Ddso_win32.c197 const char *dir; member
245 result->dir = start; in win32_splitter()
253 result->dir = start; in win32_splitter()
257 result->dir = start; in win32_splitter()
273 result->dir = start; in win32_splitter()
296 result->dir = NULL; in win32_splitter()
325 if (file_split->dir && file_split->file) { in win32_joiner()
370 start = file_split->dir; in win32_joiner()
432 if (!filespec1_split->dir) { in win32_merger()
433 filespec1_split->dir = filespec2_split->dir; in win32_merger()
[all …]
/openssl-master/crypto/perlasm/
A Dsparcv9_modes.pl924 my ($alg,$bits,$dir) = @_;
955 $code.=<<___ if ($dir eq "de");
985 .L${bits}_xts_${dir}loop:
1063 .L${bits}_xts_${dir}loop2x:
1185 .L${bits}_xts_${dir}blk:
1195 .L${bits}_xts_${dir}blk2x:
1297 .L${bits}_xts_${dir}steal:
1308 .L${bits}_xts_${dir}stealing:
1326 .L${bits}_xts_${dir}steal:
1375 .L${bits}_xts_${dir}stealing:
[all …]
A Dx86_64-xlate.pl693 my $dir = $1;
695 SWITCH: for ($dir) {
741 && do { $dir = undef;
757 $self->{value} = ".cfi_$dir\t$$line" if ($dir);
774 my $dir;
781 $dir = $1;
786 SWITCH: for ($dir) {
809 $dir = ".byte";
824 if ($dir =~ /\.extern/) {
852 } elsif ($dir =~ /\.comm/) {
[all …]
/openssl-master/ms/
A Duplink-x86_64.pl12 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
13 open OUT,"| \"$^X\" \"${dir}../crypto/perlasm/x86_64-xlate.pl\" \"$output\""
14 or die "can't call ${dir}../crypto/perlasm/x86_64-xlate.pl: $!";
16 push(@INC,"${dir}.");
A Duplink-x86.pl9 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
10 push(@INC, "${dir}.", "${dir}../crypto/perlasm");
A Duplink-ia64.pl11 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
12 push(@INC,"${dir}.");
/openssl-master/crypto/
A DLPdir_unix.c77 DIR *dir; member
112 (*ctx)->dir = opendir(directory); in LP_find_file()
113 if ((*ctx)->dir == NULL) { in LP_find_file()
129 direntry = readdir((*ctx)->dir); in LP_find_file()
154 int ret = closedir((*ctx)->dir); in LP_find_file_end()
A Darm64cpuid.pl15 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
16 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
17 ( $xlate="${dir}perlasm/arm-xlate.pl" and -f $xlate) or
A Darmv4cpuid.pl15 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
16 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
17 ( $xlate="${dir}perlasm/arm-xlate.pl" and -f $xlate) or
/openssl-master/engines/
A De_loader_attic.c904 } dir; member
1044 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, path); in file_open_ex()
1045 ctx->_.dir.last_errno = errno; in file_open_ex()
1051 ctx->_.dir.end_reached = 1; in file_open_ex()
1164 BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name), in file_find()
1457 if (ctx->_.dir.search_name[0] == '\0') in file_name_check()
1546 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, ctx->uri); in file_load()
1547 ctx->_.dir.last_errno = errno; in file_load()
1548 if (ctx->_.dir.last_entry == NULL && ctx->_.dir.last_errno == 0) in file_load()
1549 ctx->_.dir.end_reached = 1; in file_load()
[all …]
/openssl-master/apps/
A Dversion.c46 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local
67 dirty = dir = 1; in version_main()
95 = dir = engdir = moddir = cpuinfo in version_main()
123 if (dir) in version_main()
A Dopenssl-vms.cnf82 dir = sys\$disk:[.demoCA # Where everything is kept
83 certs = $dir.certs] # Where the issued certs are kept
84 crl_dir = $dir.crl] # Where the issued crl are kept
85 database = $dir]index.txt # database index file.
88 new_certs_dir = $dir.newcerts] # default place for new certs.
90 certificate = $dir]cacert.pem # The CA certificate
91 serial = $dir]serial. # The current serial number
92 crlnumber = $dir]crlnumber. # the current crl number
94 crl = $dir]crl.pem # The current CRL
95 private_key = $dir.private]cakey.pem# The private key
[all …]
A Dopenssl.cnf82 dir = ./demoCA # Where everything is kept
83 certs = $dir/certs # Where the issued certs are kept
84 crl_dir = $dir/crl # Where the issued crl are kept
85 database = $dir/index.txt # database index file.
88 new_certs_dir = $dir/newcerts # default place for new certs.
90 certificate = $dir/cacert.pem # The CA certificate
91 serial = $dir/serial # The current serial number
92 crlnumber = $dir/crlnumber # the current crl number
94 crl = $dir/crl.pem # The current CRL
95 private_key = $dir/private/cakey.pem# The private key
[all …]
/openssl-master/crypto/bn/asm/
A Dvia-mont.pl87 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
88 push(@INC,"${dir}","${dir}../../perlasm");
/openssl-master/crypto/rc5/asm/
A Drc5-586.pl10 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
11 push(@INC,"${dir}","${dir}../../perlasm");

Completed in 41 milliseconds

1234567