Home
last modified time | relevance | path

Searched refs:DER (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/tests/data_files/
H A DMakefile60 $(OPENSSL) x509 -inform PEM -in $< -outform DER -out $@
63 $(OPENSSL) pkey -in $< -out $@ -inform PEM -outform DER -passin "pass:$(test_ca_pwd_rsa)"
79 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER
87 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER
124 $(OPENSSL) req -new -subj '/CN=etcd' -config $(test_ca_config_file) -key rsa_pkcs1_1024_clear.pem -outform DER -out $@ -reqexts csr_ext_v3_keyUsage
126 $(OPENSSL) req -new -subj '/CN=etcd' -config $(test_ca_config_file) -key rsa_pkcs1_1024_clear.pem -outform DER -out $@ -reqexts csr_ext_v3_subjectAltName
128 $(OPENSSL) req -new -subj '/CN=etcd' -config $(test_ca_config_file) -key rsa_pkcs1_1024_clear.pem -outform DER -out $@ -reqexts csr_ext_v3_nsCertType
130 $(OPENSSL) req -new -subj '/CN=etcd' -config $(test_ca_config_file) -key rsa_pkcs1_1024_clear.pem -outform DER -out $@ -reqexts csr_ext_v3_all
171 $(OPENSSL) x509 -req -CA $(test_ca_crt) -CAkey $(test_ca_key_file_rsa) -extfile $(test_ca_config_file) -outform DER -extensions rfc822name_names -passin "pass:$(test_ca_pwd_rsa)" -set_serial 17 -days 3653 -sha256 -in $< > $@
268 $(OPENSSL) x509 -in $(test_ca_crt_file_ec) -out $@ -inform PEM -outform DER
[all...]
/third_party/mbedtls/tests/scripts/
H A Daudit-validity-dates.py49 DER = 2 # Distinguished Encoding Rules variable in DataFormat
61 encoding = cryptography.hazmat.primitives.serialization.Encoding.DER
93 """A parser class to parse crt/crl/csr file or data in PEM/DER format."""
115 der_loader = self.backends[data_type][DataFormat.DER]
124 # It might be in DER format
157 """Check if the hex string is possibly DER data."""
194 X.509 data(DER/PEM format) to an X.509 object.
205 DataFormat.DER: x509.load_der_x509_certificate
209 DataFormat.DER: x509.load_der_x509_crl
213 DataFormat.DER
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h1527 V(der, DER, 0x3D) /* type = RR DIVIDE (short HFP) */ \

Completed in 9 milliseconds