/aosp_15_r20/external/rust/android-crates-io/crates/const-oid/src/ |
D | lib.rs | 60 fn oid(&self) -> ObjectIdentifier; in oid() 64 fn oid(&self) -> ObjectIdentifier { in oid() 85 pub struct ObjectIdentifier { struct 94 impl ObjectIdentifier { argument 208 impl AsRef<[u8]> for ObjectIdentifier { implementation 214 impl FromStr for ObjectIdentifier { implementation 222 impl TryFrom<&[u8]> for ObjectIdentifier { implementation 230 impl From<&ObjectIdentifier> for ObjectIdentifier { implementation 231 fn from(oid: &ObjectIdentifier) -> ObjectIdentifier { in from() 236 impl fmt::Debug for ObjectIdentifier { implementation [all …]
|
D | parser.rs | 37 pub(crate) const fn finish(self) -> Result<ObjectIdentifier> { in finish()
|
D | encoder.rs | 102 pub(crate) const fn finish(self) -> Result<ObjectIdentifier> { in finish()
|
D | db.rs | 89 pub const fn by_name(&self, name: &str) -> Option<&'a ObjectIdentifier> { in by_name()
|
/aosp_15_r20/external/rust/android-crates-io/crates/spki/src/ |
D | algorithm.rs | 100 pub fn assert_algorithm_oid(&self, expected_oid: ObjectIdentifier) -> Result<ObjectIdentifier> { in assert_algorithm_oid() 113 expected_oid: ObjectIdentifier, in assert_parameters_oid() 114 ) -> Result<ObjectIdentifier> { in assert_parameters_oid() 127 algorithm: ObjectIdentifier, in assert_oids() 128 parameters: ObjectIdentifier, in assert_oids() 145 pub fn parameters_oid(&self) -> Result<ObjectIdentifier> { in parameters_oid() 156 pub fn oids(&self) -> der::Result<(ObjectIdentifier, Option<ObjectIdentifier>)> { in oids()
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/ |
D | oid.rs | 12 impl<'a> DecodeValue<'a> for ObjectIdentifier { implementation 25 impl EncodeValue for ObjectIdentifier { implementation 35 impl FixedTag for ObjectIdentifier { implementation 39 impl OrdIsValueOrd for ObjectIdentifier {} implementation 63 impl TryFrom<AnyRef<'_>> for ObjectIdentifier { implementation 66 fn try_from(any: AnyRef<'_>) -> Result<ObjectIdentifier> { in try_from()
|
/aosp_15_r20/libcore/ojluni/annotations/mmodule/sun/security/util/ |
H A D | ObjectIdentifier.annotated.java | 32 public final class ObjectIdentifier implements java.io.Serializable { class 36 public ObjectIdentifier(java.lang.String oid) throws java.io.IOException { throw new RuntimeExcepti… in ObjectIdentifier() method in ObjectIdentifier 39 public ObjectIdentifier(int[] values) throws java.io.IOException { throw new RuntimeException("Stub… in ObjectIdentifier() method in ObjectIdentifier 42 public ObjectIdentifier(DerInputStream in) throws java.io.IOException { throw new RuntimeException(… in ObjectIdentifier() method in ObjectIdentifier
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
H A D | ObjectIdentifier.java | 31 public final class ObjectIdentifier implements java.io.Serializable { class 34 public ObjectIdentifier(java.lang.String oid) throws java.io.IOException { in ObjectIdentifier() method in ObjectIdentifier 39 public ObjectIdentifier(int[] values) throws java.io.IOException { in ObjectIdentifier() method in ObjectIdentifier 43 public ObjectIdentifier(sun.security.util.DerInputStream in) throws java.io.IOException { in ObjectIdentifier() method in ObjectIdentifier 47 ObjectIdentifier(sun.security.util.DerInputBuffer buf) throws java.io.IOException { in ObjectIdentifier() method in ObjectIdentifier
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/util/ |
H A D | ObjectIdentifier.java | 53 class ObjectIdentifier implements Serializable class 141 public ObjectIdentifier (String oid) throws IOException in ObjectIdentifier() method in ObjectIdentifier 214 public ObjectIdentifier (int values []) throws IOException in ObjectIdentifier() method in ObjectIdentifier 236 public ObjectIdentifier (DerInputStream in) throws IOException in ObjectIdentifier() method in ObjectIdentifier 273 ObjectIdentifier (DerInputBuffer buf) throws IOException in ObjectIdentifier() method in ObjectIdentifier
|
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/util/ |
D | ObjectIdentifier.java | 27 public class ObjectIdentifier { class 32 private ObjectIdentifier(@NonNull byte[] value) { in ObjectIdentifier() method in ObjectIdentifier
|
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/ |
D | asn1.go | 163 func isValidOID(oid encoding_asn1.ObjectIdentifier) bool { 181 func (b *Builder) AddASN1ObjectIdentifier(oid encoding_asn1.ObjectIdentifier) { 453 func (s *String) ReadASN1ObjectIdentifier(out *encoding_asn1.ObjectIdentifier) bool {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/ |
D | sec1.go | 57 func marshalECPrivateKeyWithOID(key *ecdsa.PrivateKey, oid asn1.ObjectIdentifier) ([]byte, error) { 84 func parseECPrivateKey(namedCurveOID *asn1.ObjectIdentifier, der []byte) (key *ecdsa.PrivateKey, er…
|
D | x509.go | 499 func getPublicKeyAlgorithmFromOID(oid asn1.ObjectIdentifier) PublicKeyAlgorithm { 536 func namedCurveFromOID(oid asn1.ObjectIdentifier) elliptic.Curve { 667 func extKeyUsageFromOID(oid asn1.ObjectIdentifier) (eku ExtKeyUsage, ok bool) { 1060 func oidInExtensions(oid asn1.ObjectIdentifier, extensions []pkix.Extension) bool { 1357 func marshalExtKeyUsage(extUsages []ExtKeyUsage, unknownUsages []asn1.ObjectIdentifier) (pkix.Exten… 1389 func marshalCertificatePolicies(policies []OID, policyIdentifiers []asn1.ObjectIdentifier) (pkix.Ex…
|
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/ |
D | attr.rs | 148 fn from_hex(oid: ObjectIdentifier, val: &str) -> Result<Self, Error> { in from_hex() 181 fn from_delimited_str(oid: ObjectIdentifier, val: &str) -> Result<Self, Error> { in from_delimited_str()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/asn1/ |
D | asn1.go | 223 type ObjectIdentifier []int type 226 func (oi ObjectIdentifier) Equal(other ObjectIdentifier) bool {
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | proto_parameters_serialization.h | 58 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function
|
H A D | parameters_parser.h | 97 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function
|
H A D | parameters_serializer.h | 87 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function
|
H A D | key_parser.h | 104 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function
|
H A D | parser_index_test.cc | 38 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function in crypto::tink::internal::ExampleSerialization
|
H A D | proto_key_serialization.h | 56 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function
|
H A D | serialization_test_util.h | 43 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function
|
/aosp_15_r20/external/python/asn1crypto/docs/ |
D | universal_types.md | 350 ## ObjectIdentifier section in Universal Types with BER/DER Decoder and DER Encoder
|
/aosp_15_r20/external/rust/android-crates-io/crates/sec1/src/ |
D | parameters.rs | 52 pub fn named_curve(self) -> Option<ObjectIdentifier> { in named_curve()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/pkix/ |
D | pkix.go | 274 func oidInAttributeTypeAndValue(oid asn1.ObjectIdentifier, atv []AttributeTypeAndValue) bool {
|