Home
last modified time | relevance | path

Searched full:scheme (Results 1 – 25 of 882) sorted by relevance

12345678910>>...36

/freebsd/crypto/openssl/crypto/store/
H A Dstore_register.c31 OSSL_STORE_LOADER *OSSL_STORE_LOADER_new(ENGINE *e, const char *scheme) in OSSL_STORE_LOADER_new() argument
37 * scheme is crucial and must never be NULL, or the user will get in OSSL_STORE_LOADER_new()
41 if (scheme == NULL) { in OSSL_STORE_LOADER_new()
52 res->scheme = scheme; in OSSL_STORE_LOADER_new()
63 return loader->scheme; in OSSL_STORE_LOADER_get0_scheme()
143 return OPENSSL_LH_strhash(v->scheme); in store_loader_hash()
149 assert(a->scheme != NULL && b->scheme != NULL); in store_loader_cmp()
150 return strcmp(a->scheme, b->scheme); in store_loader_cmp()
165 const char *scheme = loader->scheme; in ossl_store_register_loader_int() local
169 * Check that the given scheme conforms to correct scheme syntax as per in ossl_store_register_loader_int()
[all …]
H A Dstore_meth.c42 * OSSL_STORE_LOADER_new() expects the scheme as a constant string,
94 const char *scheme; /* For get_loader_from_store() */ member
163 id = ossl_namemap_name2num(namemap, methdata->scheme); in get_loader_from_store()
177 const char *scheme, const char *propdef, in put_loader_in_store() argument
185 || (id = ossl_namemap_name2num(namemap, scheme)) == 0) in put_loader_in_store()
258 * The core fetching functionality passes the scheme of the implementation.
268 * namemap entry, this is it. Should the scheme already exist there, we in construct_loader()
274 const char *scheme = algodef->algorithm_names; in construct_loader() local
275 int id = ossl_namemap_add_name(namemap, 0, scheme); in construct_loader()
298 /* Fetching support. Can fetch by numeric identity or by scheme */
[all …]
H A Dstore_lib.c75 char scheme_copy[256], *p, *schemes[2], *scheme = NULL; in OSSL_STORE_open_ex() local
80 * Put the file scheme first. If the uri does represent an existing file, in OSSL_STORE_open_ex()
87 * Now, check if we have something that looks like a scheme, and add it in OSSL_STORE_open_ex()
88 * as a second scheme. However, also check if there's an authority start in OSSL_STORE_open_ex()
89 * (://), because that will invalidate the previous file scheme. Also, in OSSL_STORE_open_ex()
90 * check that this isn't actually the file scheme, as there's no point in OSSL_STORE_open_ex()
98 schemes_n--; /* Invalidate the file scheme */ in OSSL_STORE_open_ex()
106 * Try each scheme until we find one that could open the URI. in OSSL_STORE_open_ex()
108 * For each scheme, we look for the engine implementation first, and in OSSL_STORE_open_ex()
114 scheme = schemes[i]; in OSSL_STORE_open_ex()
[all …]
/freebsd/lib/geom/part/
H A Dgpart.862 .Fl s Ar scheme
147 Add a new partition to the partitioning scheme given by
203 Embed bootstrap code into the partitioning scheme's metadata on the
227 into the partitioning scheme's metadata for
231 option is scheme-specific in nature (see the section entitled
236 file must match the partitioning scheme's requirements for file content
273 Create a new partitioning scheme on a provider given by
275 The scheme to use must be specified with the
276 .Fl s Ar scheme
291 Every partitioning scheme has a minimum and maximum number of entries.
[all …]
/freebsd/usr.bin/mkimg/
H A Dscheme.c38 #include "scheme.h"
63 static struct mkimg_scheme *scheme; variable
102 scheme = s; in scheme_select()
113 return (scheme); in scheme_selected()
121 if (scheme == NULL || scheme->bootcode == 0) in scheme_bootcode()
126 if (sb.st_size > scheme->bootcode) in scheme_bootcode()
129 bootcode = malloc(scheme->bootcode); in scheme_bootcode()
132 memset(bootcode, 0, scheme->bootcode); in scheme_bootcode()
147 assert(scheme != NULL); in scheme_check_part()
154 iter = scheme->aliases; in scheme_check_part()
[all …]
H A Dmkimg.146 .Op Fl s Ar scheme Op Fl p Ar partition ...
55 argument(s) and using the partitioning scheme specified with the
56 .Ar scheme
69 The disk image can be made bootable by specifying the scheme-specific boot
73 depending on the scheme,
121 partitioning scheme with the
159 scheme supports it.
162 scheme supports this concept.
193 Both the format and scheme lists a space-separated lists for easy handling
284 For example, the GUID Partition Table (GPT) scheme has a header in the last
[all …]
/freebsd/lib/libfetch/
H A Dfetch.c62 { URL_BAD_SCHEME, FETCH_URL, "Invalid URL scheme" },
71 * Select the appropriate protocol for the URL scheme, and return a
83 if (strcmp(URL->scheme, SCHEME_FILE) == 0) in fetchXGet()
85 else if (strcmp(URL->scheme, SCHEME_FTP) == 0) in fetchXGet()
87 else if (strcmp(URL->scheme, SCHEME_HTTP) == 0) in fetchXGet()
89 else if (strcmp(URL->scheme, SCHEME_HTTPS) == 0) in fetchXGet()
96 * Select the appropriate protocol for the URL scheme, and return a
106 * Select the appropriate protocol for the URL scheme, and return a
113 if (strcmp(URL->scheme, SCHEME_FILE) == 0) in fetchPut()
115 else if (strcmp(URL->scheme, SCHEME_FTP) == 0) in fetchPut()
[all …]
H A Dfetch.368 .Fn fetchMakeURL "const char *scheme" "const char *host" "int port" "const char *doc" "const char *…
131 its components function according to the Common Internet Scheme Syntax
135 <scheme>:(//(<user>(:<pwd>)?@)?<host>(:<port>)?)?/(<document>)?
138 If the URL does not seem to begin with a scheme name, the following
146 For instance, the file scheme only needs the <scheme> and <document>
162 char scheme[URL_SCHEMELEN+1];
208 meaning of the individual flags is scheme-dependent, and is detailed
292 .Sh FILE SCHEME
315 .Sh FTP SCHEME
356 .Sh HTTP SCHEME
[all …]
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit.h76 int gpart_partition(const char *lg_name, const char *scheme);
77 void set_default_part_metadata(const char *name, const char *scheme,
83 const char *default_scheme(void); /* Default partition scheme */
84 int is_scheme_bootable(const char *scheme); /* Non-zero if scheme boots */
85 int is_fs_bootable(const char *scheme, const char *fs); /* Ditto if FS boots */
88 size_t bootpart_size(const char *scheme);
91 * Type and mountpoint of boot partition for given scheme. If boot partition
96 const char *bootpart_type(const char *scheme, const char **mountpoint);
98 /* Path to bootcode that goes in the scheme (e.g. disk MBR). NULL if none */
99 const char *bootcode_path(const char *scheme);
[all …]
H A Dgpart_ops.c80 scheme_supports_labels(const char *scheme) in scheme_supports_labels() argument
82 if (strcmp(scheme, "APM") == 0) in scheme_supports_labels()
84 if (strcmp(scheme, "GPT") == 0) in scheme_supports_labels()
236 const char *scheme = NULL; in choose_part_type() local
257 conf.title = "Partition Scheme"; in choose_part_type()
259 "Select a partition scheme for this volume:", 0, 0, 0, in choose_part_type()
269 "This partition scheme (%s) is not " in choose_part_type()
280 scheme = items[choice].name; in choose_part_type()
282 return scheme; in choose_part_type()
286 gpart_partition(const char *lg_name, const char *scheme) in gpart_partition() argument
[all …]
H A Dpart_wizard.c229 const char *scheme = NULL; in wizard_partition() local
248 if (strcmp(gc->lg_name, "scheme") == 0) { in wizard_partition()
249 scheme = gc->lg_val; in wizard_partition()
255 /* Treat uncommitted scheme deletions as no scheme */ in wizard_partition()
256 if (scheme != NULL && strcmp(scheme, "(none)") == 0) in wizard_partition()
257 scheme = NULL; in wizard_partition()
276 if (choice == BSDDIALOG_NO && scheme != NULL && !is_scheme_bootable(scheme)) { in wizard_partition()
281 "The existing partition scheme on this " in wizard_partition()
285 scheme); in wizard_partition()
292 scheme = choose_part_type(default_scheme()); in wizard_partition()
[all …]
H A Dscripted.c65 part_config(char *disk, const char *scheme, char *config) in part_config() argument
73 if (scheme == NULL) in part_config()
74 scheme = default_scheme(); in part_config()
85 /* Remove any existing partitioning and create new scheme */ in part_config()
96 gpart_partition(disk, scheme); in part_config()
98 if (strcmp(scheme, "MBR") == 0) { in part_config()
160 char *disk = NULL, *scheme = NULL, *partconfig = NULL; in parse_disk_config() local
185 else if (scheme == NULL) in parse_disk_config()
186 scheme = strsep(&input, " \t\n"); in parse_disk_config()
204 return (part_config(disk, scheme, partconfig)); in parse_disk_config()
/freebsd/contrib/elftoolchain/cxxfilt/
H A Dc++filt.139 .Op Fl s Ar scheme | Fl -format Ns = Ns Ar scheme
79 .It Fl s Ar scheme | Fl -format Ns = Ns Ar scheme
80 Select the encoding scheme to use.
82 .Ar scheme
86 Use the encoding scheme specified by the C++ Annotated Reference Manual.
88 Guess the encoding scheme from the input.
90 Use the encoding scheme used by the GNU C++ compiler.
92 Use the encoding scheme used by the GNU C++ compiler, version 3.
/freebsd/contrib/file/magic/Magdir/
H A Dlisp13 #>2 search/4096 !\r Lisp/Scheme program text
16 0 search/4096 (setq\ Lisp/Scheme program text
18 0 search/4096 (defvar\ Lisp/Scheme program text
20 0 search/4096 (defparam\ Lisp/Scheme program text
22 0 search/4096 (defun\ Lisp/Scheme program text
24 0 search/4096 (autoload\ Lisp/Scheme program text
26 0 search/4096 (custom-set-variables\ Lisp/Scheme program text
73 #.com and .bin for MIT scheme
74 0 string \372\372\372\372 MIT scheme (library?)
80 # Chibi-Scheme
[all …]
/freebsd/contrib/ntp/util/
H A Dntp-keygen.mdoc.in179 However, the scheme specified in the certificate must be compatible
361 Each cryptographic configuration involves selection of a signature scheme
362 and identification scheme, called a cryptotype,
407 scheme than the default, run
420 If it is necessary to use a different certificate scheme than the default,
424 .Fl c Ar scheme
426 .Ar scheme
431 using the same scheme and sign key, and soft link.
451 identity scheme is vulnerable to a middleman attack.
476 The PC scheme support
[all...]
H A Dntp-keygen.1ntp-keygenmdoc179 However, the scheme specified in the certificate must be compatible
361 Each cryptographic configuration involves selection of a signature scheme
362 and identification scheme, called a cryptotype,
407 scheme than the default, run
420 If it is necessary to use a different certificate scheme than the default,
424 .Fl c Ar scheme
426 .Ar scheme
431 using the same scheme and sign key, and soft link.
451 identity scheme is vulnerable to a middleman attack.
476 The PC scheme support
[all...]
H A Dntp-keygen.1ntp-keygenman212 However, the scheme specified in the certificate must be compatible
418 Each cryptographic configuration involves selection of a signature scheme
419 and identification scheme, called a cryptotype,
468 scheme than the default, run
481 If it is necessary to use a different certificate scheme than the default,
485 \f\*[B-Font]\-c\f[] \f\*[I-Font]scheme\f[]
487 \f\*[I-Font]scheme\f[]
492 using the same scheme and sign key, and soft link.
514 identity scheme is vulnerable to a middleman attack.
543 The PC scheme support
[all...]
H A Dntp-keygen.man.in212 However, the scheme specified in the certificate must be compatible
418 Each cryptographic configuration involves selection of a signature scheme
419 and identification scheme, called a cryptotype,
468 scheme than the default, run
481 If it is necessary to use a different certificate scheme than the default,
485 \f\*[B-Font]\-c\f[] \f\*[I-Font]scheme\f[]
487 \f\*[I-Font]scheme\f[]
492 using the same scheme and sign key, and soft link.
514 identity scheme is vulnerable to a middleman attack.
543 The PC scheme support
[all...]
H A Dntp-keygen-opts.def33 arg-name = scheme;
35 descrip = "certificate scheme";
37 scheme is one of
41 Select the certificate signature encryption/message digest scheme.
83 Generate parameters and keys for the GQ identification scheme,
104 Generate parameters for the IFF identification scheme, obsoleting
245 descrip = "trusted certificate (TC scheme)";
261 identification scheme.
440 However, the scheme specified in the certificate must be compatible
623 Each cryptographic configuration involves selection of a signature scheme
[all …]
/freebsd/usr.bin/mkimg/tests/
H A Dmkimg_test.sh32 local blksz bootarg bootsz format geom nhds nsecs partarg pfx scheme
35 scheme=$2
44 bootsz=`bootcode $scheme`
62 imagename=$pfx-$geom-$blksz-$scheme.$format
64 mkimg -y -f $format -o $imagename -s $scheme -P $blksz -H $nhds -T $nsecs \
98 local blksz format geom scheme
102 scheme=$3
105 case $scheme in
114 image=`makeimage $format $scheme $blksz $geom img $partinfo`
/freebsd/sys/contrib/openzfs/include/sys/fm/
H A Dprotocol.h178 #define FM_FMRI_SCHEME "scheme"
193 /* scheme name values */
206 /* Scheme versions */
231 /* hc scheme member names */
255 /* fmd module scheme member names */
259 /* dev scheme member names */
264 /* pkg scheme member names */
269 /* svc scheme member names */
278 /* cpu scheme member names */
292 /* legacy-hc scheme member names */
[all …]
/freebsd/crypto/openssl/include/crypto/
H A Ddso_conf.h.in21 my $scheme = $disabled{dso} ? undef : uc $target{dso_scheme};
22 if (!$scheme) {
23 $scheme = "NONE";
25 my @macros = ( "DSO_$scheme" );
26 if ($scheme eq 'DLFCN') {
28 } elsif ($scheme eq "DLFCN_NO_H") {
/freebsd/tools/boot/
H A Drootgen.sh106 scheme=$5
128 scheme=$5
151 scheme=$5
210 scheme=$5
237 scheme=$5
257 scheme=$5
284 scheme=$5
309 ${SRCTOP}/tools/boot/install-boot.sh -g ${geli} -s ${scheme} -f ${fs} -b ${bios} -d ${src} ${md}
318 scheme=$5
343 ${SRCTOP}/tools/boot/install-boot.sh -g ${geli} -s ${scheme} -f ${fs} -b ${bios} -d ${src} ${md}
[all …]
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_lib.c58 const char *scheme, *scheme_end; in OSSL_parse_url() local
81 /* check for optional prefix "<scheme>://" */ in OSSL_parse_url()
82 scheme = scheme_end = url; in OSSL_parse_url()
88 if (scheme_end == scheme) in OSSL_parse_url()
164 if (!copy_substring(pscheme, scheme, scheme_end) in OSSL_parse_url()
203 char *scheme, *port; in OSSL_HTTP_parse_url() local
209 if (!OSSL_parse_url(url, &scheme, puser, phost, &port, pport_num, in OSSL_HTTP_parse_url()
213 /* check for optional HTTP scheme "http[s]" */ in OSSL_HTTP_parse_url()
214 if (strcmp(scheme, OSSL_HTTPS_NAME) == 0) { in OSSL_HTTP_parse_url()
218 } else if (*scheme != '\0' && strcmp(scheme, OSSL_HTTP_NAME) != 0) { in OSSL_HTTP_parse_url()
[all …]
/freebsd/contrib/ntp/html/
H A Ddiscover.html23 <li class="inline"><a href="#bcst">Broadcast/Multicast Scheme</a></li>
24 <li class="inline"><a href="#mcst">Manycast Scheme</a></li>
25 <li class="inline"><a href="#pool">Server Pool Scheme</a></li>
29 …oadcast or one-to-many paradigm native to IPv4 and IPv6. The server pool scheme uses DNS to resolv…
36 <p>Following is a summary of each scheme. Note that reference to option applies to the commands des…
37 <h4 id="bcst">Broadcast/Multicast Scheme</h4>
47 <h4 id="mcst">Manycast Scheme</h4>
54 …overy scheme. Both symmetric key and public key cryptography can be used in the same scenarios as …
55 <h4 id="pool">Server Pool Scheme</h4>
56 … distribute and balance the load is not a new one; however, the NTP pool scheme puts this on stero…
[all …]

12345678910>>...36