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

1 2 3

  /external/conscrypt/common/src/main/java/org/conscrypt/
EvpMdRef.java 35 if ((SHA256.JCA_NAME.equals(algorithmUpper)) || (SHA256.OID.equals(algorithmUpper))) {
38 || (SHA512.OID.equals(algorithmUpper))) {
40 } else if ((SHA1.JCA_NAME.equals(algorithmUpper)) || (SHA1.OID.equals(algorithmUpper))) {
43 || (SHA384.OID.equals(algorithmUpper))) {
46 || (SHA224.OID.equals(algorithmUpper))) {
109 static final String OID = "1.2.840.113549.2.5";
118 static final String OID = "1.3.14.3.2.26";
126 static final String OID = "2.16.840.1.101.3.4.2.4";
135 static final String OID = "2.16.840.1.101.3.4.2.1";
144 static final String OID = "2.16.840.1.101.3.4.2.2"
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1Tag.java 10 OID,
Asn1Decoder.java 59 sTagMap.put(TAG_OID, Asn1Tag.OID);
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 79 const ObjCInterfaceDecl *OID,
82 const ObjCImplementationDecl *OID,
86 const ObjCInterfaceDecl *OID,
152 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;
231 const ObjCInterfaceDecl *OID) = 0;
CGObjCRuntime.cpp 30 const ObjCInterfaceDecl *OID,
66 const ObjCInterfaceDecl *OID,
68 return LookupFieldBitOffset(CGM, OID, nullptr, Ivar) /
73 const ObjCImplementationDecl *OID,
75 return LookupFieldBitOffset(CGM, OID->getClassInterface(), OID, Ivar) /
87 const ObjCInterfaceDecl *OID,
119 uint64_t FieldBitOffset = LookupFieldBitOffset(CGF.CGM, OID, nullptr, Ivar);
CGObjCGNU.cpp 422 llvm::Constant *GeneratePropertyList(const ObjCImplementationDecl *OID,
527 const ObjCInterfaceDecl *OID) override;
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
DeclObjC.cpp 249 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
251 for (const auto *Cat : OID->visible_categories()) {
259 for (const auto *I : OID->all_referenced_protocols())
265 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
sec1.go 38 oid, ok := oidFromNamedCurve(key.Curve)
50 NamedCurveOID: oid,
56 // The OID for the named curve may be provided from another source (such as
57 // the PKCS8 container) - if it is provided then use this instead of the OID
x509_test.go 461 t.Errorf("%s: Names didn't contain oid 2.5.4.42 from ExtraNames", test.name)
528 // This OID is in the PKIX arc, but unknown.
530 // This is a nonsense, unassigned OID.
534 for _, oid := range oids {
551 Id: oid,
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
sec1.go 38 oid, ok := oidFromNamedCurve(key.Curve)
50 NamedCurveOID: oid,
56 // The OID for the named curve may be provided from another source (such as
57 // the PKCS8 container) - if it is provided then use this instead of the OID
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
MMCHS.h 60 UINT16 OID; // OEM/Application ID [119:104]
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.h 60 UINT16 OID; // OEM/Application ID [119:104]
  /prebuilts/go/darwin-x86/src/crypto/x509/pkix/
pkix.go 51 // in ExtraNames are appended and override other values with the same OID.
118 func (n Name) appendRDNs(in RDNSequence, values []string, oid asn1.ObjectIdentifier) RDNSequence {
119 if len(values) == 0 || oidInAttributeTypeAndValue(oid, n.ExtraNames) {
125 s[i].Type = oid
153 // oidInAttributeTypeAndValue returns whether a type with the given OID exists
155 func oidInAttributeTypeAndValue(oid asn1.ObjectIdentifier, atv []AttributeTypeAndValue) bool {
157 if a.Type.Equal(oid) {
  /prebuilts/go/linux-x86/src/crypto/x509/pkix/
pkix.go 51 // in ExtraNames are appended and override other values with the same OID.
118 func (n Name) appendRDNs(in RDNSequence, values []string, oid asn1.ObjectIdentifier) RDNSequence {
119 if len(values) == 0 || oidInAttributeTypeAndValue(oid, n.ExtraNames) {
125 s[i].Type = oid
153 // oidInAttributeTypeAndValue returns whether a type with the given OID exists
155 func oidInAttributeTypeAndValue(oid asn1.ObjectIdentifier, atv []AttributeTypeAndValue) bool {
157 if a.Type.Equal(oid) {
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
MMC.h 134 UINT16 OID; // OEM/Application ID
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
Mmc.h 146 UINT16 OID; // OEM/Application ID
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 145 const ObjCInterfaceDecl *OID = ObjTy->getInterface();
149 if (OID->getName() == "NSMapTable" ||
150 OID->getName() == "NSLocale")
151 return OID;
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 756 static std::string getIvarAccessString(ObjCIvarDecl *OID) {
757 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface();
762 S += OID->getName();
785 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
787 if (!OID)
801 RewriteObjCMethodDecl(OID->getContainingInterface(),
807 // return objc_getProperty(self, _cmd, offsetof(ClassDecl, OID), 1)
    [all...]
RewriteModernObjC.cpp     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
Mmc.h 104 UINT16 OID; // OEM/Application ID [119:104]
  /external/ImageMagick/coders/
wpg.c 683 const unsigned char TPR=1,TRN=2,SKW=4,SCL=8,ROT=0x10,OID=0x20,LCK=0x80;
695 if(Flags & OID)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_netbsd.go 67 // Discover the nodes and construct the MIB OID.

Completed in 2623 milliseconds

1 2 3