Home
last modified time | relevance | path

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

12345678

/openssl/util/
H 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";
H 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/test/recipes/
H 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/test/recipes/90-test_includes_data/conf-includes/
H 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/providers/implementations/storemgmt/
H A Dfile_store.c103 } dir; member
179 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, path); in file_open_dir()
180 ctx->_.dir.last_errno = errno; in file_open_dir()
181 if (ctx->_.dir.last_entry == NULL) { in file_open_dir()
187 ctx->_.dir.end_reached = 1; in file_open_dir()
368 BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name), in file_set_ctx_params()
676 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, ctx->uri); in file_load_dir_entry()
677 ctx->_.dir.last_errno = errno; in file_load_dir_entry()
678 if (ctx->_.dir.last_entry == NULL && ctx->_.dir.last_errno == 0) in file_load_dir_entry()
726 return ctx->_.dir.end_reached; in file_eof()
[all …]
/openssl/crypto/x509/
H 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/test/
H 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
H 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 …]
H 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/crypto/aes/asm/
H 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/crypto/dso/
H 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/ms/
H 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}.");
H A Duplink-x86.pl9 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
10 push(@INC, "${dir}.", "${dir}../crypto/perlasm");
H A Duplink-ia64.pl11 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
12 push(@INC,"${dir}.");
/openssl/crypto/
H 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()
155 int ret = closedir((*ctx)->dir); in LP_find_file_end()
H 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
H 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
/openssl/crypto/perlasm/
H 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 …]
H 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/tools/
H A Dc_rehash.in14 my $dir = {- quotify1($config{openssldir}) -};
86 $dirlist[0] = "$dir/certs";
124 my $dir = shift;
127 print "Doing $dir\n";
129 if (!chdir $dir) {
130 print STDERR "WARNING: Cannot chdir to '$dir', $!\n";
/openssl/crypto/modes/asm/
H A Daes-gcm-ppc.pl74 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
75 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
76 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
/openssl/engines/
H A De_loader_attic.c899 } dir; member
1037 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, path); in file_open_ex()
1038 ctx->_.dir.last_errno = errno; in file_open_ex()
1044 ctx->_.dir.end_reached = 1; in file_open_ex()
1157 BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name), in file_find()
1450 if (ctx->_.dir.search_name[0] == '\0') in file_name_check()
1540 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, ctx->uri); in file_load()
1541 ctx->_.dir.last_errno = errno; in file_load()
1542 if (ctx->_.dir.last_entry == NULL && ctx->_.dir.last_errno == 0) in file_load()
1543 ctx->_.dir.end_reached = 1; in file_load()
[all …]
/openssl/apps/
H 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()
122 if (dir) in version_main()
H 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 …]
H 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 …]

Completed in 90 milliseconds

12345678