Home
last modified time | relevance | path

Searched refs:CA (Results 1 – 25 of 256) sorted by relevance

1234567891011

/minix/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.require/
H A Dbullet_5.pass.cpp254 typedef A const CA; in main() typedef
261 runTestCase< R(CA&, CA&), 2, ConstCaster >(); in main()
262 runTestCase< R(CA&, CA&, CA&), 3, ConstCaster >(); in main()
296 runFunctorTestCase<R(CA&, CA&), 2, LValueCaster, CC>(); in main()
297 runFunctorTestCase<R(CA&, CA&) const, 2, ConstCaster, CC>(); in main()
298 runFunctorTestCase<R(CA&, CA&) volatile, 2, VolatileCaster, CC>(); in main()
299 runFunctorTestCase<R(CA&, CA&) const volatile, 2, CVCaster, CC>(); in main()
300 runFunctorTestCase<R(CA&, CA&, CA&), 3, LValueCaster, CC>(); in main()
301 runFunctorTestCase<R(CA&, CA&, CA&) const, 3, ConstCaster, CC>(); in main()
302 runFunctorTestCase<R(CA&, CA&, CA&) volatile, 3, VolatileCaster, CC>(); in main()
[all …]
/minix/external/bsd/llvm/dist/llvm/unittests/LineEditor/
H A DLineEditor.cpp62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0); in TEST_F() local
63 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind); in TEST_F()
64 EXPECT_EQ("foo", CA.Text); in TEST_F()
68 CA = LE->getCompletionAction("", 0); in TEST_F()
69 EXPECT_EQ(LineEditor::CompletionAction::AK_ShowCompletions, CA.Kind); in TEST_F()
70 ASSERT_EQ(2u, CA.Completions.size()); in TEST_F()
71 ASSERT_EQ("int foo()", CA.Completions[0]); in TEST_F()
72 ASSERT_EQ("int bar()", CA.Completions[1]); in TEST_F()
80 CA = LE->getCompletionAction("", 0); in TEST_F()
81 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind); in TEST_F()
[all …]
/minix/crypto/external/bsd/openssl/dist/test/
H A Dtestssl22 CA="-CApath ../certs"
24 CA="-CAfile $3"
39 $ssltest -ssl2 -server_auth $CA $extra || exit 1
43 $ssltest -ssl2 -client_auth $CA $extra || exit 1
53 $ssltest -ssl3 -server_auth $CA $extra || exit 1
56 $ssltest -ssl3 -client_auth $CA $extra || exit 1
65 $ssltest -server_auth $CA $extra || exit 1
68 $ssltest -client_auth $CA $extra || exit 1
71 $ssltest -server_auth -client_auth $CA $extra || exit 1
111 $ssltest -bio_pair -server_auth $CA $extra || exit 1
[all …]
H A Dtestfipsssl25 CA="-CApath ../certs"
27 CA="-CAfile $3"
48 $ssltest -tls1 -server_auth $CA $extra || exit 1
51 $ssltest -tls1 -client_auth $CA $extra || exit 1
54 $ssltest -tls1 -server_auth -client_auth $CA $extra || exit 1
60 $ssltest -bio_pair -tls1 -server_auth $CA $extra || exit 1
63 $ssltest -bio_pair -tls1 -client_auth $CA $extra || exit 1
66 $ssltest -bio_pair -tls1 -server_auth -client_auth $CA $extra || exit 1
79 $ssltest -bio_pair -server_auth $CA $extra || exit 1
82 $ssltest -bio_pair -client_auth $CA $extra || exit 1
[all …]
H A Dtestca18 $SH ../apps/CA.sh -newca <<EOF
27 $SH ../apps/CA.sh -newreq
35 $SH ../apps/CA.sh -sign <<EOF
44 $SH ../apps/CA.sh -verify newcert.pem
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp40 Constant *CA = ConstantArray::get(ATy, CAList); in removeGlobalCtors() local
43 if (CA->getType() == OldCA->getType()) { in removeGlobalCtors()
44 GCL->setInitializer(CA); in removeGlobalCtors()
50 new GlobalVariable(CA->getType(), GCL->isConstant(), GCL->getLinkage(), in removeGlobalCtors()
51 CA, "", GCL->getThreadLocalMode()); in removeGlobalCtors()
70 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in parseGlobalCtors() local
72 Result.reserve(CA->getNumOperands()); in parseGlobalCtors()
73 for (User::op_iterator i = CA->op_begin(), e = CA->op_end(); i != e; ++i) { in parseGlobalCtors()
94 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in findGlobalCtors() local
96 for (User::op_iterator i = CA->op_begin(), e = CA->op_end(); i != e; ++i) { in findGlobalCtors()
/minix/share/misc/
H A Dzipcodes38154 90201:Bell, CA
38602 92059:Pala, CA
38717 92222:Bard, CA
38729 92242:Earp, CA
38771 92306:Anza, CA
38788 92323:Cima, CA
40047 95432:Elk, CA
40445 96047:Igo, CA
40524 96202:, CA
40525 96204:, CA
[all …]
H A Dna.postal15 AB:Alberta:Alta.:CA
23 BC:British Columbia:B.C.:CA
24 CA:California:Calif.:US
42 MB:Manitoba:Man.:CA
52 NB:New Brunswick:N.B.:CA
56 NF:Newfoundland:Nfld.:CA
60 NS:Nova Scotia:N.S.:CA
62 NU:Nunavut:Nun.:CA
67 ON:Ontario:Ont.:CA
73 QC:Quebec:Que.:CA
[all …]
/minix/crypto/external/bsd/openssl/dist/doc/apps/
H A DCA.pl.pod10 B<CA.pl>
85 is useful when creating intermediate CA from a root CA.
105 Create a CA hierarchy:
107 CA.pl -newca
112 CA.pl -newca
113 CA.pl -newreq
114 CA.pl -signreq
115 CA.pl -pkcs12 "My Test Certificate"
133 CA.pl -newca
144 CA.pl -signreq
[all …]
/minix/minix/drivers/tty/tty/keymaps/
H A Drussian-cp1251.src46 K(ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
47 K(ESCAPE) = { C('['), C('['), CA('['),CA('['),CA('['),C('[') },
48 K(BACKSPACE) = { C('H'), C('H'), CA('H'),CA('H'),CA('H'),DEL },
49 K(TAB) = { C('I'), C('I'), CA('I'),CA('I'),CA('I'),C('I') },
91 K(KP_ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
104 K(APPLICATION) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
105 K(SYSREQ) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
H A Dabnt2.src41 K(ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
42 K(ESCAPE) = { C('['), C('['), CA('['),CA('['),CA('['),C('[') },
43 K(BACKSPACE) = { C('H'), C('H'), CA('H'),CA('H'),CA('H'),DEL },
44 K(TAB) = { C('I'), C('I'), CA('I'),CA('I'),CA('I'),C('I') },
86 K(KP_ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
99 K(APPLICATION) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
102 K(SYSREQ) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
H A Ddvorak.src44 K(ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
45 K(ESCAPE) = { C('['), C('['), CA('['),CA('['),CA('['),C('[') },
46 K(BACKSPACE) = { C('H'), C('H'), CA('H'),CA('H'),CA('H'),DEL },
47 K(TAB) = { C('I'), C('I'), CA('I'),CA('I'),CA('I'),C('I') },
89 K(KP_ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
102 K(APPLICATION) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
103 K(SYSREQ) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
H A Dpolish.src45 K(ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
46 K(ESCAPE) = { C('['), C('['), CA('['),CA('['),CA('['),C('[') },
47 K(BACKSPACE) = { C('H'), C('H'), CA('H'),CA('H'),CA('H'),DEL },
48 K(TAB) = { C('I'), C('I'), CA('I'),CA('I'),CA('I'),C('I') },
90 K(KP_ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
103 K(APPLICATION) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
104 K(SYSREQ) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
H A Dus-std.src41 K(ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
42 K(ESCAPE) = { C('['), C('['), CA('['),CA('['),CA('['),C('[') },
43 K(BACKSPACE) = { C('H'), C('H'), CA('H'),CA('H'),CA('H'),DEL },
44 K(TAB) = { C('I'), C('I'), CA('I'),CA('I'),CA('I'),C('I') },
86 K(KP_ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
99 K(APPLICATION) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
100 K(SYSREQ) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
H A Duk.src41 K(ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
42 K(ESCAPE) = { C('['), C('['), CA('['),CA('['),CA('['),C('[') },
43 K(BACKSPACE) = { C('H'), C('H'), CA('H'),CA('H'),CA('H'),DEL },
44 K(TAB) = { C('I'), C('I'), CA('I'),CA('I'),CA('I'),C('I') },
86 K(KP_ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
99 K(APPLICATION) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
100 K(SYSREQ) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
H A Dus-swap.src41 K(ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
42 K(ESCAPE) = { C('['), C('['), CA('['),CA('['),CA('['),C('[') },
43 K(BACKSPACE) = { C('H'), C('H'), CA('H'),CA('H'),CA('H'),DEL },
44 K(TAB) = { C('I'), C('I'), CA('I'),CA('I'),CA('I'),C('I') },
86 K(KP_ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
99 K(APPLICATION) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
100 K(SYSREQ) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
H A Dcolemak.src43 K(ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
44 K(ESCAPE) = { C('['), C('['), CA('['),CA('['),CA('['),C('[') },
45 K(BACKSPACE) = { C('H'), C('H'), CA('H'),CA('H'),CA('H'),DEL },
46 K(TAB) = { C('I'), C('I'), CA('I'),CA('I'),CA('I'),C('I') },
88 K(KP_ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
101 K(APPLICATION) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
102 K(SYSREQ) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
H A Djapanese.src59 K(ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
60 K(ESCAPE) = { C('['), C('['), CA('['),CA('['),CA('['),C('[') },
61 K(BACKSPACE) = { C('H'), C('H'), CA('H'),CA('H'),CA('H'),DEL },
62 K(TAB) = { C('I'), C('I'), CA('I'),CA('I'),CA('I'),C('I') },
103 K(KP_ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
115 K(APPLICATION) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
118 K(SYSREQ) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
H A Dlatin-america.src55 K(ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
56 K(ESCAPE) = { C('['), C('['), CA('['),CA('['),CA('['),C('[') },
57 K(BACKSPACE) = { C('H'), C('H'), CA('H'),CA('H'),CA('H'),DEL },
58 K(TAB) = { C('I'), C('I'), CA('I'),CA('I'),CA('I'),C('I') },
100 K(KP_ENTER) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
113 K(APPLICATION) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
114 K(SYSREQ) = { C('M'), C('M'), CA('M'),CA('M'),CA('M'),C('J') },
/minix/crypto/external/bsd/openssl/dist/apps/
H A DCA.pl51 $CA="$openssl ca $SSLEAY_CONFIG";
116 system ("$CA -create_serial " .
134 system ("$CA -policy policy_anything -infiles newreq.pem");
137 system ("$CA -policy policy_anything -out newcert.pem " .
142 system ("$CA -policy policy_anything -out newcert.pem " .
149 system ("$CA -policy policy_anything -out newcert.pem " .
H A DCA.pl.in51 $CA="$openssl ca $SSLEAY_CONFIG";
116 system ("$CA -create_serial " .
134 system ("$CA -policy policy_anything -infiles newreq.pem");
137 system ("$CA -policy policy_anything -out newcert.pem " .
142 system ("$CA -policy policy_anything -out newcert.pem " .
149 system ("$CA -policy policy_anything -out newcert.pem " .
/minix/crypto/external/bsd/heimdal/dist/lib/hx509/data/
H A Dopenssl.cnf93 basicConstraints = CA:true
97 basicConstraints=CA:FALSE
102 basicConstraints=CA:FALSE
107 basicConstraints=CA:FALSE
124 basicConstraints=CA:FALSE
130 basicConstraints=CA:FALSE
136 basicConstraints=CA:FALSE
155 basicConstraints=CA:FALSE
161 basicConstraints=CA:FALSE
166 basicConstraints=CA:FALSE
/minix/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_CTX_load_verify_locations.pod5 SSL_CTX_load_verify_locations - set default locations for trusted CA
18 which CA certificates for verification purposes are located. The certificates
23 If B<CAfile> is not NULL, it points to a file of CA certificates in PEM
24 format. The file can contain several CA certificates identified by
27 ... (CA certificate in base64 encoding) ...
37 in PEM format. The files each contain one CA certificate. The files are
38 looked up by the CA subject name hash value, which must hence be available.
39 If more than one CA certificate with the same name hash value exist, the
73 If several CA certificates matching the name, key identifier, and serial
75 may lead to unexpected results if the same CA certificate is available
[all …]
/minix/external/bsd/bind/dist/bin/tests/system/geoip/data/
H A DGeoIPRegion.csv1 10.53.0.1/32 US CA
2 10.53.0.2/32 CA BC
6 10.53.0.6/32 CA ON
/minix/external/bsd/pkg_install/dist/x509/
H A Dpkgsrc.sh6 CA="openssl ca -config pkgsrc.cnf"
24 $CA -out $1/cacert.pem -batch \
31 $CA -extensions pkgkey -policy policy_match -out pkgkey_cert.pem -infiles pkgkey_req.pem
38 $CA -extensions pkgsec -policy policy_match -out pkgsec_cert.pem -infiles pkgsec_req.pem

1234567891011