Searched refs:OID (Results 1 - 25 of 26) sorted by relevance

12

/external/dropbear/libtomcrypt/src/misc/crypt/
H A Dcrypt_find_hash_oid.c24 if (hash_descriptor[x].name != NULL && hash_descriptor[x].OIDlen == IDlen && !XMEMCMP(hash_descriptor[x].OID, ID, sizeof(unsigned long) * IDlen)) {
/external/chromium_org/net/tools/testserver/
H A Dminica.py135 # All certificates are issued under this policy OID, in the Google arc:
136 CERT_POLICY_OID = asn1.OID([1, 3, 6, 1, 4, 1, 11129, 2, 4, 1])
158 AIA_OCSP = asn1.OID([1, 3, 6, 1, 5, 5, 7, 48, 1])
159 AUTHORITY_INFORMATION_ACCESS = asn1.OID([1, 3, 6, 1, 5, 5, 7, 1, 1])
160 BASIC_CONSTRAINTS = asn1.OID([2, 5, 29, 19])
161 CERT_POLICIES = asn1.OID([2, 5, 29, 32])
162 COMMON_NAME = asn1.OID([2, 5, 4, 3])
163 COUNTRY = asn1.OID([2, 5, 4, 6])
164 HASH_SHA1 = asn1.OID([1, 3, 14, 3, 2, 26])
165 OCSP_TYPE_BASIC = asn1.OID([
[all...]
H A Dasn1.py118 class OID(object): class in inherits:object
/external/smack/src/org/xbill/DNS/
H A DCERTRecord.java50 /** Certificate format defined by OID */
51 public static final int OID = 254; field in class:CERTRecord.CertificateType
69 types.add(OID, "OID");
105 public static final int OID = CertificateType.OID; field in class:CERTRecord
/external/clang/lib/CodeGen/
H A DCGObjCRuntime.h79 const ObjCInterfaceDecl *OID,
82 const ObjCImplementationDecl *OID,
86 const ObjCInterfaceDecl *OID,
143 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;
222 const ObjCInterfaceDecl *OID) = 0;
H A DCGObjCRuntime.cpp29 const ObjCInterfaceDecl *OID,
65 const ObjCInterfaceDecl *OID,
67 return LookupFieldBitOffset(CGM, OID, 0, Ivar) /
72 const ObjCImplementationDecl *OID,
74 return LookupFieldBitOffset(CGM, OID->getClassInterface(), OID, Ivar) /
86 const ObjCInterfaceDecl *OID,
118 uint64_t FieldBitOffset = LookupFieldBitOffset(CGF.CGM, OID, 0, Ivar);
28 LookupFieldBitOffset(CodeGen::CodeGenModule &CGM, const ObjCInterfaceDecl *OID, const ObjCImplementationDecl *ID, const ObjCIvarDecl *Ivar) argument
64 ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, const ObjCInterfaceDecl *OID, const ObjCIvarDecl *Ivar) argument
71 ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, const ObjCImplementationDecl *OID, const ObjCIvarDecl *Ivar) argument
85 EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF, const ObjCInterfaceDecl *OID, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers, llvm::Value *Offset) argument
H A DCGObjCGNU.cpp405 llvm::Constant *GeneratePropertyList(const ObjCImplementationDecl *OID,
505 const ObjCInterfaceDecl *OID);
1059 const ObjCInterfaceDecl *OID) {
1060 return GetClassNamed(CGF, OID->getNameAsString(), OID->isWeakImported());
2085 llvm::Constant *CGObjCGNU::GeneratePropertyList(const ObjCImplementationDecl *OID, argument
2099 iter = OID->propimpl_begin(), endIter = OID->propimpl_end();
2109 Fields.push_back(MakePropertyEncodingString(property, OID));
2164 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { argument
1058 GetClass(CodeGenFunction &CGF, const ObjCInterfaceDecl *OID) argument
2836 FindIvarInterface(ASTContext &Context, const ObjCInterfaceDecl *OID, const ObjCIvarDecl *OIVD) argument
[all...]
H A DCGObjCMac.cpp1416 void GetClassSizeInfo(const ObjCImplementationDecl *OID,
1700 const ObjCInterfaceDecl *OID) {
1701 if (OID->hasAttr<ObjCExceptionAttr>())
1703 if (const ObjCInterfaceDecl *Super = OID->getSuperClass())
2824 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) {
2826 P = OID->all_referenced_protocol_begin(),
2827 E = OID->all_referenced_protocol_end(); P != E; ++P)
3316 const ObjCInterfaceDecl *OID = ID->getClassInterface(); local
3318 for (const ObjCIvarDecl *IVD = OID->all_declared_ivar_begin();
3327 ComputeIvarBaseOffset(CGM, OID, IV
1699 hasObjCExceptionAttribute(ASTContext &Context, const ObjCInterfaceDecl *OID) argument
5702 const ObjCInterfaceDecl *OID = ID->getClassInterface(); local
5777 GetClassSizeInfo(const ObjCImplementationDecl *OID, uint32_t &InstanceStart, uint32_t &InstanceSize) argument
6170 const ObjCInterfaceDecl *OID = ID->getClassInterface(); local
[all...]
H A DCGObjC.cpp319 ObjCInterfaceDecl *OID = 0; local
339 OID = ObjTy->getInterface();
340 assert(OID && "Invalid Objective-C class message send");
341 Receiver = Runtime.GetClass(*this, OID);
412 Receiver, Args, OID,
H A DCGDebugInfo.cpp198 if (const ObjCImplementationDecl *OID =
200 OS << OID->getName();
201 } else if (const ObjCInterfaceDecl *OID =
203 OS << OID->getName();
H A DCodeGenModule.cpp2811 if (ObjCImplDecl *OID = dyn_cast<ObjCImplDecl>(*I)) {
2812 for (ObjCContainerDecl::method_iterator M = OID->meth_begin(),
2813 MEnd = OID->meth_end();
/external/clang/lib/AST/
H A DDeclPrinter.cpp949 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) { argument
950 std::string I = OID->getNameAsString();
951 ObjCInterfaceDecl *SID = OID->getSuperClass();
958 if (OID->ivar_size() > 0) {
961 for (ObjCImplementationDecl::ivar_iterator I = OID->ivar_begin(),
962 E = OID->ivar_end(); I != E; ++I) {
969 VisitDeclContext(OID, false);
973 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { argument
974 std::string I = OID->getNameAsString();
975 ObjCInterfaceDecl *SID = OID
[all...]
H A DDeclObjC.cpp219 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this); local
222 Cat = OID->visible_categories_begin(),
223 CatEnd = OID->visible_categories_end();
232 I = OID->all_referenced_protocol_begin(),
233 E = OID->all_referenced_protocol_end(); I != E; ++I)
238 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
794 const ObjCInterfaceDecl *OID) {
799 if (OID) {
800 selfTy = Context.getObjCInterfaceType(OID);
793 createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *OID) argument
H A DASTContext.cpp4933 const ObjCImplementationDecl *OID=cast<ObjCImplementationDecl>(Container); local
4935 i = OID->propimpl_begin(), e = OID->propimpl_end();
4993 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); local
4995 S += OID->getNameAsString();
/external/dropbear/libtomcrypt/src/pk/rsa/
H A Drsa_sign_hash.c93 SEQUENCE {hashoid OID
99 LTC_SET_ASN1(digestinfo, 0, LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash_idx].OID, hash_descriptor[hash_idx].OIDlen);
H A Drsa_verify_hash.c122 /* now we must decode out[0...outlen-1] using ASN.1, test the OID and then test the hash */
125 SEQUENCE {hashoid OID
141 /* test OID */
143 (XMEMCMP(digestinfo[0].data, hash_descriptor[hash_idx].OID, sizeof(unsigned long) * hash_descriptor[hash_idx].OIDlen) == 0) &&
/external/dropbear/libtomcrypt/src/pk/dsa/
H A Ddsa_encrypt_key.c112 LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID,
/external/dropbear/libtomcrypt/src/pk/ecc/
H A Decc_encrypt_key.c112 LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID,
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); local
149 if (OID->getName() == "NSMapTable" ||
150 OID->getName() == "NSLocale")
151 return OID;
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h159 /** ASN.1 OID */
160 unsigned long OID[16]; member in struct:ltc_hash_descriptor
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp758 static std::string getIvarAccessString(ObjCIvarDecl *OID) { argument
759 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface();
764 S += OID->getName();
787 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); local
789 if (!OID)
803 RewriteObjCMethodDecl(OID->getContainingInterface(),
809 // return objc_getProperty(self, _cmd, offsetof(ClassDecl, OID), 1)
838 RewriteIvarOffsetComputation(OID, Getr);
842 Getr += "return " + getIvarAccessString(OID);
861 RewriteObjCMethodDecl(OID
1176 RewriteImplementationDecl(Decl *OID) argument
[all...]
H A DRewriteModernObjC.cpp941 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); local
942 assert(IMD && OID && "Synthesized ivars must be attached to @implementation");
956 RewriteObjCMethodDecl(OID->getContainingInterface(),
962 // return objc_getProperty(self, _cmd, offsetof(ClassDecl, OID), 1)
991 RewriteIvarOffsetComputation(OID, Getr);
995 Getr += "return " + getIvarAccessString(OID);
1015 RewriteObjCMethodDecl(OID->getContainingInterface(),
1022 RewriteIvarOffsetComputation(OID, Setr);
1036 Setr += getIvarAccessString(OID) + " = ";
1356 void RewriteModernObjC::RewriteImplementationDecl(Decl *OID) { argument
7257 hasObjCExceptionAttribute(ASTContext &Context, const ObjCInterfaceDecl *OID) argument
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp382 if (ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(ContDeclOfMethodDecl))
383 ImplDeclOfMethodDecl = OID->getImplementation();
/external/clang/tools/libclang/
H A DCIndex.cpp3241 const ObjCProtocolDecl *OID = getCursorObjCProtocolRef(C).first; local
3242 assert(OID && "getCursorSpelling(): Missing protocol decl");
3243 return cxstring::createRef(OID->getIdentifier()->getNameStart());
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3894 hashID OBJECT IDENTIFIER, -- OID of hash used
4523 These will encode or decode an OBJECT IDENTIFIER object. The words of the OID are stored in individual \textbf{unsigned long} elements, and must be in the range
5775 /** ASN.1 OID */
5776 unsigned long OID[16];
5838 \subsection{OID Identifier}

Completed in 1037 milliseconds

12