Home
last modified time | relevance | path

Searched refs:DN (Results 1 – 25 of 58) sorted by relevance

123

/freebsd-14.2/contrib/bearssl/src/x509/
H A Dx509_minimal.t0499 \ Start DN hash computation.
505 \ Terminate DN hash computation and write the DN hash into the
529 \ Read a DN, hashing it into current_dn_hash. The DN contents are not
531 : read-DN ( lim -- lim )
634 \ Read a DN for the EE. The normalized DN hash is computed and stored in the
640 : read-DN-EE ( lim -- lim bool )
645 \ Activate DN hashing.
695 \ Compute DN hash and deactivate DN hashing.
1205 read-DN
1218 read-DN-EE { eename }
[all …]
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod65 is the NULL-DN.
72 If B<nm> is NULL, recipient is set to the NULL DN (the empty list of strings).
113 to the client it set to the NULL-DN. In this case for identification at least
128 ossl_cmp_general_name_is_NULL_DN() returns 1 given a NULL-DN, else 0.
/freebsd-14.2/crypto/openssl/doc/man3/
H A DX509_check_host.pod91 to consider the subject DN even if the certificate contains at least
93 address as appropriate); the default is to ignore the subject DN
97 consider the subject DN even if the certificate contains no subject alternative
99 is to use the subject DN when no corresponding subject alternative names are
103 precedence and the subject DN is not checked for matching names.
H A DX509V3_set_ctx.pod26 contained in a subject DN, the subject DN is taken from I<subject> or I<req>.
H A DOSSL_CMP_validate_msg.pod34 where a candidate is acceptable only if has not expired, its subject DN matches
35 the I<msg> sender DN (as far as present), and its subject key identifier
H A DOSSL_CMP_CTX_new.pod429 OSSL_CMP_CTX_set1_expected_sender() sets the Distinguished Name (DN)
506 and no subject DN is set via OSSL_CMP_CTX_set1_subjectName()
507 then the sender field will contain the NULL-DN
523 as far as any of those is present, else the NULL-DN as last resort.
549 OSSL_CMP_CTX_set1_subjectName() sets the subject DN that will be used in
551 (KUR), it defaults to the subject DN of the reference certificate,
564 If set and the subject DN is not set with OSSL_CMP_CTX_set1_subjectName() then
566 subject DN from the reference certificate.
567 If a subject DN is desired it needs to be set explicitly with
583 deriving default subject DN, public key, Subject Alternative Names, and the
[all …]
H A DOSSL_CMP_MSG_get0_header.pod50 The subject DN included in the certificate template is
56 if it is the NULL-DN (i.e., any empty sequence of RDNs), no subject is included,
H A DX509_cmp.pod34 This procedure adheres to the matching rules for Distinguished Names (DN)
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-namedisplay-options.pod16 OpenSSL provides fine-grain control over how the subject and issuer DN's are
28 The DN output format can be fine tuned with the following flags.
145 Reverse the fields of the DN as required by RFC 2253.
H A Dopenssl-ca.pod.in259 Normally the DN order of a certificate is the same as the order of the
267 The DN of a certificate can contain the EMAIL field if present in the
268 request DN, however, it is good policy just having the e-mail set into
303 Giving a single C</> will lead to an empty sequence of RDNs (a NULL-DN).
565 from the DN of the certificate simply set this to 'no'. If not present
566 the default is to allow for the EMAIL filed in the certificate's DN.
613 certificate DN fields. If the value is "match" then the field value
628 the SPKAC and also the required DN components as name value pairs.
707 email_in_dn = no # Don't add the email into cert DN
764 enforce the absence of the EMAIL field within the DN, as suggested by
H A Dopenssl-cmp.pod.in271 X509 Distinguished Name (DN) of subject to use in the requested certificate
273 If the NULL-DN (C<"/">) is given then no subject is placed in the template.
275 For KUR, a further fallback is the subject DN
280 the subject DN is used as fallback sender of outgoing CMP messages.
285 Giving a single C</> will lead to an empty sequence of RDNs (a NULL-DN).
294 X509 issuer Distinguished Name (DN) of the CA server
296 If the NULL-DN (C<"/">) is given then no issuer is placed in the template.
299 the issuer DN is used as fallback recipient of outgoing CMP messages.
420 deriving default subject DN and Subject Alternative Names and the
502 as far as any of those is present, else the NULL-DN as last resort.
[all …]
H A Dopenssl-storeutl.pod.in94 Giving a single C</> will lead to an empty sequence of RDNs (a NULL-DN).
H A Dopenssl-spkac.pod.in135 A created SPKAC with suitable DN components appended can be fed to
/freebsd-14.2/sys/contrib/device-tree/Bindings/phy/
H A Dmxs-usb-phy.txt20 that terminates the DN output signal. Default: 45
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1985 for (const DINode *DN : SP->getRetainedNodes()) { in collectEntityInfo() local
1986 const auto *LS = getRetainedNodeScope(DN); in collectEntityInfo()
1987 if (isa<DILocalVariable>(DN) || isa<DILabel>(DN)) { in collectEntityInfo()
1992 createConcreteEntity(TheCU, *LexS, DN, nullptr); in collectEntityInfo()
1994 LocalDeclsPerLS[LS].insert(DN); in collectEntityInfo()
2314 for (const DINode *DN : SP->getRetainedNodes()) { in endFunctionImpl() local
2315 const auto *LS = getRetainedNodeScope(DN); in endFunctionImpl()
2319 if (isa<DILocalVariable>(DN) || isa<DILabel>(DN)) { in endFunctionImpl()
2322 TheCU.getExistingAbstractEntity(DN)) in endFunctionImpl()
2324 TheCU.createAbstractEntity(DN, LexS); in endFunctionImpl()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1702 DotCfgDiffNode(const DotCfgDiffNode &DN) in DotCfgDiffNode() argument
1703 : Graph(DN.Graph), N(DN.N), Data{DN.Data[0], DN.Data[1]}, in DotCfgDiffNode()
1704 Colour(DN.Colour), EdgesMap(DN.EdgesMap), Children(DN.Children),
1705 Edges(DN.Edges) {}
/freebsd-14.2/usr.bin/tip/
H A DREADME11 DEC DN-11/Able Quadracall DN11
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp325 for (const DINode *DN : SP->getRetainedNodes()) { in collectDebugInfoMetadata() local
326 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in collectDebugInfoMetadata()
568 for (const DINode *DN : SP->getRetainedNodes()) { in checkDebugInfoMetadata() local
569 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in checkDebugInfoMetadata()
/freebsd-14.2/crypto/heimdal/lib/hx509/
H A Docsp.asn124 issuerNameHash OCTET STRING, -- Hash of Issuer's DN
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp521 NodeId DN = DA.Addr->getReachedDef(); in computePhiInfo() local
522 while (DN != 0) { in computePhiInfo()
523 NodeAddr<DefNode *> A = DFG.addr<DefNode *>(DN); in computePhiInfo()
532 DN = A.Addr->getSibling(); in computePhiInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp36 DeclarationName DN = S.PP.getIdentifierInfo(Name); in lookupMember() local
37 LookupResult LR(S, DN, Loc, Sema::LookupMemberName); in lookupMember()
1341 DeclarationName DN = in makeReturnOnAllocFailure() local
1343 LookupResult Found(S, DN, Loc, Sema::LookupMemberName); in makeReturnOnAllocFailure()
1365 << DN; in makeReturnOnAllocFailure()
/freebsd-14.2/contrib/bearssl/src/ssl/
H A Dssl_hs_client.t0912 \ Client certificate: start a new anchor DN (length is 16-bit).
923 \ Client certificate: push some data for current anchor DN.
934 \ Client certificate: end current anchor DN.
942 \ Client certificate: end list of anchor DN.
1031 \ Parse list of anchor DN.
1038 \ We read the DN by chunks through the pad, so
/freebsd-14.2/crypto/openssl/test/
H A DCAtsa.cnf39 preserve = no # keep passed DN ordering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp608 for (const DINode *DN : SP->getRetainedNodes()) { in processDISubprogram() local
609 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in processDISubprogram()
1202 for (const DINode *DN : SP->getRetainedNodes()) { in beginFunctionImpl() local
1203 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in beginFunctionImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp859 DomTreeNode *DN = DT->getNode(L->getHeader()); in preheader() local
860 if (!DN) in preheader()
862 return DN->getIDom()->getBlock(); in preheader()

123