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

1 2 3 4

  /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...]
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
move_convert.runtime.pass.cpp 31 template <int OID>
32 GenericConvertingDeleter(GenericConvertingDeleter<OID>) {}
move_convert.pass.cpp 32 template <int OID>
33 GenericConvertingDeleter(GenericConvertingDeleter<OID>) {}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
move_convert.runtime.pass.cpp 31 template <int OID>
32 GenericConvertingDeleter(GenericConvertingDeleter<OID>) {}
move_convert.pass.cpp 32 template <int OID>
33 GenericConvertingDeleter(GenericConvertingDeleter<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)
43 return marshalECPrivateKeyWithOID(key, oid)
47 // sets the curve ID to the given OID, or omits it if OID is nil.
48 func marshalECPrivateKeyWithOID(key *ecdsa.PrivateKey, oid asn1.ObjectIdentifier) ([]byte, error) {
56 NamedCurveOID: oid,
62 // The OID for the named curve may be provided from another source (such as
63 // the PKCS8 container) - if it is provided then use this instead of the OID
pkcs8.go 75 oid, ok := oidFromNamedCurve(k.Curve)
80 oidBytes, err := asn1.Marshal(oid)
82 return nil, errors.New("x509: failed to marshal curve OID: " + err.Error())
  /prebuilts/go/linux-x86/src/crypto/x509/
sec1.go 38 oid, ok := oidFromNamedCurve(key.Curve)
43 return marshalECPrivateKeyWithOID(key, oid)
47 // sets the curve ID to the given OID, or omits it if OID is nil.
48 func marshalECPrivateKeyWithOID(key *ecdsa.PrivateKey, oid asn1.ObjectIdentifier) ([]byte, error) {
56 NamedCurveOID: oid,
62 // The OID for the named curve may be provided from another source (such as
63 // the PKCS8 container) - if it is provided then use this instead of the OID
pkcs8.go 75 oid, ok := oidFromNamedCurve(k.Curve)
80 oidBytes, err := asn1.Marshal(oid)
82 return nil, errors.New("x509: failed to marshal curve OID: " + err.Error())
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.h 60 UINT16 OID; // OEM/Application ID [119:104]
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
move_convert.pass.cpp 33 template <int OID>
34 GenericConvertingDeleter(GenericConvertingDeleter<OID>) {}
36 template <int OID>
37 GenericConvertingDeleter& operator=(GenericConvertingDeleter<OID> const&) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
move_convert.pass.cpp 33 template <int OID>
34 GenericConvertingDeleter(GenericConvertingDeleter<OID>) {}
36 template <int OID>
37 GenericConvertingDeleter& operator=(GenericConvertingDeleter<OID> const&) {
  /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
  /prebuilts/go/darwin-x86/src/crypto/x509/pkix/
pkix.go 122 // in ExtraNames are appended and override other values with the same OID.
189 func (n Name) appendRDNs(in RDNSequence, values []string, oid asn1.ObjectIdentifier) RDNSequence {
190 if len(values) == 0 || oidInAttributeTypeAndValue(oid, n.ExtraNames) {
196 s[i].Type = oid
230 // oidInAttributeTypeAndValue returns whether a type with the given OID exists
232 func oidInAttributeTypeAndValue(oid asn1.ObjectIdentifier, atv []AttributeTypeAndValue) bool {
234 if a.Type.Equal(oid) {
  /prebuilts/go/linux-x86/src/crypto/x509/pkix/
pkix.go 122 // in ExtraNames are appended and override other values with the same OID.
189 func (n Name) appendRDNs(in RDNSequence, values []string, oid asn1.ObjectIdentifier) RDNSequence {
190 if len(values) == 0 || oidInAttributeTypeAndValue(oid, n.ExtraNames) {
196 s[i].Type = oid
230 // oidInAttributeTypeAndValue returns whether a type with the given OID exists
232 func oidInAttributeTypeAndValue(oid asn1.ObjectIdentifier, atv []AttributeTypeAndValue) bool {
234 if a.Type.Equal(oid) {
  /external/scapy/scapy/asn1/
asn1.py 157 OID = 6
350 tag = ASN1_Class_UNIVERSAL.OID
  /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...]

Completed in 858 milliseconds

1 2 3 4