Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 71) sorted by relevance

123

/openssl-master/crypto/
A DLPdir_win.c74 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() argument
76 if (ctx == NULL || directory == NULL) { in LP_find_file()
83 size_t dirlen = strlen(directory); in LP_find_file()
108 directory, len_0, in LP_find_file()
114 directory, len_0, in LP_find_file()
124 if (!MultiByteToWideChar(cp, 0, directory, len_0, in LP_find_file()
141 wdir[index] = (TCHAR)directory[index]; in LP_find_file()
154 if (directory[dirlen - 1] != '*') { in LP_find_file()
157 strcpy(buf, directory); in LP_find_file()
163 directory = buf; in LP_find_file()
[all …]
A DLPdir_vms.c69 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() argument
89 if (ctx == NULL || directory == NULL) { in LP_find_file()
96 size_t filespeclen = strlen(directory); in LP_find_file()
105 if (directory[filespeclen - 1] != ']' in LP_find_file()
106 && directory[filespeclen - 1] != '>' in LP_find_file()
107 && directory[filespeclen - 1] != ':') { in LP_find_file()
126 strcpy((*ctx)->filespec, directory); in LP_find_file()
A DLPdir_unix.c85 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() argument
89 if (ctx == NULL || directory == NULL) { in LP_find_file()
105 char c = directory[strlen(directory) - 1]; in LP_find_file()
112 (*ctx)->dir = opendir(directory); in LP_find_file()
A DLPdir_nyi.c46 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() argument
/openssl-master/VMS/
A Dmsg_staging.com5 $ ! P1 staging software installation directory
6 $ ! P2 staging data installation directory
7 $ ! P3 final software installation directory
8 $ ! P4 final data installation directory
9 $ ! P5 startup / setup / shutdown scripts directory
A Dmsg_install.com4 $ ! P1 startup / setup / shutdown scripts directory
A Dopenssl_startup.com.in10 $ ! OSSL$DATAROOT Data root (common directory
12 $ ! OSSL$INCLUDE Include directory root
/openssl-master/doc/man1/
A Dopenssl-info.pod.in40 Outputs the default directory for OpenSSL configuration files.
44 Outputs the default directory for OpenSSL engine modules.
48 Outputs the default directory for OpenSSL dynamically loadable modules
57 Outputs the separator character between a directory specification and
60 separator between directory elements.
A Dopenssl-rehash.pod.in23 [I<directory>] ...
32 [I<directory>] ...
42 file in the specified directory list and creates symbolic links
52 If that is not set then the default directory (installation-specific
55 In order for a directory to be processed, the user must have write
56 permissions on that directory, otherwise an error will be generated.
60 When a directory is processed, all links in it that have a name
109 This is needed when keeping new and old-style links in the same directory.
120 By default, this command only lists each directory as it is processed.
A DCA.pl.pod87 are created in a directory called F<demoCA> in the current directory.
90 If the F<demoCA> directory already exists then the B<-newca> command will not
93 delete the directory if it already exists.
A Dopenssl-engine.pod.in92 DIR_ADD: Adds a directory from which ENGINEs can be loaded
110 The path to the engines directory.
/openssl-master/
A DNOTES-VMS.md6 - [About ODS-5 directory names and Perl](#about-ods-5-directory-names-and-perl)
34 About ODS-5 directory names and Perl
38 doesn't treat file specifications where the last directory name
40 will keep the periods in the OpenSSL source directory instead of
46 for now is to rename the OpenSSL source directory, as follows (please
47 adjust for the actual source directory name you have):
58 yourself up a few logical names for the directory trees you're going
A DNOTES-DJGPP.md21 The Makefile assumes that the WATT-32 code is in the directory
23 in directory `watt32` under your main DJGPP directory, specify
A DINSTALL.md341 The name of the directory under the top of the installation directory tree
345 installed to the `bin` directory.
369 The top of the installation directory tree. Defaults are:
400 **On Unix**: this is the directory containing the zlib library.
1201 source code directory. It's done by placing yourself in some other
1202 directory and invoking the configuration commands from there.
1238 (`openssl`). The libraries will be built in the top-level directory,
1271 appropriate permissions to write to the installation directory.
1274 directory tree under `<PREFIX>` (the directory given with `--prefix` or
1323 OPENSSLDIR (the directory given with `--openssldir` or its default)
[all …]
/openssl-master/doc/man3/
A DSSL_CTX_load_verify_locations.pod40 which CA certificates are loaded should be used. There is one default directory,
42 The default CA certificates directory is called F<certs> in the default OpenSSL
43 directory, and this is also the default store.
47 OpenSSL directory.
52 SSL_CTX_set_default_verify_paths() except that just the default directory is
78 If B<CApath> is not NULL, it points to a directory containing CA certificates
99 directory, it's generally treated the same way as a B<CApath>.
156 Prepare the directory /some/where/certs containing several CA certificates
A DX509_LOOKUP_hash_dir.pod85 the directory.
87 The directory should contain one certificate or CRL per file in PEM format,
102 Sequence numbers make it possible for the directory to contain multiple
117 hashed names for all files with F<.pem> suffix in a given directory.
A DX509_STORE_add_cert.pod106 B<X509_STORE> from a given directory path.
107 The certificates in the directory must be in hashed form, as
119 and/or directory path.
120 It is permitted to specify just a file, just a directory, or both
/openssl-master/doc/man7/
A Dopenssl-env.pod29 Specifies the path to a configuration file and the directory for
41 Specifies the directory from which dynamic engines are loaded.
51 Specifies the directory from which cryptographic providers are loaded.
70 Specify the default directory or file containing CA certificates.
/openssl-master/doc/internal/man3/
A Dossl_ends_with_dirsep.pod18 ossl_ends_with_dirsep() detects whether the I<path> ends with a directory
26 ossl_ends_with_dirsep() returns 1 if the I<path> ends with a directory
/openssl-master/include/internal/
A Do_dir.h49 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
/openssl-master/demos/bio/
A DREADME.txt1 This directory contains some simple examples of the use of BIO's
/openssl-master/doc/life-cycles/
A DREADME.md4 This directory contains the algorithm life-cycle diagram sources.
/openssl-master/crypto/perlasm/
A DREADME.md4 The perl scripts in this directory are my 'hack' to generate
7 The way to use this library is to start with adding the path to this directory
/openssl-master/doc/man5/
A Dconfig.pod43 other files. If B<pathname> is a directory, all files within that directory
47 while scanning a directory, and that file has an B<.include> directive
48 that specifies a directory, that is also ignored.
55 current working directory.
494 B<TMP>, if present, specify the directory where the file
529 The path to the engines directory.
534 The path to the directory with OpenSSL modules, such as providers.
551 The limit that only one directory can be opened and read at a time
/openssl-master/Configurations/
A DREADME.md4 This directory contains a few sets of files that are used for
63 of strings, one directory specification
345 directory of the `build.info` file for source files, and the
346 corresponding build directory for built files if the build tree
353 directory for the current `build.info` file and the corresponding build
354 directory, all relative to the top of the build tree.
357 any other directory that has one, further directories to look into
434 but an inclusion directory still needs to be specified. INCLUDE can
635 directory.
647 Configure uses helper scripts in this directory:

Completed in 355 milliseconds

123