/third_party/openssl/doc/man3/ |
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.
|
D | X509_NAME_print_ex.pod | 65 If B<XN_FLAG_DN_REV> is set the whole DN is printed in reversed order.
|
D | X509_VERIFY_PARAM_set_flags.pod | 157 issuer certificates will not be applied to the subject DN.
|
/third_party/node/test/fixtures/x509-escaping/ |
D | alt-10-cert.pem | 27 VGhc/foVd+vBuM3jXEdGR+DN/dEu+HZrhQ==
|
/third_party/openssl/doc/man1/ |
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
|
D | spkac.pod | 128 A created SPKAC with suitable DN components appended can be fed into
|
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
|
/third_party/openssl/test/ |
D | CAss.cnf | 56 preserve = no # keep passed DN ordering
|
D | CAtsa.cnf | 39 preserve = no # keep passed DN ordering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1661 for (const DINode *DN : SP->getRetainedNodes()) { in collectEntityInfo() local 1662 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in collectEntityInfo() 1665 if (auto *DV = dyn_cast<DILocalVariable>(DN)) { in collectEntityInfo() 1667 } else if (auto *DL = dyn_cast<DILabel>(DN)) { in collectEntityInfo() 1672 createConcreteEntity(TheCU, *Scope, DN, nullptr); in collectEntityInfo() 1901 for (const DINode *DN : SP->getRetainedNodes()) { in endFunctionImpl() local 1902 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in endFunctionImpl() 1906 if (auto *DV = dyn_cast<DILocalVariable>(DN)) in endFunctionImpl() 1908 else if (auto *DL = dyn_cast<DILabel>(DN)) in endFunctionImpl() 1914 ensureAbstractEntityIsCreated(TheCU, DN, Scope); in endFunctionImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 485 NodeId DN = DA.Addr->getReachedDef(); in computePhiInfo() local 486 while (DN != 0) { in computePhiInfo() 487 NodeAddr<DefNode*> A = DFG.addr<DefNode*>(DN); in computePhiInfo() 496 DN = A.Addr->getSibling(); in computePhiInfo()
|
D | HexagonCommonGEP.cpp | 871 DomTreeNode *DN = DT->getNode(L->getHeader()); in preheader() local 872 if (!DN) in preheader() 874 return DN->getIDom()->getBlock(); in preheader()
|
D | HexagonLoopIdiomRecognition.cpp | 2244 DomTreeNode *DN = DT->getNode(ExitD); in processCopyingStore() local 2245 BN->setIDom(DN); in processCopyingStore()
|
/third_party/boost/libs/fusion/doc/ |
D | container.qbk | 1168 template <typename K0, typename K1,... typename KN, typename D0, typename D1,... typename DN> 1169 __map__<__pair__<K0, D0&>, __pair__<K1, D1&>,... __pair__<KN, DN&> > 1170 map_tie(D0& d0, D1& d1... DN& dN); 1195 [*Return type]: __map__<__pair__<K0, D0&>, __pair__<K1, D1&>,... __pair__<KN, DN&> > 1735 template <typename K0, typename K1,... typename KN, typename D0, typename D1,... typename DN> 1753 [[`D0, D1,... DN`] [Any type] [The arguments types for `map_tie`]] 1758 result_of::map_tie<K0, K1,... KN, D0, D1,... DN>::type; 1760 [*Return type]: __map__<__pair__<K0, D0&>, __pair__<K1, D1&>,... __pair__<KN, DN&> > 1762 [*Semantics]: Create a __map__ of references from `D0, D1,... DN` with keys `K0, K1,... KN`
|
/third_party/node/deps/npm/node_modules/sshpk/ |
D | README.md | 608 Parses an LDAP-style DN string (e.g. `'CN=foo, C=US'`) and turns it into an 619 Returns the identity as an LDAP-style DN string. 634 The value of the first `CN=` in the DN, if any.
|
/third_party/boost/libs/math/doc/sf/ |
D | jacobi_elliptic.qbk | 51 [section:jacobi_elliptic Jacobi Elliptic SN, CN and DN] 172 [endsect] [/section:jacobi_elliptic Jacobi Elliptic SN, CN and DN]
|
/third_party/curl/docs/ |
D | URL-SYNTAX.md | 298 Search for the DN as `My Organisation`: 306 Search for an empty DN and request information about the
|
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/ |
D | tpmtoken_import_openssl.cnf | 66 preserve = no # keep passed DN ordering
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_5_035.hpp | 152 #define DN macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 885 for (const DINode *DN : SP->getRetainedNodes()) { in beginFunctionImpl() local 886 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in beginFunctionImpl()
|
/third_party/python/Doc/library/ |
D | uuid.rst | 230 When this namespace is specified, the *name* string is an X.500 DN in DER or a
|
/third_party/openssl/apps/ |
D | openssl-vms.cnf | 78 preserve = no # keep passed DN ordering
|
D | openssl.cnf | 78 preserve = no # keep passed DN ordering
|
/third_party/curl/src/macos/ |
D | curl.mcp.xml.sit.hqx | 56 *5HDBYJFl#DN&kKi#mVHiL2@'H4Lb-%(#jb5!e"`RQeJJPfD*L#l$'($NZ1*53#4
|
/third_party/node/deps/npm/node_modules/http-signature/ |
D | http_signing.md | 68 fingerprint, an LDAP DN, etc. Management of keys and assignment of `keyId` is
|