Home
last modified time | relevance | path

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

12

/minix/crypto/external/bsd/heimdal/dist/lib/hx509/data/
H A Dnist-data2148 # 4.13.1 Valid DN nameConstraints Test1 - Validate Successfully
150 # 4.13.2 Invalid DN nameConstraints Test2 - Reject - name constraints violation
152 # 4.13.3 Invalid DN nameConstraints Test3 - Reject - name constraints violation
154 # 4.13.4 Valid DN nameConstraints Test4 - Validate Successfully
156 # 4.13.5 Valid DN nameConstraints Test5 - Validate Successfully
158 # 4.13.6 Valid DN nameConstraints Test6 - Validate Successfully
168 # 4.13.11 Valid DN nameConstraints Test11 - Validate Successfully
174 # 4.13.14 Valid DN nameConstraints Test14 - Validate Successfully
182 # 4.13.18 Valid DN nameConstraints Test18 - Validate Successfully
184 # 4.13.19 Valid Self-Issued DN nameConstraints Test19 - Validate Successfully
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dwiden-vmovs.ll9 ; CHECK: vorr [[DL:d[0-9]+]], [[DN:d[0-9]+]]
10 ; CHECK: , [[DN]]
12 ; CHECK: vadd.f32 [[DL]], [[DL]], [[DN]]
/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp79 struct DN : D, N {}; struct
80 struct DND : DN, X<D,0> {};
81 struct DNN : DN, X<N,0> {};
/minix/crypto/external/bsd/openssl/dist/test/
H A DCAss.cnf56 preserve = no # keep passed DN ordering
H A DCAtsa.cnf39 preserve = no # keep passed DN ordering
/minix/crypto/external/bsd/openssl/dist/doc/apps/
H A Dca.pod190 Normally the DN order of a certificate is the same as the order of the
198 The DN of a certificate can contain the EMAIL field if present in the
199 request DN, however it is good policy just having the e-mail set into
452 from the DN of the certificate simply set this to 'no'. If not present
453 the default is to allow for the EMAIL filed in the certificate's DN.
500 certificate DN fields. If the value is "match" then the field value
515 the SPKAC and also the required DN components as name value pairs.
588 email_in_dn = no # Don't add the email into cert DN
649 enforce the absence of the EMAIL field within the DN, as suggested by
H A Dspkac.pod115 A created SPKAC with suitable DN components appended can be fed into
H A Dx509.pod536 reverse the fields of the DN. This is required by RFC2253. As a side
876 canonical version of the DN using SHA1. This means that any directories using
H A Dx509v3_config.pod243 name whose contents represent a DN fragment to be placed in this field.
H A Dreq.pod484 in a DN. This presents a problem because configuration files will
/minix/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Docsp.asn124 issuerNameHash OCTET STRING, -- Hash of Issuer's DN
H A Dhxtool-commands.in416 help = "Subject DN"
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp332 const MDNode *DN = D; in replaceAllUsesWith() local
333 if (DbgNode == DN) { in replaceAllUsesWith()
337 DN = MDNode::get(VMContext, Ops); in replaceAllUsesWith()
341 Node->replaceAllUsesWith(const_cast<MDNode *>(DN)); in replaceAllUsesWith()
343 DbgNode = DN; in replaceAllUsesWith()
/minix/external/bsd/dhcp/dist/contrib/ldap/
H A Ddhcp.schema4 DESC 'The DN of the dhcpServer which is the primary server for the configuration.'
10 DESC 'The DN of dhcpServer(s) which provide backup service for the configuration.'
112 …DESC 'The DN of dhcpService object(s)which contain the configuration information. Each dhcpServer …
238 …DESC 'The DN of dhcpLocator object which contain the DNs of all DHCP configuration objects. There …
/minix/external/bsd/pkg_install/dist/x509/
H A Dpkgsrc.cnf50 preserve = no # keep passed DN ordering
/minix/crypto/external/bsd/openssl/dist/doc/crypto/
H A DX509_NAME_print_ex.pod62 If B<XN_FLAG_DN_REV> is set the whole DN is printed in reversed order.
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp201 if (const NamedDecl *DN = dyn_cast_or_null<NamedDecl>(TheDecl)) { in print() local
203 DN->printQualifiedName(OS); in print()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp136 DeclarationName DN = &Context.Idents.get(Name); in addImplicitTypedef() local
137 if (IdResolver.begin(DN) == IdResolver.end()) in addImplicitTypedef()
H A DSemaOpenMP.cpp4706 auto DN = ReductionId.getName(); in ActOnOpenMPReductionClause() local
4707 auto OOK = DN.getCXXOverloadedOperator(); in ActOnOpenMPReductionClause()
4742 if (auto II = DN.getAsIdentifierInfo()) { in ActOnOpenMPReductionClause()
H A DSemaChecking.cpp1838 DeclarationName DN(&Context.Idents.get(NewBuiltinName)); in SemaBuiltinAtomicOverloaded() local
1839 LookupResult Res(*this, DN, DRE->getLocStart(), LookupOrdinaryName); in SemaBuiltinAtomicOverloaded()
4308 DeclarationName DN(&S.Context.Idents.get(FunctionName)); in emitReplacement() local
4309 LookupResult R(S, DN, Loc, Sema::LookupAnyName); in emitReplacement()
/minix/crypto/external/bsd/openssl/dist/apps/
H A Dopenssl-vms.cnf76 preserve = no # keep passed DN ordering
H A Dopenssl.cnf76 preserve = no # keep passed DN ordering
/minix/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp1685 RecordVal DN("NAME", StringRecTy::get(), 0); in init() local
1686 addValue(DN); in init()
/minix/crypto/external/bsd/openssl/dist/
H A DFAQ34 * Why is OpenSSL x509 DN output not conformant to RFC2253?
405 * Why is OpenSSL x509 DN output not conformant to RFC2253?
407 The ways to print out the oneline format of the DN (Distinguished Name) have
H A DCHANGES.SSLeay89 - The text DN now puts in the numeric OID instead of UNKNOWN.
576 - 'ca -preserve', sign without re-ordering the DN. Not tested much.

12