Home
last modified time | relevance | path

Searched defs:der_bytes (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/cronet/net/data/ssl/scripts/
H A Dcrlsetutil.py79 def _parse_asn1_element(der_bytes): argument
141 def _der_cert_to_spki(der_bytes): argument
186 def der_cert_to_subject_hash(der_bytes): argument
219 def der_cert_to_serial(der_bytes): argument
/aosp_15_r20/external/python/asn1crypto/tests/
Dtest_core.py378 def integer(self, native, der_bytes): argument
394 def utctime(self, native, der_bytes): argument
452 def generalized_time(self, ber_bytes, native, der_bytes): argument
508 def bit_string(self, native, der_bytes): argument
570 def truncated(self, der_bytes): argument
633 def mapped_bit_string(self, input_native, der_bytes, native): argument
1352 def object_identifier(self, native, der_bytes): argument
Dtest_x509.py112 def ip_address(self, unicode_string, der_bytes): argument
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/pkcs7/
Dpkcs7.c43 int pkcs7_parse_header(uint8_t **der_bytes, CBS *out, CBS *cbs) { in pkcs7_parse_header()
89 uint8_t *der_bytes = NULL; in PKCS7_get_raw_certificates() local
Dpkcs7_test.cc473 static void TestCertReparse(const uint8_t *der_bytes, size_t der_len) { in TestCertReparse()
558 static void TestCRLReparse(const uint8_t *der_bytes, size_t der_len) { in TestCRLReparse()
Dpkcs7_x509.c67 uint8_t *der_bytes = NULL; in PKCS7_get_CRLs() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs7/
Dpkcs7.c43 int pkcs7_parse_header(uint8_t **der_bytes, CBS *out, CBS *cbs) { in pkcs7_parse_header()
89 uint8_t *der_bytes = NULL; in PKCS7_get_raw_certificates() local
Dpkcs7_test.cc473 static void TestCertReparse(const uint8_t *der_bytes, size_t der_len) { in TestCertReparse()
558 static void TestCRLReparse(const uint8_t *der_bytes, size_t der_len) { in TestCRLReparse()
Dpkcs7_x509.c67 uint8_t *der_bytes = NULL; in PKCS7_get_CRLs() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/pkcs7/
H A Dpkcs7.c43 int pkcs7_parse_header(uint8_t **der_bytes, CBS *out, CBS *cbs) { in pkcs7_parse_header()
89 uint8_t *der_bytes = NULL; in PKCS7_get_raw_certificates() local
H A Dpkcs7_test.cc473 static void TestCertReparse(const uint8_t *der_bytes, size_t der_len) { in TestCertReparse()
558 static void TestCRLReparse(const uint8_t *der_bytes, size_t der_len) { in TestCRLReparse()
H A Dpkcs7_x509.c68 uint8_t *der_bytes = NULL; in PKCS7_get_CRLs() local
/aosp_15_r20/external/boringssl/src/crypto/pkcs7/
H A Dpkcs7.c43 int pkcs7_parse_header(uint8_t **der_bytes, CBS *out, CBS *cbs) { in pkcs7_parse_header()
89 uint8_t *der_bytes = NULL; in PKCS7_get_raw_certificates() local
H A Dpkcs7_test.cc473 static void TestCertReparse(const uint8_t *der_bytes, size_t der_len) { in TestCertReparse()
558 static void TestCRLReparse(const uint8_t *der_bytes, size_t der_len) { in TestCRLReparse()
H A Dpkcs7_x509.c68 uint8_t *der_bytes = NULL; in PKCS7_get_CRLs() local
/aosp_15_r20/external/python/asn1crypto/asn1crypto/
Dpem.py50 def armor(type_name, der_bytes, headers=None): argument
/aosp_15_r20/external/rust/android-crates-io/crates/der/tests/
Dset_of.rs60 …let der_bytes = hex!("3139301906035504030C12546573742055736572393031353734333830301C060A0992268993… in ordering_regression() localVariable
Ddatetime.rs36 let der_bytes = encoder.finish().unwrap(); localVariable
/aosp_15_r20/external/cronet/net/tools/
H A Dprint_certificates.py96 def extract_certificates_from_der_pkcs7(der_bytes): argument
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/
Ddocument.rs33 der_bytes: Vec<u8>, field