HomeSort by relevance Sort by last modified time
    Searched refs:OID (Results 1 - 22 of 22) sorted by null

  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_find_hash_oid.c 24 if (hash_descriptor[x].name != NULL && hash_descriptor[x].OIDlen == IDlen && !XMEMCMP(hash_descriptor[x].OID, ID, sizeof(unsigned long) * IDlen)) {
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 32 const ObjCInterfaceDecl *OID,
68 const ObjCInterfaceDecl *OID,
70 return LookupFieldBitOffset(CGM, OID, 0, Ivar) /
75 const ObjCImplementationDecl *OID,
77 return LookupFieldBitOffset(CGM, OID->getClassInterface(), OID, Ivar) /
82 const ObjCInterfaceDecl *OID,
116 CGF.CGM.getContext().getASTObjCInterfaceLayout(OID);
118 uint64_t FieldBitOffset = LookupFieldBitOffset(CGF.CGM, OID, 0, Ivar);
CGObjCRuntime.h 80 const ObjCInterfaceDecl *OID,
83 const ObjCImplementationDecl *OID,
87 const ObjCInterfaceDecl *OID,
144 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;
220 const ObjCInterfaceDecl *OID) = 0;
CGObjCGNU.cpp 359 llvm::Constant *GeneratePropertyList(const ObjCImplementationDecl *OID,
457 const ObjCInterfaceDecl *OID);
    [all...]
CGObjCMac.cpp     [all...]
CGObjC.cpp 291 ObjCInterfaceDecl *OID = 0;
311 OID = ObjTy->getInterface();
312 assert(OID && "Invalid Objective-C class message send");
313 Receiver = Runtime.GetClass(Builder, OID);
384 Receiver, Args, OID,
    [all...]
CGDebugInfo.cpp 150 if (const ObjCImplementationDecl *OID =
152 OS << OID->getName();
153 } else if (const ObjCInterfaceDecl *OID =
155 OS << OID->getName();
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 883 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) {
884 std::string I = OID->getNameAsString();
885 ObjCInterfaceDecl *SID = OID->getSuperClass();
892 VisitDeclContext(OID, false);
896 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) {
897 std::string I = OID->getNameAsString();
898 ObjCInterfaceDecl *SID = OID->getSuperClass();
900 if (!OID->isThisDeclarationADefinition()) {
911 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols();
921 if (OID->ivar_size() > 0)
    [all...]
DeclObjC.cpp 117 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
119 for (ObjCCategoryDecl *Cat = OID->getCategoryList();
127 I = OID->all_referenced_protocol_begin(),
128 E = OID->all_referenced_protocol_end(); I != E; ++I)
133 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
615 const ObjCInterfaceDecl *OID) {
620 if (OID) {
621 selfTy = Context.getObjCInterfaceType(OID);
    [all...]
ASTContext.cpp     [all...]
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_sign_hash.c 93 SEQUENCE {hashoid OID
99 LTC_SET_ASN1(digestinfo, 0, LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash_idx].OID, hash_descriptor[hash_idx].OIDlen);
rsa_verify_hash.c 122 /* 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/
dsa_encrypt_key.c 112 LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID,
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_encrypt_key.c 112 LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID,
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java 138 private byte[] getExtensionValue(X509Certificate cert, String OID) {
140 byte[] bytes = cert.getExtensionValue(OID);
  /prebuilt/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 159 /** ASN.1 OID */
160 unsigned long OID[16];
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 770 static std::string getIvarAccessString(ObjCIvarDecl *OID) {
771 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface();
776 S += OID->getName();
799 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
801 if (!OID)
815 RewriteObjCMethodDecl(OID->getContainingInterface(),
821 // return objc_getProperty(self, _cmd, offsetof(ClassDecl, OID), 1)
    [all...]
RewriteObjC.cpp 752 static std::string getIvarAccessString(ObjCIvarDecl *OID) {
753 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface();
758 S += OID->getName();
781 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
783 if (!OID)
797 RewriteObjCMethodDecl(OID->getContainingInterface(),
803 // return objc_getProperty(self, _cmd, offsetof(ClassDecl, OID), 1)
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 831 milliseconds