Home
last modified time | relevance | path

Searched refs:OID (Results 1 – 25 of 217) sorted by relevance

123456789

/netbsd/crypto/external/bsd/openssl.old/dist/fuzz/
H A Dmkfuzzoids.pl24 my $OID = $1;
27 $OID =~ s|0x|\\x|g;
28 $OID =~ s|,||g;
30 print "$OBJname=\"$OID\"\n";
/netbsd/crypto/external/bsd/openssl/dist/fuzz/
H A Dmkfuzzoids.pl34 my $OID = $1;
37 $OID =~ s|0x|\\x|g;
38 $OID =~ s|,||g;
40 print "$OBJname=\"$OID\"\n";
/netbsd/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-sermersheim-ldap-csn-xx.txt304 ( IANA-ASSIGNED-OID.2 DESC 'UTF8String' )
363 ASSIGNED-OID.1 )
377 OID.2 )
420 SYNTAX IANA-ASSIGNED-OID.1 )
438 ASSIGNED-OID.2 )
625 Object Identifier: IANA-ASSIGNED-OID.1
645 Object Identifier: IANA-ASSIGNED-OID.2
665 Object Identifier: IANA-ASSIGNED-OID.3
693 Object Identifier: IANA-ASSIGNED-OID.4
713 Object Identifier: IANA-ASSIGNED-OID.5
[all …]
H A Ddraft-chu-ldap-csn-xx.txt117 ( IANA-ASSIGNED-OID.1 DESC 'CSN' )
137 ( IANA-ASSIGNED-OID.2 NAME 'csnMatch'
138 SYNTAX IANA-ASSIGNED-OID.1 )
151 SYNTAX IANA-ASSIGNED-OID.1 )
162 ( IANA-ASSIGNED-OID.4 NAME 'entryCSN'
174 SYNTAX IANA-ASSIGNED-OID.1
192 ( IANA-ASSIGNED-OID.5 NAME 'contextCSN'
196 SYNTAX IANA-ASSIGNED-OID.1
234 Object Identifier: IANA-ASSIGNED-OID.2
256 Object Identifier: IANA-ASSIGNED-OID.3
[all …]
H A Ddraft-sermersheim-ldap-subordinate-scope-xx.txt128 is IANA-ASSIGNED-OID.1 or the descriptor 'subordScope', and the
138 SearchRequest.scope by inclusion of IANA-ASSIGNED-OID.2 in the
197 Subject: Request for LDAP OID Registration
204 2 delegations will be made under the assigned OID:
205 IANA-ASSIGNED-OID.1 subordScope LDAP URL extension
206 IANA-ASSIGNED-OID.2 subordinateScope Supported Feature
215 Object Identifier: IANA-ASSIGNED-OID.1
242 Object Identifier: IANA-ASSIGNED-OID.1
H A Ddraft-zeilenga-ldap-relax.txt179 object identifier IANA-ASSIGNED-OID as a value of the
202 control: IANA-ASSIGNED-OID
319 control: IANA-ASSIGNED-OID
333 control: IANA-ASSIGNED-OID
359 control: IANA-ASSIGNED-OID
373 control: IANA-ASSIGNED-OID
404 control: IANA-ASSIGNED-OID
419 control: IANA-ASSIGNED-OID
442 control: IANA-ASSIGNED-OID
466 control: IANA-ASSIGNED-OID
[all …]
H A Ddraft-ietf-ldapext-acl-model-xx.txt292 (<OID to be assigned>
301 LDAPv3 <OID to be assigned>
305 the definition and OID.
330 (<OID to be assigned>
357 ( <OID to be assigned>
375 (<OID to be assigned>
403 (<OID to be assigned>
888 dotted decimal OID for that <attr>. If the string (OID)
1697 OID is used.
1939 ldapACI: subtree#grant:m#OID.cn
[all …]
/netbsd/external/bsd/openldap/dist/doc/guide/admin/
H A Dschema.sdf90 OID {{EX:1.1}}, you could branch the tree as follows:
93 title="Table 8.2: Example OID hierarchy"
94 OID Assignment
95 1.1 Organization's OID
110 .{{Under no circumstances should you hijack OID namespace!}}
112 To obtain a registered OID at {{no cost}}, apply for a OID
186 > [ "SYNTAX" whsp noidlen whsp ] ; Syntax OID
234 Name OID Description
240 OID 1.3.6.1.4.1.1466.115.121.1.38 object identifier
466 H3: OID Macros
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp31 const ObjCInterfaceDecl *OID, in ComputeIvarBaseOffset() argument
33 return CGM.getContext().lookupFieldBitOffset(OID, nullptr, Ivar) / in ComputeIvarBaseOffset()
38 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset() argument
40 return CGM.getContext().lookupFieldBitOffset(OID->getClassInterface(), OID, in ComputeIvarBaseOffset()
54 const ObjCInterfaceDecl *OID, in EmitValueForIvarAtOffset() argument
60 QualType InterfaceTy{OID->getTypeForDecl(), 0}; in EmitValueForIvarAtOffset()
90 CGF.CGM.getContext().lookupFieldBitOffset(OID, nullptr, Ivar); in EmitValueForIvarAtOffset()
H A DCGObjCRuntime.h80 const ObjCInterfaceDecl *OID,
83 const ObjCImplementationDecl *OID,
87 const ObjCInterfaceDecl *OID,
157 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;
187 const ObjCInterfaceDecl *OID,
272 const ObjCInterfaceDecl *OID) = 0;
H A DCGObjCGNU.cpp1234 const ObjCInterfaceDecl *OID = nullptr; in GetClassVar() local
1245 OID = OIDDef; in GetClassVar()
1248 if (OID->hasAttr<DLLImportAttr>()) in GetClassVar()
1733 if (OID->classmeth_begin() == OID->classmeth_end()) in GenerateClass()
1738 OID->classmeth_end()); in GenerateClass()
1893 OID->instmeth_end()); in GenerateClass()
2307 GetClassNamed(CGF, OID->getNameAsString(), OID->isWeakImported()); in GetClass()
2309 CGM.setGVProperties(ClassSymbol, OID); in GetClass()
3513 OID->instmeth_end()); in GenerateClass()
3517 OID->classmeth_end()); in GenerateClass()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1315 std::string I = OID->getNameAsString(); in VisitObjCImplementationDecl()
1324 if (OID->ivar_size() > 0) { in VisitObjCImplementationDecl()
1328 for (const auto *I : OID->ivars()) { in VisitObjCImplementationDecl()
1335 else if (SID || (OID->decls_begin() != OID->decls_end())) { in VisitObjCImplementationDecl()
1339 VisitDeclContext(OID, false); in VisitObjCImplementationDecl()
1346 std::string I = OID->getNameAsString(); in VisitObjCInterfaceDecl()
1349 if (!OID->isThisDeclarationADefinition()) { in VisitObjCInterfaceDecl()
1378 if (OID->ivar_size() > 0) { in VisitObjCInterfaceDecl()
1382 for (const auto *I : OID->ivars()) { in VisitObjCInterfaceDecl()
1390 else if (SID || (OID->decls_begin() != OID->decls_end())) { in VisitObjCInterfaceDecl()
[all …]
/netbsd/external/bsd/openldap/dist/tests/data/
H A Dtest-dn.ldif94 description: 1..1=jsmith // invalid numeric OID
100 description: 1.1.=jsmith // invalid numeric OID
106 description: 01.1=jsmith // invalid numeric OID
112 description: 1.ff=jsmith // invalid numeric OID
189 member: OID.0.9.2342.19200300.100.1.1=jsmith
190 description: OID.0.9.2342.19200300.100.1.1=jsmith // invalid attribute type name
319 # 1..1=jsmith // invalid numeric OID [AoO]
321 # 1.1.=jsmith // invalid numeric OID [AoO]
323 # 01.1=jsmith // invalid numeric OID [oO]
325 # 1.ff=jsmith // invalid numeric OID [AoOn]
[all …]
/netbsd/external/bsd/ntp/dist/ntpsnmpd/
H A DREADME20 Please note that currently I use a private MIB OID (enterprises.5597 is the Meinberg top level OEM
21 The final OID has to be registered with IANA and this is done by the RFC Editor when the NTPv4 MIB …
H A Dntpsnmpd-opts.def66 currently uses a private MIB OID,
68 which is the Meinberg top level OEM OID, and
71 The final OID has to be registered with IANA
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_ALGORITHM.pod57 This is the name of the algorithm's OBJECT IDENTIFIER (OID), as given by the
64 This is the OID itself for C<rsaEncryption>, in canonical decimal text form.
115 get a text representation of the OID, which may be a long or short name for
116 OIDs that are registered, or the OID itself in canonical decimal text form
120 I<algorithm_names> include known names as well as the OID itself in
H A DOBJ_nid2obj.pod49 a representation of the ASN1 OBJECT IDENTIFIER (OID) type.
116 For example the OID for commonName has the following definitions:
133 form of an OID.
136 corresponding ASN.1 OBJECT IDENTIFIER encoding (for example no OID currently
142 represent both an internal, constant, OID and a dynamically-created one.
/netbsd/crypto/external/bsd/openssl/dist/providers/common/der/
H A DDSA.asn112 -- OID for DSA public key
17 -- OID for DSA signature generated with SHA-1 hash
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/objects/
H A Dobj_xref.txt1 # OID cross reference table.
27 # Alternative deprecated OIDs. By using the older "rsa" OID this
/netbsd/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobj_xref.txt1 # OID cross reference table.
27 # Alternative deprecated OIDs. By using the older "rsa" OID this
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOBJ_nid2obj.pod47 a representation of the ASN1 OBJECT IDENTIFIER (OID) type.
106 For example the OID for commonName has the following definitions:
123 form of an OID.
126 corresponding ASN.1 OBJECT IDENTIFIER encoding (for example no OID currently
132 represent both an internal, constant, OID and a dynamically-created one.
/netbsd/external/bsd/openldap/dist/doc/rfc/
H A Drfc4373.txt181 Identifier (OID) of the bulk update/replication style in the
259 1) OID for the LBURP update style (see section 5.1.1).
358 The updateStyleOID is an OID that uniquely identifies the LBURP
418 The requestName of the LBURPUpdateRequest is the OID 1.3.6.1.1.17.5.
483 The responseName of the LBURPUpdateResponse is the OID
541 The requestName of the EndLBURPRequest is the OID 1.3.6.1.1.17.3.
569 The responseName of the EndLBURPResponse is the OID 1.3.6.1.1.17.4.
690 Subject: Request for LDAP OID Registration
697 Seven delegations will be made under the assigned OID. The
708 The following 1 OID is a Protocol Mechanism OID of type "F"
[all …]
/netbsd/external/bsd/openldap/dist/servers/slapd/schema/
H A Dmisc.schema47 # I-D leaves this OID TBD.
49 # improperly delegated OID. A typo is likely.
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
H A DREADME31 under OpenLDAP's development OID arc. This OID is temporary.
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man5/
H A Dconfig.pod123 to a section containing name value pairs of OIDs: the name is the OID short
124 and long name, the value is the numerical form of the OID. Although some of
136 by a comma and the numerical OID form. For example:
377 More complex OpenSSL library configuration. Add OID and don't enter FIPS mode:
394 # New OID, just short name
396 # New OID shortname and long name
397 newoid2 = New OID 2 long name, 1.2.3.4.2
405 OPENSSL_CONF=example.cnf openssl asn1parse -genstr OID:1.2.3.4.1
411 showing that the OID "newoid1" has been added as "1.2.3.4.1".

123456789