/aosp_15_r20/external/cronet/net/data/ssl/scripts/ |
H A D | crlsetutil.py | 79 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/ |
D | test_core.py | 378 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
|
D | test_x509.py | 112 def ip_address(self, unicode_string, der_bytes): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/pkcs7/ |
D | pkcs7.c | 43 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
|
D | pkcs7_test.cc | 473 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()
|
D | pkcs7_x509.c | 67 uint8_t *der_bytes = NULL; in PKCS7_get_CRLs() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs7/ |
D | pkcs7.c | 43 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
|
D | pkcs7_test.cc | 473 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()
|
D | pkcs7_x509.c | 67 uint8_t *der_bytes = NULL; in PKCS7_get_CRLs() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/pkcs7/ |
H A D | pkcs7.c | 43 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 D | pkcs7_test.cc | 473 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 D | pkcs7_x509.c | 68 uint8_t *der_bytes = NULL; in PKCS7_get_CRLs() local
|
/aosp_15_r20/external/boringssl/src/crypto/pkcs7/ |
H A D | pkcs7.c | 43 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 D | pkcs7_test.cc | 473 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 D | pkcs7_x509.c | 68 uint8_t *der_bytes = NULL; in PKCS7_get_CRLs() local
|
/aosp_15_r20/external/python/asn1crypto/asn1crypto/ |
D | pem.py | 50 def armor(type_name, der_bytes, headers=None): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/tests/ |
D | set_of.rs | 60 …let der_bytes = hex!("3139301906035504030C12546573742055736572393031353734333830301C060A0992268993… in ordering_regression() localVariable
|
D | datetime.rs | 36 let der_bytes = encoder.finish().unwrap(); localVariable
|
/aosp_15_r20/external/cronet/net/tools/ |
H A D | print_certificates.py | 96 def extract_certificates_from_der_pkcs7(der_bytes): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/ |
D | document.rs | 33 der_bytes: Vec<u8>, field
|