| /freebsd-14.2/contrib/bearssl/src/x509/ |
| H A D | x509_minimal.t0 | 499 \ 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 D | ossl_cmp_hdr_init.pod | 65 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 D | X509_check_host.pod | 91 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 D | X509V3_set_ctx.pod | 26 contained in a subject DN, the subject DN is taken from I<subject> or I<req>.
|
| H A D | OSSL_CMP_validate_msg.pod | 34 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 D | OSSL_CMP_CTX_new.pod | 429 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 D | OSSL_CMP_MSG_get0_header.pod | 50 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 D | X509_cmp.pod | 34 This procedure adheres to the matching rules for Distinguished Names (DN)
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-namedisplay-options.pod | 16 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 D | openssl-ca.pod.in | 259 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 D | openssl-cmp.pod.in | 271 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 D | openssl-storeutl.pod.in | 94 Giving a single C</> will lead to an empty sequence of RDNs (a NULL-DN).
|
| H A D | openssl-spkac.pod.in | 135 A created SPKAC with suitable DN components appended can be fed to
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/phy/ |
| H A D | mxs-usb-phy.txt | 20 that terminates the DN output signal. Default: 45
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1985 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 D | StandardInstrumentations.cpp | 1702 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 D | README | 11 DEC DN-11/Able Quadracall DN11
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 325 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 D | ocsp.asn1 | 24 issuerNameHash OCTET STRING, -- Hash of Issuer's DN
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 521 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 D | SemaCoroutine.cpp | 36 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 D | ssl_hs_client.t0 | 912 \ 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 D | CAtsa.cnf | 39 preserve = no # keep passed DN ordering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 608 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 D | HexagonCommonGEP.cpp | 859 DomTreeNode *DN = DT->getNode(L->getHeader()); in preheader() local 860 if (!DN) in preheader() 862 return DN->getIDom()->getBlock(); in preheader()
|