| /freebsd-13.1/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. 1187 read-DN 1200 read-DN-EE { eename } [all …]
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | X509_check_host.pod | 86 to consider the subject DN even if the certificate contains at least 88 address as appropriate); the default is to ignore the subject DN 92 consider the subject DN even if the certificate contains no subject alternative 94 is to use the subject DN when no corresponding subject alternative names are 98 precedence and the subject DN is not checked for matching names.
|
| H A D | X509_NAME_print_ex.pod | 65 If B<XN_FLAG_DN_REV> is set the whole DN is printed in reversed order.
|
| H A D | X509_VERIFY_PARAM_set_flags.pod | 156 issuer certificates will not be applied to the subject DN.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/phy/ |
| H A D | mxs-usb-phy.txt | 19 that terminates the DN output signal. Default: 45
|
| /freebsd-13.1/crypto/openssl/doc/man1/ |
| H A D | ca.pod | 213 Normally the DN order of a certificate is the same as the order of the 221 The DN of a certificate can contain the EMAIL field if present in the 222 request DN, however, it is good policy just having the e-mail set into 512 from the DN of the certificate simply set this to 'no'. If not present 513 the default is to allow for the EMAIL filed in the certificate's DN. 560 certificate DN fields. If the value is "match" then the field value 575 the SPKAC and also the required DN components as name value pairs. 649 email_in_dn = no # Don't add the email into cert DN 705 enforce the absence of the EMAIL field within the DN, as suggested by
|
| H A D | spkac.pod | 128 A created SPKAC with suitable DN components appended can be fed into
|
| H A D | x509.pod | 598 Reverse the fields of the DN. This is required by RFC2253. As a side 930 canonical version of the DN using SHA1. This means that any directories using
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 309 for (const DINode *DN : SP->getRetainedNodes()) { in collectDebugInfoMetadata() local 310 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in collectDebugInfoMetadata() 544 for (const DINode *DN : SP->getRetainedNodes()) { in checkDebugInfoMetadata() local 545 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in checkDebugInfoMetadata()
|
| /freebsd-13.1/usr.bin/tip/ |
| H A D | README | 12 DEC DN-11/Able Quadracall DN11
|
| /freebsd-13.1/crypto/heimdal/lib/hx509/ |
| H A D | ocsp.asn1 | 24 issuerNameHash OCTET STRING, -- Hash of Issuer's DN
|
| H A D | hxtool-commands.in | 416 help = "Subject DN"
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1948 for (const DINode *DN : SP->getRetainedNodes()) { in collectEntityInfo() local 1949 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in collectEntityInfo() 1952 if (auto *DV = dyn_cast<DILocalVariable>(DN)) { in collectEntityInfo() 1954 } else if (auto *DL = dyn_cast<DILabel>(DN)) { in collectEntityInfo() 1959 createConcreteEntity(TheCU, *Scope, DN, nullptr); in collectEntityInfo() 2217 for (const DINode *DN : SP->getRetainedNodes()) { in endFunctionImpl() local 2218 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in endFunctionImpl() 2222 if (auto *DV = dyn_cast<DILocalVariable>(DN)) in endFunctionImpl() 2224 else if (auto *DL = dyn_cast<DILabel>(DN)) in endFunctionImpl() 2230 ensureAbstractEntityIsCreated(TheCU, DN, Scope); in endFunctionImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 525 NodeId DN = DA.Addr->getReachedDef(); in computePhiInfo() local 526 while (DN != 0) { in computePhiInfo() 527 NodeAddr<DefNode*> A = DFG.addr<DefNode*>(DN); in computePhiInfo() 536 DN = A.Addr->getSibling(); in computePhiInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 34 DeclarationName DN = S.PP.getIdentifierInfo(Name); in lookupMember() local 35 LookupResult LR(S, DN, Loc, Sema::LookupMemberName); in lookupMember() 1178 DeclarationName DN = in makeReturnOnAllocFailure() local 1180 LookupResult Found(S, DN, Loc, Sema::LookupMemberName); in makeReturnOnAllocFailure() 1202 << DN; in makeReturnOnAllocFailure()
|
| H A D | Sema.cpp | 243 DeclarationName DN = &Context.Idents.get(Name); in addImplicitTypedef() local 244 if (IdResolver.begin(DN) == IdResolver.end()) in addImplicitTypedef()
|
| /freebsd-13.1/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
|
| H A D | ssl_hs_server.t0 | 1128 \ Initialise index for sending the list of anchor DN. 1133 \ Switch to next DN in the list. Returned value is the DN length, or -1 1152 \ Copy a chunk of the current DN into the pad. Returned value is the 1153 \ chunk length; this is 0 when the end of the current DN is reached.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 878 DomTreeNode *DN = DT->getNode(L->getHeader()); in preheader() local 879 if (!DN) in preheader() 881 return DN->getIDom()->getBlock(); in preheader()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 254 auto DN = D->getDeclName(); in getQualifiedNameStart() local 255 bool IsAnonymous = DN.isIdentifier() && !DN.getAsIdentifierInfo(); in getQualifiedNameStart()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | refclock_oncore.c | 189 int DN; member 2542 instance->Bl.DN = tow/57600L + 1; in oncore_get_timestamp() 2559 day_now = instance->Bl.DN; in oncore_get_timestamp() 2621 instance->Bl.WN, instance->Bl.DN, in oncore_get_timestamp()
|
| H A D | refclock_ripencc.c | 147 WN_t, WN_LSF, DN, delta_t_LSF; member 2526 utcinfo->DN = bGetShort (&buf4[35]); in rpt_0x58() 4037 pbuf += sprintf(pbuf, "\n DN = %d ", utc->DN ); in rpt_GPS_system_data()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 312 if (const auto *DN = dyn_cast_or_null<NamedDecl>(TheDecl)) { in print() local 314 DN->printQualifiedName(OS); in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 946 for (const DINode *DN : SP->getRetainedNodes()) { in beginFunctionImpl() local 947 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in beginFunctionImpl()
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | openssl.cnf | 79 preserve = no # keep passed DN ordering
|