Home
last modified time | relevance | path

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

123456789

/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h79 #define NEXT_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument
83 if (index_compare(OID, SUB, &_lelem->INDEX) < 0) \
88 #define FIND_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument
92 if (index_compare(OID, SUB, &_lelem->INDEX) == 0) \
149 #define FIND_OBJECT_OID_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \ argument
153 if (index_compare(OID, SUB, &_lelem->INDEX) == 0) \
158 #define NEXT_OBJECT_OID_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \ argument
162 if (index_compare(OID, SUB, &_lelem->INDEX) < 0) \
167 #define FIND_OBJECT_INT_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \ argument
170 if ((OID)->len - SUB != 1) \
[all …]
H A Dtree.def52 (2 sysObjectId OID op_system_group GET)
62 (2 sysORID OID GET)
170 (3 begemotSnmpdTransportOid OID GET)
172 (2 begemotSnmpdTransUdp OID op_transport_dummy)
173 (3 begemotSnmpdTransLsock OID op_transport_dummy)
174 (4 begemotSnmpdTransInet OID op_transport_dummy)
188 (1 begemotSnmpdAgentFreeBSD OID op_dummy)
201 (1 snmpTrapOID OID op_snmp_trap)
204 (1 coldStart OID op_snmp_trap)
205 (2 warmStart OID op_snmp_trap)
[all …]
/freebsd/crypto/openssl/fuzz/
H A Dmkfuzzoids.pl34 my $OID = $1;
37 $OID =~ s|0x|\\x|g;
38 $OID =~ s|,||g;
40 print "$OBJname=\"$OID\"\n";
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLifetimeSafety.cpp251 OriginID OID; member in clang::__anon2e25c8880111::IssueFact
256 IssueFact(LoanID LID, OriginID OID) : Fact(Kind::Issue), LID(LID), OID(OID) {} in IssueFact() argument
258 OriginID getOriginID() const { return OID; } in getOriginID()
298 OriginID OID; member in clang::__anon2e25c8880111::ReturnOfOriginFact
305 ReturnOfOriginFact(OriginID OID) : Fact(Kind::ReturnOfOrigin), OID(OID) {} in ReturnOfOriginFact() argument
306 OriginID getReturnedOriginID() const { return OID; } in getReturnedOriginID()
421 OriginID OID = FactMgr.getOriginMgr().getOrCreate(*UO); in VisitUnaryOperator() local
426 FactMgr.createFact<IssueFact>(L.ID, OID)); in VisitUnaryOperator()
436 OriginID OID = FactMgr.getOriginMgr().getOrCreate(*RetExpr); in VisitReturnStmt() local
438 FactMgr.createFact<ReturnOfOriginFact>(OID)); in VisitReturnStmt()
[all …]
/freebsd/contrib/bsnmp/
H A Doid-list3 This file documents the OID assignments under BSNMP's private OID.
6 an official OID for Fokus: enterprises 12325 and assigned the sub-OID 1
7 to the software I develop. Under this OID there are:
41 If you need an OID and don't know where to stuck it in, I can assign you one -
/freebsd/contrib/bearssl/src/x509/
H A Dasn1.t056 "Invalid OID" puts cr exitvm ;
78 \ Decode an OID from source, and encode it. First byte is length,
79 \ followed by encoded ASN.1 DER value. The OID is encoded in the
81 : OID
102 \ Define a new data word for an encoded OID. The OID is read from the
104 : OID:
105 new-data-block next-word define-data-word postpone OID ;
350 OID: rsaEncryption 1.2.840.113549.1.1.1
352 OID: sha1WithRSAEncryption 1.2.840.113549.1.1.5
353 OID: sha224WithRSAEncryption 1.2.840.113549.1.1.14
[all …]
H A Dx509_minimal.t0136 * then a failure is reported). The hash OID and length are stored
662 \ Read the OID. If the OID could not be read (too
664 read-OID drop
986 OID: basicConstraints 2.5.29.19
987 OID: keyUsage 2.5.29.15
988 OID: subjectAltName 2.5.29.17
989 OID: certificatePolicies 2.5.29.32
992 OID: id-qt-cps 1.3.6.1.5.5.7.2.1
995 OID: authorityKeyIdentifier 2.5.29.35
996 OID: subjectKeyIdentifier 2.5.29.14
[all …]
H A Dx509_decoder.t0131 OID: basicConstraints 2.5.29.19
195 \ OID, since we only support RSA keys.
198 read-OID ifnot ERR_X509_UNSUPPORTED fail then
224 \ field should be an OID.
246 \ with an OID, an optional boolean, and a value; the value is
257 read-OID drop
284 read-OID if
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_tree.def72 (2 hrStorageType OID GET)
123 (2 hrDeviceType OID GET)
125 (4 hrDeviceID OID GET)
132 (1 hrProcessorFrwID OID GET)
169 (4 hrFSType OID GET)
232 (3 hrSWRunID OID GET)
255 (3 hrSWInstalledID OID GET)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h81 const ObjCInterfaceDecl *OID,
84 const ObjCImplementationDecl *OID,
88 const ObjCInterfaceDecl *OID,
157 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;
180 const ObjCInterfaceDecl *OID, const ObjCMethodDecl *Method,
258 const ObjCInterfaceDecl *OID) = 0;
H A DCGObjCGNU.cpp582 const ObjCInterfaceDecl *OID) override;
1252 const ObjCInterfaceDecl *OID = nullptr; in GetClassVar() local
1254 if ((OID = dyn_cast<ObjCInterfaceDecl>(Result))) in GetClassVar()
1260 assert(OID && "Failed to find ObjCInterfaceDecl"); in GetClassVar()
1261 const ObjCInterfaceDecl *OIDDef = OID->getDefinition(); in GetClassVar()
1263 OID = OIDDef; in GetClassVar()
1266 if (OID->hasAttr<DLLImportAttr>()) in GetClassVar()
1268 else if (OID->hasAttr<DLLExportAttr>()) in GetClassVar()
1721 void GenerateClass(const ObjCImplementationDecl *OID) override { in GenerateClass() argument
1727 const_cast<ObjCInterfaceDecl *>(OID->getClassInterface()); in GenerateClass()
[all …]
H A DCGObjCRuntime.cpp32 const ObjCInterfaceDecl *OID, in ComputeIvarBaseOffset() argument
34 return CGM.getContext().lookupFieldBitOffset(OID, Ivar) / in ComputeIvarBaseOffset()
39 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset() argument
41 return CGM.getContext().lookupFieldBitOffset(OID->getClassInterface(), Ivar) / in ComputeIvarBaseOffset()
53 const ObjCInterfaceDecl *OID, in EmitValueForIvarAtOffset() argument
59 QualType InterfaceTy{OID->getTypeForDecl(), 0}; in EmitValueForIvarAtOffset()
87 CGF.CGM.getContext().lookupFieldBitOffset(OID, Ivar); in EmitValueForIvarAtOffset()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1463 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) { in VisitObjCImplementationDecl() argument
1464 std::string I = OID->getNameAsString(); in VisitObjCImplementationDecl()
1465 ObjCInterfaceDecl *SID = OID->getSuperClass(); in VisitObjCImplementationDecl()
1473 if (OID->ivar_size() > 0) { in VisitObjCImplementationDecl()
1477 for (const auto *I : OID->ivars()) { in VisitObjCImplementationDecl()
1484 else if (SID || (OID->decls_begin() != OID->decls_end())) { in VisitObjCImplementationDecl()
1488 VisitDeclContext(OID, false); in VisitObjCImplementationDecl()
1494 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { in VisitObjCInterfaceDecl() argument
1495 std::string I = OID->getNameAsString(); in VisitObjCInterfaceDecl()
1496 ObjCInterfaceDecl *SID = OID->getSuperClass(); in VisitObjCInterfaceDecl()
[all …]
/freebsd/contrib/ntp/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
/freebsd/contrib/bsnmp/snmp_usm/
H A Dusm_tree.def73 (4 usmUserCloneFrom OID GET SET)
74 (5 usmUserAuthProtocol OID GET SET)
77 (8 usmUserPrivProtocol OID GET SET)
/freebsd/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_glue.c58 gssint_get_mech_type(gss_OID OID, gss_buffer_t token) in gssint_get_mech_type() argument
67 *OID = gss_ntlm_mechanism_oid_desc; in gssint_get_mech_type()
71 *OID = gss_krb5_mechanism_oid_desc; in gssint_get_mech_type()
73 *OID = gss_spnego_mechanism_oid_desc; in gssint_get_mech_type()
76 return (g_get_token_header(&in, OID, &tlen) ? GSS_S_COMPLETE : in gssint_get_mech_type()
/freebsd/crypto/openssl/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.
117 For example the OID for commonName has the following definitions:
134 form of an OID.
137 corresponding ASN.1 OBJECT IDENTIFIER encoding (for example no OID currently
143 represent both an internal, constant, OID and a dynamically-created one.
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_tree.def79 (1 newRoot OID op_snmp_trap)
80 (2 topologyChange OID op_snmp_trap)
90 (3 dot1dBasePortCircuit OID GET)
182 (1 begemotBridgeNewRoot OID op_snmp_trap)
183 (2 begemotBridgeTopologyChange OID op_snmp_trap)
/freebsd/crypto/openssl/providers/common/der/
H A DDSA.asn112 -- OID for DSA public key
17 -- OID for DSA signature generated with SHA-1 hash
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_xref.txt1 # OID cross reference table.
42 # Alternative deprecated OIDs. By using the older "rsa" OID this
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_tree.def61 (22 ifSpecific OID GET)
112 (9 ipCidrRouteInfo OID GET) # SET
256 (3 linkDown OID op_snmp_trap)
257 (4 linkUp OID op_snmp_trap)
/freebsd/share/snmp/mibs/
H A DFREEBSD-MIB.txt80 "Subtree to register FreeBSD versions. The OID for a FreeBSD
82 from the release number to this base OID. Examples:
/freebsd/etc/gss/
H A Dmech2 # Name OID Library name Kernel module

123456789