HomeSort by relevance Sort by last modified time
    Searched refs:OID (Results 1 - 21 of 21) 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,
69 const ObjCInterfaceDecl *OID,
71 return LookupFieldBitOffset(CGM, OID, 0, Ivar) /
76 const ObjCImplementationDecl *OID,
78 return LookupFieldBitOffset(CGM, OID->getClassInterface(), OID, Ivar) /
83 const ObjCInterfaceDecl *OID,
117 CGF.CGM.getContext().getASTObjCInterfaceLayout(OID);
119 uint64_t FieldBitOffset = LookupFieldBitOffset(CGF.CGM, OID, 0, Ivar);
CGObjCRuntime.h 77 const ObjCInterfaceDecl *OID,
80 const ObjCImplementationDecl *OID,
84 const ObjCInterfaceDecl *OID,
141 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;
207 const ObjCInterfaceDecl *OID) = 0;
CGObjCGNU.cpp 354 llvm::Constant *GeneratePropertyList(const ObjCImplementationDecl *OID,
439 const ObjCInterfaceDecl *OID);
    [all...]
CGObjCMac.cpp     [all...]
CGObjC.cpp 104 ObjCInterfaceDecl *OID = 0;
125 OID = ObjTy->getInterface();
126 assert(OID && "Invalid Objective-C class message send");
127 Receiver = Runtime.GetClass(Builder, OID);
196 Receiver, Args, OID,
    [all...]
CGDebugInfo.cpp 104 if (const ObjCImplementationDecl *OID =
106 OS << OID->getName();
107 } else if (const ObjCInterfaceDecl *OID =
109 OS << OID->getName();
    [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/clang/lib/AST/
DeclPrinter.cpp 805 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) {
806 std::string I = OID->getNameAsString();
807 ObjCInterfaceDecl *SID = OID->getSuperClass();
814 VisitDeclContext(OID, false);
818 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) {
819 std::string I = OID->getNameAsString();
820 ObjCInterfaceDecl *SID = OID->getSuperClass();
828 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols();
838 if (OID->ivar_size() > 0) {
841 for (ObjCInterfaceDecl::ivar_iterator I = OID->ivar_begin()
    [all...]
DeclObjC.cpp 114 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
116 for (ObjCCategoryDecl *Cat = OID->getCategoryList();
124 I = OID->all_referenced_protocol_begin(),
125 E = OID->all_referenced_protocol_end(); I != E; ++I)
130 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
491 const ObjCInterfaceDecl *OID) {
496 if (OID) {
497 selfTy = Context.getObjCInterfaceType(OID);
    [all...]
ASTContext.cpp     [all...]
  /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/
RewriteObjC.cpp 758 static std::string getIvarAccessString(ObjCIvarDecl *OID) {
759 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface();
764 S += OID->getName();
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 362 milliseconds