Home
last modified time | relevance | path

Searched refs:CSK (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/testdata/ede.tdir/bogus/
H A Dmake-broken-zone.sh21 CSK=`ldns-keygen -a ECDSAP256SHA256 -k -r /dev/urandom dnssec-failures.test`
22 echo $CSK
23 cat $CSK.ds >> bogus/trust-anchors
25 ldns-signzone -i $YESTERDAY -e $ONEMONTH -f - bogus/dnssec-failures.test $CSK | \
32 ldns-signzone -i $ONEMONTHAGO -e $YESTERDAY -f - bogus/dnssec-failures.test $CSK | \
35 ldns-signzone -i $TOMORROW -e $ONEMONTH -f - bogus/dnssec-failures.test $CSK | \
42 rm -f $CSK.*
45 CSK=`ldns-keygen -a ECDSAP256SHA256 -k -r /dev/urandom dnskey-failures.test`
46 echo $CSK
47 cat $CSK.ds >> bogus/trust-anchors
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.cpp232 CheckSubobjectKind CSK) { in CheckNull() argument
236 S.FFDiag(Loc, diag::note_constexpr_null_subobject) << CSK; in CheckNull()
250 CheckSubobjectKind CSK) { in CheckRange() argument
254 S.FFDiag(Loc, diag::note_constexpr_past_end_subobject) << CSK; in CheckRange()
H A DInterp.h57 CheckSubobjectKind CSK);
65 CheckSubobjectKind CSK);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h1055 OverloadCandidateSet(SourceLocation Loc, CandidateSetKind CSK,
1057 : Loc(Loc), Kind(CSK), RewriteInfo(RewriteInfo) {} in Loc()
1082 void clear(CandidateSetKind CSK);
/netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dkasp-bad-lifetime.conf58 * The CSK lifetime is too short.
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/
H A Dadvanced-discussions.rst422 Combined Signing Key (CSK)
423 A CSK combines the functionality of a ZSK and a KSK. Instead of
425 and child zones, a CSK is a single key that serves both roles.
427 It is important to realize the terms ZSK, KSK, and CSK describe how the
460 ... and a zone signed with just a CSK:
488 for a ZSK and 257 for a KSK or CSK. Even then, the flags field is only a
490 signed by any key. The fact that a CSK and KSK both have the same flags
492 in a zone, whereas a CSK is used to sign all records in the zone.
747 to roll a ZSK, a KSK, or a CSK.
823 CSK Rollove
[all...]
H A Dsigning.rst114 07-Apr-2020 16:02:55.046 keymgr: DNSKEY example.com/ECDSAP256SHA256/10376 (CSK) created for policy default
115 07-Apr-2020 16:02:55.046 Fetching example.com/ECDSAP256SHA256/10376 (CSK) from key repository.
116 07-Apr-2020 16:02:55.046 DNSKEY example.com/ECDSAP256SHA256/10376 (CSK) is now published
117 07-Apr-2020 16:02:55.046 DNSKEY example.com/ECDSAP256SHA256/10376 (CSK) is now active
767 CSK that is never changed). Keys are created using the
769 algorithm. A CSK combines the functionality of a ZSK and a KSK.
856 Rolling of a KSK or CSK may require some manual intervention, though,
887 to monitor KSK or CSK key rolls and pass the new DS record to the
891 When the time approaches for the roll of a KSK or CSK, BIND adds a
H A Dintroduction.rst174 (CSK). We talk about keys in more detail in
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Ddnssec.inc.rst162 key rollovers. ZSK rollovers are fully automatic, but for KSK and CSK rollovers
211 their own KSK and ZSK (or CSK). The keys from the other provider can be
H A Dreference.rst6424 key (KSK) and combined-signing key (CSK) rollovers require action to be
6432 key (CSK) using the algorithm ECDSAP256SHA256; this key has an unlimited
6567 Each KSK/ZSK pair must have the same algorithm. A CSK combines the
6589 with a CSK is a configuration error.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp916 void OverloadCandidateSet::clear(CandidateSetKind CSK) { in clear() argument
922 Kind = CSK; in clear()
11338 OverloadCandidateSet::CandidateSetKind CSK; member
11342 OverloadCandidateSet::CandidateSetKind CSK) in CompareOverloadCandidatesForDisplay()
11343 : S(S), NumArgs(NArgs), CSK(CSK) {} in CompareOverloadCandidatesForDisplay()
11374 if (isBetterOverloadCandidate(S, *L, *R, SourceLocation(), CSK)) in operator ()()
11376 if (isBetterOverloadCandidate(S, *R, *L, SourceLocation(), CSK)) in operator ()()
11488 OverloadCandidateSet::CandidateSetKind CSK) { in CompleteNonViableCandidate() argument
11536 if (CSK == OverloadCandidateSet::CSK_Operator && in CompleteNonViableCandidate()
12700 LookupResult &R, OverloadCandidateSet::CandidateSetKind CSK, in DiagnoseTwoPhaseLookup() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2255 void setConstexprKind(ConstexprSpecKind CSK) { in setConstexprKind() argument
2256 FunctionDeclBits.ConstexprKind = static_cast<uint64_t>(CSK); in setConstexprKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp380 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
1400 CheckSubobjectKind CSK) { in checkSubobject() argument
1405 << CSK; in checkSubobject()
1637 CheckSubobjectKind CSK) { in checkNullPointer()
1638 return checkNullPointerDiagnosingWith([&Info, E, CSK] { in checkNullPointer()
1639 Info.CCEDiag(E, diag::note_constexpr_null_subobject) << CSK; in checkNullPointer()
1652 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { in checkSubobject()
1653 return (CSK == CSK_ArrayToPointer || checkNullPointer(Info, E, CSK)) && in checkSubobject()
1654 Designator.checkSubobject(Info, E, CSK); in checkSubobject()
/netbsd-src/share/misc/
H A Dairport1515 CSK:Cap Skirring, Senegal