Home
last modified time | relevance | path

Searched defs:oid (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DExtensionsGenerator.java38 ASN1ObjectIdentifier oid, in addExtension()
55 ASN1ObjectIdentifier oid, in addExtension()
94 ASN1ObjectIdentifier oid, in replaceExtension()
111 ASN1ObjectIdentifier oid, in replaceExtension()
140 ASN1ObjectIdentifier oid) in removeExtension()
157 public boolean hasExtension(ASN1ObjectIdentifier oid) in hasExtension()
168 public Extension getExtension(ASN1ObjectIdentifier oid) in getExtension()
DExtensions.java32 public static Extension getExtension(Extensions extensions, ASN1ObjectIdentifier oid) in getExtension()
37 …ublic static ASN1Encodable getExtensionParsedValue(Extensions extensions, ASN1ObjectIdentifier oid) in getExtensionParsedValue()
133 ASN1ObjectIdentifier oid) in getExtension()
144 public ASN1Encodable getExtensionParsedValue(ASN1ObjectIdentifier oid) in getExtensionParsedValue()
173 ASN1ObjectIdentifier oid = (ASN1ObjectIdentifier)e.nextElement(); in toASN1Primitive() local
226 Object oid = ordering.elementAt(i); in getExtensionOIDs() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DExtensionsGenerator.java40 ASN1ObjectIdentifier oid, in addExtension()
57 ASN1ObjectIdentifier oid, in addExtension()
96 ASN1ObjectIdentifier oid, in replaceExtension()
113 ASN1ObjectIdentifier oid, in replaceExtension()
142 ASN1ObjectIdentifier oid) in removeExtension()
159 public boolean hasExtension(ASN1ObjectIdentifier oid) in hasExtension()
170 public Extension getExtension(ASN1ObjectIdentifier oid) in getExtension()
DExtensions.java34 public static Extension getExtension(Extensions extensions, ASN1ObjectIdentifier oid) in getExtension()
39 …ublic static ASN1Encodable getExtensionParsedValue(Extensions extensions, ASN1ObjectIdentifier oid) in getExtensionParsedValue()
135 ASN1ObjectIdentifier oid) in getExtension()
146 public ASN1Encodable getExtensionParsedValue(ASN1ObjectIdentifier oid) in getExtensionParsedValue()
175 ASN1ObjectIdentifier oid = (ASN1ObjectIdentifier)e.nextElement(); in toASN1Primitive() local
228 Object oid = ordering.elementAt(i); in getExtensionOIDs() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DExtensionsGenerator.java40 ASN1ObjectIdentifier oid, in addExtension()
57 ASN1ObjectIdentifier oid, in addExtension()
96 ASN1ObjectIdentifier oid, in replaceExtension()
113 ASN1ObjectIdentifier oid, in replaceExtension()
142 ASN1ObjectIdentifier oid) in removeExtension()
159 public boolean hasExtension(ASN1ObjectIdentifier oid) in hasExtension()
170 public Extension getExtension(ASN1ObjectIdentifier oid) in getExtension()
DExtensions.java34 public static Extension getExtension(Extensions extensions, ASN1ObjectIdentifier oid) in getExtension()
39 …ublic static ASN1Encodable getExtensionParsedValue(Extensions extensions, ASN1ObjectIdentifier oid) in getExtensionParsedValue()
135 ASN1ObjectIdentifier oid) in getExtension()
146 public ASN1Encodable getExtensionParsedValue(ASN1ObjectIdentifier oid) in getExtensionParsedValue()
175 ASN1ObjectIdentifier oid = (ASN1ObjectIdentifier)e.nextElement(); in toASN1Primitive() local
228 Object oid = ordering.elementAt(i); in getExtensionOIDs() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
DNISTNamedCurves.java20 static void defineCurve(String name, ASN1ObjectIdentifier oid) in defineCurve()
48 ASN1ObjectIdentifier oid = (ASN1ObjectIdentifier)objIds.get(Strings.toUpperCase(name)); in getByName() local
65 ASN1ObjectIdentifier oid) in getByOID()
86 ASN1ObjectIdentifier oid) in getName()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/nist/
DNISTNamedCurves.java22 static void defineCurve(String name, ASN1ObjectIdentifier oid) in defineCurve()
50 ASN1ObjectIdentifier oid = (ASN1ObjectIdentifier)objIds.get(Strings.toUpperCase(name)); in getByName() local
67 ASN1ObjectIdentifier oid) in getByOID()
88 ASN1ObjectIdentifier oid) in getName()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/nist/
DNISTNamedCurves.java22 static void defineCurve(String name, ASN1ObjectIdentifier oid) in defineCurve()
50 ASN1ObjectIdentifier oid = (ASN1ObjectIdentifier)objIds.get(Strings.toUpperCase(name)); in getByName() local
67 ASN1ObjectIdentifier oid) in getByOID()
88 ASN1ObjectIdentifier oid) in getName()
/external/wpa_supplicant_8/src/tls/
Dx509v3.c297 struct asn1_oid oid; in x509_parse_name() local
757 static int x509_id_ce_oid(struct asn1_oid *oid) in x509_id_ce_oid()
767 static int x509_any_ext_key_usage_oid(struct asn1_oid *oid) in x509_any_ext_key_usage_oid()
1124 static int x509_id_cert_policy_any_oid(struct asn1_oid *oid) in x509_id_cert_policy_any_oid()
1135 static int x509_id_wfa_oid(struct asn1_oid *oid) in x509_id_wfa_oid()
1148 static int x509_id_wfa_tod_oid(struct asn1_oid *oid) in x509_id_wfa_tod_oid()
1157 static int x509_id_wfa_tod_strict_oid(struct asn1_oid *oid) in x509_id_wfa_tod_strict_oid()
1165 static int x509_id_wfa_tod_tofu_oid(struct asn1_oid *oid) in x509_id_wfa_tod_tofu_oid()
1206 struct asn1_oid oid; in x509_parse_ext_certificate_policies() local
1251 static int x509_id_pkix_oid(struct asn1_oid *oid) in x509_id_pkix_oid()
[all …]
Dtlsv1_cred.c335 static int oid_is_rsadsi(struct asn1_oid *oid) in oid_is_rsadsi()
345 static int pkcs12_is_bagtype_oid(struct asn1_oid *oid, unsigned long type) in pkcs12_is_bagtype_oid()
357 static int is_oid_pkcs7(struct asn1_oid *oid) in is_oid_pkcs7()
369 static int is_oid_pkcs7_data(struct asn1_oid *oid) in is_oid_pkcs7_data()
375 static int is_oid_pkcs7_enc_data(struct asn1_oid *oid) in is_oid_pkcs7_enc_data()
381 static int is_oid_pkcs9(struct asn1_oid *oid) in is_oid_pkcs9()
393 static int is_oid_pkcs9_friendly_name(struct asn1_oid *oid) in is_oid_pkcs9_friendly_name()
400 static int is_oid_pkcs9_local_key_id(struct asn1_oid *oid) in is_oid_pkcs9_local_key_id()
407 static int is_oid_pkcs9_x509_cert(struct asn1_oid *oid) in is_oid_pkcs9_x509_cert()
447 struct asn1_oid oid; in pkcs12_certbag() local
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/util/
DAsymmetricAlgorithmProvider.java17 ASN1ObjectIdentifier oid) in addSignatureAlgorithm()
29 ASN1ObjectIdentifier oid) in addSignatureAlgorithm()
44 …protected void registerOid(ConfigurableProvider provider, ASN1ObjectIdentifier oid, String name, A… in registerOid()
52 …d registerOidAlgorithmParameters(ConfigurableProvider provider, ASN1ObjectIdentifier oid, String n… in registerOidAlgorithmParameters()
57 …erOidAlgorithmParameterGenerator(ConfigurableProvider provider, ASN1ObjectIdentifier oid, String n… in registerOidAlgorithmParameterGenerator()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/
DAsymmetricAlgorithmProvider.java13 ASN1ObjectIdentifier oid) in addSignatureAlgorithm()
25 ASN1ObjectIdentifier oid) in addSignatureAlgorithm()
40 …protected void registerOid(ConfigurableProvider provider, ASN1ObjectIdentifier oid, String name, A… in registerOid()
48 …d registerOidAlgorithmParameters(ConfigurableProvider provider, ASN1ObjectIdentifier oid, String n… in registerOidAlgorithmParameters()
53 …erOidAlgorithmParameterGenerator(ConfigurableProvider provider, ASN1ObjectIdentifier oid, String n… in registerOidAlgorithmParameterGenerator()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/util/
DAsymmetricAlgorithmProvider.java17 ASN1ObjectIdentifier oid) in addSignatureAlgorithm()
29 ASN1ObjectIdentifier oid) in addSignatureAlgorithm()
44 …protected void registerOid(ConfigurableProvider provider, ASN1ObjectIdentifier oid, String name, A… in registerOid()
52 …d registerOidAlgorithmParameters(ConfigurableProvider provider, ASN1ObjectIdentifier oid, String n… in registerOidAlgorithmParameters()
57 …erOidAlgorithmParameterGenerator(ConfigurableProvider provider, ASN1ObjectIdentifier oid, String n… in registerOidAlgorithmParameterGenerator()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DX509v3CertificateBuilder.java125 public boolean hasExtension(ASN1ObjectIdentifier oid) in hasExtension()
136 public Extension getExtension(ASN1ObjectIdentifier oid) in getExtension()
141 private Extension doGetExtension(ASN1ObjectIdentifier oid) in doGetExtension()
185 ASN1ObjectIdentifier oid, in addExtension()
231 ASN1ObjectIdentifier oid, in addExtension()
253 ASN1ObjectIdentifier oid, in replaceExtension()
300 ASN1ObjectIdentifier oid, in replaceExtension()
317 public X509v3CertificateBuilder removeExtension(ASN1ObjectIdentifier oid) in removeExtension()
334 ASN1ObjectIdentifier oid, in copyAndAddExtension()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DPKCS12BagAttributeCarrierImpl.java35 ASN1ObjectIdentifier oid, in setBagAttribute()
50 ASN1ObjectIdentifier oid) in getBagAttribute()
91 ASN1ObjectIdentifier oid = ASN1ObjectIdentifier.getInstance(e.nextElement()); in writeObject() local
115 ASN1ObjectIdentifier oid; in readObject() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/util/
DPKCS12BagAttributeCarrierImpl.java39 ASN1ObjectIdentifier oid, in setBagAttribute()
54 ASN1ObjectIdentifier oid) in getBagAttribute()
95 ASN1ObjectIdentifier oid = ASN1ObjectIdentifier.getInstance(e.nextElement()); in writeObject() local
119 ASN1ObjectIdentifier oid; in readObject() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/util/
DPKCS12BagAttributeCarrierImpl.java39 ASN1ObjectIdentifier oid, in setBagAttribute()
54 ASN1ObjectIdentifier oid) in getBagAttribute()
95 ASN1ObjectIdentifier oid = ASN1ObjectIdentifier.getInstance(e.nextElement()); in writeObject() local
119 ASN1ObjectIdentifier oid; in readObject() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DECNamedCurveTable.java81 ASN1ObjectIdentifier oid = X962NamedCurves.getOID(name); in getOID() local
133 ASN1ObjectIdentifier oid) in getName()
187 ASN1ObjectIdentifier oid) in getByOID()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/
DECNamedCurveTable.java83 ASN1ObjectIdentifier oid = X962NamedCurves.getOID(name); in getOID() local
135 ASN1ObjectIdentifier oid) in getName()
189 ASN1ObjectIdentifier oid) in getByOID()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/
DECNamedCurveTable.java83 ASN1ObjectIdentifier oid = X962NamedCurves.getOID(name); in getOID() local
135 ASN1ObjectIdentifier oid) in getName()
189 ASN1ObjectIdentifier oid) in getByOID()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DX500NameStyle.java23 ASN1Encodable stringToValue(ASN1ObjectIdentifier oid, String value); in stringToValue()
70 String oidToDisplayName(ASN1ObjectIdentifier oid); in oidToDisplayName()
78 String[] oidToAttrNames(ASN1ObjectIdentifier oid); in oidToAttrNames()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/
DX500NameStyle.java25 ASN1Encodable stringToValue(ASN1ObjectIdentifier oid, String value); in stringToValue()
72 String oidToDisplayName(ASN1ObjectIdentifier oid); in oidToDisplayName()
80 String[] oidToAttrNames(ASN1ObjectIdentifier oid); in oidToAttrNames()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x500/
DX500NameStyle.java25 ASN1Encodable stringToValue(ASN1ObjectIdentifier oid, String value); in stringToValue()
72 String oidToDisplayName(ASN1ObjectIdentifier oid); in oidToDisplayName()
80 String[] oidToAttrNames(ASN1ObjectIdentifier oid); in oidToAttrNames()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLXECParameterSpec.java12 private final String oid; field in OpenSSLXECParameterSpec
14 public OpenSSLXECParameterSpec(String oid) { in OpenSSLXECParameterSpec()

12345678910>>...14