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,
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 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 359 llvm::Constant *GeneratePropertyList(const ObjCImplementationDecl *OID,
458 const ObjCInterfaceDecl *OID);
    [all...]
CGObjCMac.cpp     [all...]
CGObjC.cpp 153 ObjCInterfaceDecl *OID = 0;
173 OID = ObjTy->getInterface();
174 assert(OID && "Invalid Objective-C class message send");
175 Receiver = Runtime.GetClass(Builder, OID);
246 Receiver, Args, OID,
    [all...]
CGDebugInfo.cpp 138 if (const ObjCImplementationDecl *OID =
140 OS << OID->getName();
141 } else if (const ObjCInterfaceDecl *OID =
143 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 868 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) {
869 std::string I = OID->getNameAsString();
870 ObjCInterfaceDecl *SID = OID->getSuperClass();
877 VisitDeclContext(OID, false);
881 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) {
882 std::string I = OID->getNameAsString();
883 ObjCInterfaceDecl *SID = OID->getSuperClass();
891 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols();
901 if (OID->ivar_size() > 0) {
904 for (ObjCInterfaceDecl::ivar_iterator I = OID->ivar_begin()
    [all...]
DeclObjC.cpp 115 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
117 for (ObjCCategoryDecl *Cat = OID->getCategoryList();
125 I = OID->all_referenced_protocol_begin(),
126 E = OID->all_referenced_protocol_end(); I != E; ++I)
131 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
560 const ObjCInterfaceDecl *OID) {
565 if (OID) {
566 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 791 static std::string getIvarAccessString(ObjCIvarDecl *OID)
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 571 milliseconds