Searched refs:SERIAL_NUMBER (Results 1 – 9 of 9) sorted by relevance
/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
D | KMAttestationCertImpl.java | 164 private static final byte SERIAL_NUMBER = (byte) 18; field in KMAttestationCertImpl 220 indexes[SERIAL_NUMBER] = KMType.INVALID_VALUE; in init() 379 KMByteBlob.cast(indexes[SERIAL_NUMBER]).getBuffer(), in pushTbsCert() 380 KMByteBlob.cast(indexes[SERIAL_NUMBER]).getStartOff(), in pushTbsCert() 381 KMByteBlob.cast(indexes[SERIAL_NUMBER]).length()); in pushTbsCert() 382 pushIntegerHeader(KMByteBlob.cast(indexes[SERIAL_NUMBER]).length()); in pushTbsCert() 1028 indexes[SERIAL_NUMBER] = number; in serialNumber()
|
/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
D | KMAttestationCertImpl.java | 163 private static final byte SERIAL_NUMBER = (byte) 18; field in KMAttestationCertImpl 219 indexes[SERIAL_NUMBER] = KMType.INVALID_VALUE; in init() 378 KMByteBlob.cast(indexes[SERIAL_NUMBER]).getBuffer(), in pushTbsCert() 379 KMByteBlob.cast(indexes[SERIAL_NUMBER]).getStartOff(), in pushTbsCert() 380 KMByteBlob.cast(indexes[SERIAL_NUMBER]).length()); in pushTbsCert() 381 pushIntegerHeader(KMByteBlob.cast(indexes[SERIAL_NUMBER]).length()); in pushTbsCert() 1027 indexes[SERIAL_NUMBER] = number; in serialNumber()
|
/external/python/cryptography/src/cryptography/x509/ |
D | oid.py | 59 SERIAL_NUMBER = ObjectIdentifier("2.5.4.5") variable in NameOID 171 NameOID.SERIAL_NUMBER: "serialNumber",
|
D | __init__.py | 147 OID_SERIAL_NUMBER = NameOID.SERIAL_NUMBER
|
D | name.py | 34 NameOID.SERIAL_NUMBER: _ASN1Type.PrintableString,
|
/external/python/cryptography/tests/x509/ |
D | test_x509.py | 835 x509.NameAttribute(NameOID.SERIAL_NUMBER, u"123"), 836 x509.NameAttribute(NameOID.SERIAL_NUMBER, u"456"), 945 x509.NameAttribute(NameOID.SERIAL_NUMBER, u"789"), 946 x509.NameAttribute(NameOID.SERIAL_NUMBER, u"012"), 1933 x509.NameAttribute(NameOID.SERIAL_NUMBER, u"value"), 3521 x509.NameAttribute(NameOID.SERIAL_NUMBER, u"value"), 4740 (NameOID.SERIAL_NUMBER, _ASN1Type.PrintableString),
|
/external/rust/crates/const-oid/src/db/ |
D | gen.rs | 1052 pub const SERIAL_NUMBER: crate::ObjectIdentifier = constant 3283 (&rfc4519::SERIAL_NUMBER, "serialNumber"),
|
/external/python/cryptography/docs/x509/ |
D | reference.rst | 2774 .. attribute:: SERIAL_NUMBER
|
/external/mtools/ |
D | mtools.info | 1543 ['-N' SERIAL_NUMBER] ['-a']
|