Searched refs:CA (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-current/crypto/openssl/demos/certs/
H A Docsprun.sh13 $OPENSSL ocsp -port $PORT -index index.txt -CA intca.pem \
H A Dmkcerts.sh7 # Root CA: create certificate directly
8 CN="Test Root CA" $OPENSSL req -config ca.cnf -x509 -nodes \
10 # Intermediate CA: request first
11 CN="Test Intermediate CA" $OPENSSL req -config ca.cnf -nodes \
13 # Sign request: CA extensions
14 $OPENSSL x509 -req -in intreq.pem -CA root.pem -days 3600 \
21 $OPENSSL x509 -req -in req.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
27 # Sign using intermediate CA
28 $OPENSSL x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
34 # Sign using intermediate CA
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp39 Constant *CA = ConstantArray::get(ATy, CAList); local
42 if (CA->getType() == OldCA->getType()) {
43 GCL->setInitializer(CA);
49 new GlobalVariable(CA->getType(), GCL->isConstant(), GCL->getLinkage(),
50 CA, "", GCL->getThreadLocalMode());
65 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); local
67 Result.reserve(CA->getNumOperands());
68 for (auto &V : CA->operands()) {
89 ConstantArray *CA = dyn_cast<ConstantArray>(GV->getInitializer());
90 if (!CA)
[all...]
/freebsd-current/crypto/openssl/apps/
H A DCA.pl.in26 my $CA = "$openssl ca $OPENSSL_CONFIG";
124 CA.pl -newcert | -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-extra-cmd parameter]
125 CA.pl -pkcs12 [certname]
126 CA.pl -verify certfile ...
127 CA.pl -revoke certfile [reason]
167 # ask user for existing CA certificate
168 print "CA certificate filename (or enter to create)\n";
176 print "Making CA certificate ...\n";
179 $RET = run("$CA -create_serial"
184 print "CA certificat
[all...]
/freebsd-current/crypto/openssl/test/smime-certs/
H A Dmksmime-certs.sh16 # Root CA: create certificate directly
24 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
29 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
34 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
43 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
47 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
51 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
61 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
65 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
70 #$OPENSSL x509 -req -in req.pem -CA smroo
[all...]
/freebsd-current/crypto/openssl/demos/certs/apps/
H A Dmkacerts.sh7 # Root CA: create certificate directly
8 CN="OpenSSL Test Root CA" $OPENSSL req -config apps.cnf -x509 -nodes \
10 # Intermediate CA: request first
11 CN="OpenSSL Test Intermediate CA" $OPENSSL req -config apps.cnf -nodes \
13 # Sign request: CA extensions
14 $OPENSSL x509 -req -in intreq.pem -CA root.pem -CAkey rootkey.pem -days 3630 \
19 # Sign using intermediate CA
20 $OPENSSL x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
26 # Sign using intermediate CA
27 $OPENSSL x509 -req -in sreq.pem -CA intc
[all...]
/freebsd-current/crypto/openssl/test/certs/
H A Dmkcert.sh103 local bcon="basicConstraints = critical,CA:true"
138 local bcon="basicConstraints = critical,CA:true"
156 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \
177 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \
195 "basicConstraints = CA:false" \
199 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
213 "basicConstraints = CA:false"; \
216 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
261 "basicConstraints = CA:false" \
266 cert "$cert" "$exts" -CA "
[all...]
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh.in134 basicConstraints=critical,CA:TRUE,pathlen:0
170 basicConstraints=critical,CA:FALSE
189 -CA "${SVR_BASE}_trust.pem" \
H A Dunbound-control-setup.sh139 openssl req -key $CTL_BASE.key -config request.cfg -new | openssl x509 -req -days $DAYS -CA $SVR_BASE"_trust.pem" -CAkey $SVR_BASE.key -CAcreateserial -$HASH -out $CTL_BASE.pem
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h526 static bool classof(const CallEvent *CA) { argument
527 return CA->getKind() >= CE_BEG_FUNCTION_CALLS &&
528 CA->getKind() <= CE_END_FUNCTION_CALLS;
565 static bool classof(const CallEvent *CA) { argument
566 return CA->getKind() == CE_Function;
671 static bool classof(const CallEvent *CA) { return CA->getKind() == CE_Block; } argument
706 static bool classof(const CallEvent *CA) { argument
707 return CA->getKind() >= CE_BEG_CXX_INSTANCE_CALLS &&
708 CA
749 classof(const CallEvent *CA) argument
790 classof(const CallEvent *CA) argument
869 classof(const CallEvent *CA) argument
951 classof(const CallEvent *CA) argument
1032 classof(const CallEvent *CA) argument
1272 classof(const CallEvent *CA) argument
[all...]
/freebsd-current/share/i18n/csmapper/ISO646/
H A DMakefile10 FILES+= ISO646-BASIC@1983%UCS.646 ISO646-CA%UCS.646 ISO646-CA2%UCS.646 \
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp150 } else if (auto *CA = dyn_cast<ConstantAggregate>(C)) {
153 for (auto &Elt : CA->operands()) {
180 const auto *CA = cast<ConstantArray>(GV.getInitializer()); local
182 Type *CtorArrayTy = classifyConstantWithOpaquePtr(CA, Map);
/freebsd-current/crypto/openssl/test/recipes/
H A D80-test_ssl_old.t169 "-CA", $CAcert, "-CAkey", $CAkey, "-CAserial", $CAserial,
207 "-CA", $CAcert, "-CAkey", $CAkey,
254 "-CA", $CAcert, "-CAkey", $CAkey,
282 "-CA", $Ucert, "-CAkey", $Ukey,
306 "-CA", $P1cert, "-CAkey", $P1key,
326 my @CA = $CAtmp ? ("-CAfile", $CAtmp) : ("-CApath", bldtop_dir("certs"));
362 ok(run(test([@ssltest, "-bio_pair", "-ssl3", "-server_auth", @CA])),
364 ok(run(test([@ssltest, "-bio_pair", "-ssl3", "-client_auth", @CA])),
366 ok(run(test([@ssltest, "-bio_pair", "-ssl3", "-server_auth", "-client_auth", @CA])),
397 ok(run(test([@ssltest, "-bio_pair", "-server_auth", @CA])),
[all...]
H A D25-test_verify_store.t87 -CA => $CAcert,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp88 bool fillConstantArray(const DataLayout &DL, const ConstantArray *CA,
350 else if (const ConstantArray *CA = dyn_cast<ConstantArray>(Init))
351 total_size = DL.getTypeAllocSize(CA->getType()->getElementType()) *
352 CA->getNumOperands();
409 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV))
410 return fillConstantArray(DL, CA, Vals, Offset);
432 const ConstantArray *CA,
434 for (unsigned i = 0, e = CA->getNumOperands(); i != e; ++i) {
435 if (fillGenericConstant(DL, CA->getOperand(i), Vals, Offset) == false)
437 Offset += DL.getTypeAllocSize(CA
431 fillConstantArray(const DataLayout &DL, const ConstantArray *CA, val_vec_type &Vals, int Offset) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp307 auto *CA = CurDAG->getMachineNode( local
311 {Op0, Op1, SDValue(CA, 0)});
313 auto *CA = CurDAG->getMachineNode( local
317 {Op0, Op1, SDValue(CA, 0)});
350 auto *CA = CurDAG->getMachineNode( local
354 {Op0, Op1, SDValue(CA, 0)});
356 auto *CA = CurDAG->getMachineNode( local
360 {Op0, Op1, SDValue(CA, 0)});
/freebsd-current/libexec/rc/rc.d/
H A Dsendmail78 certificate = \$dir/cacert.pem # The CA certificate
117 basicConstraints=CA:FALSE
122 basicConstraints = CA:FALSE
127 basicConstraints = CA:true
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp154 for (auto *CA : CoroAllocs) {
155 CA->replaceAllUsesWith(False);
156 CA->eraseFromParent();
351 else if (auto *CA = dyn_cast<CoroAllocInst>(U))
352 CoroAllocs.push_back(CA);
/freebsd-current/crypto/openssh/regress/unittests/authopt/testdata/
H A Dmktestdata.sh9 ssh-keygen -q -f ca_key -t ed25519 -C CA -N ''
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp199 if (const auto *CA =
201 if (CA->getSize().sle(2))
/freebsd-current/secure/usr.bin/openssl/
H A DMakefile.man1 MAN+= CA.pl.1
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp689 InlineCostCallAnalyzer CA(*F, Call, IndirectCallParams, TTI, variable
691 if (CA.analyze().isSuccess()) {
694 Cost -= std::max(0, CA.getThreshold() - CA.getCost());
1221 InlineCostCallAnalyzer CA(*F, Call, IndirectCallParams, TTI, variable
1224 if (CA.analyze().isSuccess()) {
1226 CA.getCost());
2953 InlineCostCallAnalyzer CA(*Call.getCalledFunction(), Call, Params, CalleeTTI,
2956 auto R = CA.analyze();
2959 return CA
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h107 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {}
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in403 -C Absolute path to CA Cert (see SSL/TLS Considerations)
454 The perl modules can usually locate the CA certificate used to verify
461 The -C or -D options are available to pass in a location if no CA cert
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp401 const auto *CA = dyn_cast<ConstantArray>(GV->getInitializer()); local
402 if (!CA)
409 for (const auto &Ctor : CA->operands()) {

Completed in 323 milliseconds

123