Home
last modified time | relevance | path

Searched refs:scheme (Results 1 – 25 of 237) sorted by relevance

12345678910

/openbsd-src/gnu/usr.bin/perl/cpan/Encode/bin/
H A Dpiconv44 my $scheme = do {
45 if (defined $Opt{scheme}) {
46 if (!exists $Scheme{$Opt{scheme}}) {
50 $Opt{scheme};
70 Scheme: $scheme
82 unless ( $scheme eq 'perlio' ) {
90 if ( $scheme eq 'from_to' ) { # default
103 elsif ( $scheme eq 'decode_encode' ) { # step-by-step
119 die "$name: unknown scheme: $scheme";
157 [-p|--perlqq|--htmlcref|--xmlcref] [-C N|-c] [-D] [-S scheme]
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/
H A DTiny.pm26 #pod scheme, host and port) (defaults to 1)
63 #pod single destination scheme, host and port. If any connection-relevant
630 my ($scheme, $host, $port, $path_query, $auth) = $self->_split_url($url);
632 if ($scheme ne 'http' && $scheme ne 'https') {
633 die(qq/Unsupported URL scheme '$scheme'\n/);
638 scheme => $scheme,
641 host_port => ($port == $DefaultPort{$scheme}
[all...]
/openbsd-src/usr.sbin/smtpd/
H A Dsmtpc.c273 char *scheme, *creds, *host, *port, *p, *c; in parse_server() local
279 scheme = server; in parse_server()
295 scheme = "smtp"; in parse_server()
331 if (!strcmp(scheme, "lmtp")) { in parse_server()
334 else if (!strcmp(scheme, "lmtp+tls")) { in parse_server()
338 else if (!strcmp(scheme, "lmtp+notls")) { in parse_server()
342 else if (!strcmp(scheme, "smtps")) { in parse_server()
347 else if (!strcmp(scheme, "smtp")) { in parse_server()
349 else if (!strcmp(scheme, "smtp+tls")) { in parse_server()
352 else if (!strcmp(scheme, "smtp+notls")) { in parse_server()
[all …]
/openbsd-src/usr.sbin/unbound/testcode/
H A Dunitzonemd.c61 int scheme, int hashalgo, const char* digest) in zonemd_generate_test() argument
94 result = auth_zone_generate_zonemd_hash(z, scheme, hashalgo, in zonemd_generate_test()
117 "scheme=%d hashalgo=%d\n", zname, z->zonefile, in zonemd_generate_test()
118 scheme, hashalgo); in zonemd_generate_test()
178 int scheme = 1; in zonemd_check_test() local
219 result = auth_zone_generate_zonemd_check(z, scheme, hashalgo, in zonemd_check_test()
224 unit_assert(result && strcmp(reason, "unsupported scheme")==0); in zonemd_check_test()
225 result = auth_zone_generate_zonemd_check(z, scheme, 242, in zonemd_check_test()
228 result = auth_zone_generate_zonemd_check(z, scheme, hashalgo, in zonemd_check_test()
231 result = auth_zone_generate_zonemd_check(z, scheme, hashalg in zonemd_check_test()
[all...]
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DAcceptor.cpp39 bool FindProtocolByScheme(const char *scheme, in FindProtocolByScheme() argument
42 if (!strcmp(s.m_scheme, scheme)) { in FindProtocolByScheme()
90 if (!FindProtocolByScheme(res->scheme.str().c_str(), socket_protocol)) in Create()
92 res->scheme.str().c_str()); in Create()
94 name = name.drop_front(res->scheme.size() + strlen("://")); in Create()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DUriParser.h22 llvm::StringRef scheme; member
28 return port == R.port && scheme == R.scheme && hostname == R.hostname &&
/openbsd-src/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm163 scheme => { default => 'http' },
194 if( lc($args->scheme) ne 'file' and not $args->host ) {
196 "Hostname required when fetching from '%1'",$args->scheme));
359 $href->{scheme} = $1;
365 if( $href->{scheme} eq 'file' ) {
418 ($href->{scheme} eq 'file');
481 for my $method ( @{ $METHODS->{$self->scheme} } ) {
572 if ($self->scheme eq 'https') {
589 $uri->scheme( $self->scheme );
590 $uri->host( $self->scheme eq 'file' ? '' : $self->host );
[all …]
/openbsd-src/lib/libfido2/src/
H A Dtpm.c109 uint16_t scheme; /* TPM_ALG_NULL */
118 uint16_t scheme; /* TPM_ALG_NULL */
193 x->param.scheme = htobe16(x->param.scheme); in bswap_rs256_pubarea()
206 x->param.scheme = htobe16(x->param.scheme); in bswap_es256_pubarea()
246 expected.param.scheme = TPM_ALG_NULL; in check_rs256_pubarea()
281 expected.param.scheme = TPM_ALG_NULL; /* TCG Alg. Registry, 5.2.4 */ in check_es256_pubarea()
/openbsd-src/lib/libcrypto/asn1/
H A Dp5_pbev2.c189 X509_ALGOR *scheme = NULL, *kalg = NULL, *ret = NULL; in PKCS5_pbe2_set() local
208 scheme = pbe2->encryption; in PKCS5_pbe2_set()
210 scheme->algorithm = obj; in PKCS5_pbe2_set()
211 if (!(scheme->parameter = ASN1_TYPE_new())) in PKCS5_pbe2_set()
223 if (EVP_CIPHER_param_to_asn1(&ctx, scheme->parameter) < 0) { in PKCS5_pbe2_set()
/openbsd-src/gnu/usr.bin/perl/cpan/File-Fetch/t/
H A D01_File-Fetch.t57 scheme => 'ftp',
63 scheme => 'rsync',
69 scheme => 'git',
75 scheme => 'http',
90 scheme => 'file',
96 scheme => 'file',
106 scheme => 'file',
113 scheme => 'file',
120 scheme => 'file',
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/
H A DClient.pm120 my $scheme = shift(@$challenge);
124 unless ($scheme =~ /^(basic|digest)$/) {
127 $scheme = $1; # untainted now
129 return ($scheme, $challenge);
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A DUtil.pm159 my ($self, $scheme, $host, $port, $peer) = @_;
163 $self->{scheme} = $scheme;
/openbsd-src/gnu/llvm/clang/docs/
H A DControlFlowIntegrity.rst80 least one CFI scheme is enabled.
104 This scheme checks that virtual calls take place using a vptr of the correct
107 This CFI scheme can be enabled on its own using ``-fsanitize=cfi-vcall``.
109 For this scheme to work, all translation units containing the definition
123 Note that this scheme has not yet been optimized for binary size; an increase
129 This scheme checks that pointer casts are made to an object of the correct
156 For this scheme to work, all translation units containing the definition
165 This scheme checks that non-virtual calls take place using an object of
169 polymorphic class type. This CFI scheme can be enabled on its own using
172 For this scheme to work, all translation units containing the definition
[all …]
H A DControlFlowIntegrityDesign.rst11 This scheme works by allocating, for each static type used to make a virtual
39 The scheme will cause the virtual tables for A, B and C to be laid out
102 The scheme as described above is the fully general variant of the scheme.
257 Of course, this alignment scheme works best if the address points are
265 This scheme introduces tradeoffs between decreased space overhead for
286 At a high level, the interleaving scheme consists of three steps: 1) split virtual table groups into
290 The interleaving scheme implemented in LLVM is inspired by [1]_ but has its own
299 The interleaving scheme, however, can only work with individual virtual tables so it must split the…
300 In comparison, the old scheme does not require the splitting but it is more efficient when the comb…
308 This step is common to both the old scheme described above and the interleaving scheme.
[all …]
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst198 encoding scheme.
203 scheme.
208 the Variable Bit Rate encoding scheme.
214 scheme.
218 The total number of bytes saved by using the Variable Bit Rate encoding scheme.
278 integers that use the Variable Bit Rate encoding scheme.
284 Bit Rate encoding scheme.
289 Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes.
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DUriParser.cpp22 OS << U.scheme << "://[" << U.hostname << ']'; in operator <<()
37 ret.scheme = uri.substr(0, pos); in Parse()
/openbsd-src/lib/libcrypto/objects/
H A Dobjects.txt1357 oscca 1 : sm-scheme
1359 sm-scheme 104 1 : SM4-ECB : sm4-ecb
1360 sm-scheme 104 2 : SM4-CBC : sm4-cbc
1362 sm-scheme 104 3 : SM4-OFB : sm4-ofb
1364 sm-scheme 104 4 : SM4-CFB : sm4-cfb
1365 sm-scheme 104 5 : SM4-CFB1 : sm4-cfb1
1366 sm-scheme 104 6 : SM4-CFB8 : sm4-cfb8
1367 sm-scheme 104 7 : SM4-CTR : sm4-ctr
1382 !Alias x9-63-scheme 1 3 133 16 840 63 0
1383 !Alias secg-scheme certicom-arc 1
[all …]
/openbsd-src/usr.bin/file/magdir/
H A Dlisp44 #.com and .bin for MIT scheme
45 0 string \372\372\372\372 MIT scheme (library?)
/openbsd-src/sbin/unwind/libunbound/services/
H A Dauthzone.h723 int auth_zone_generate_zonemd_hash(struct auth_zone* z, int scheme,
738 int zonemd_scheme_supported(int scheme);
755 int auth_zone_generate_zonemd_check(struct auth_zone* z, int scheme,
/openbsd-src/usr.sbin/unbound/services/
H A Dauthzone.h723 int auth_zone_generate_zonemd_hash(struct auth_zone* z, int scheme,
738 int zonemd_scheme_supported(int scheme);
755 int auth_zone_generate_zonemd_check(struct auth_zone* z, int scheme,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DMangled.cpp205 ManglingScheme scheme = GetManglingScheme(m_mangled.GetStringRef()); in GetRichManglingInfo() local
206 if (skip_mangled_name && skip_mangled_name(m_mangled.GetStringRef(), scheme)) in GetRichManglingInfo()
209 switch (scheme) { in GetRichManglingInfo()
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/
H A Dpiconv.t45 like($err, qr{unknown scheme.*fallback}i, 'warning for unknown scheme');
/openbsd-src/usr.sbin/pkg_add/OpenBSD/PackageRepository/
H A DInstalled.pm119 my $scheme = lc($1);
120 if ($scheme eq $class->urlscheme) {
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFTP.pm611 my($level,$scheme,$sitetag) = @$level_tuple;
612 $self->mymkpath($aslocal_dir) unless $scheme && "file" eq $scheme;
654 $ret = $self->hostdlxxx($level,$scheme,\@urllist,$file,$aslocal_tempfile,$stats);
665 elsif (-f $ret && $scheme eq 'file' ) {
727 my $scheme = shift;
729 $h = [ grep /^\Q$scheme\E:/, @$h ] if $scheme;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp130 if (parsed_url->scheme == "unix-connect") in ConnectRemote()
132 else if (parsed_url->scheme == "unix-abstract-connect") in ConnectRemote()

12345678910