Home
last modified time | relevance | path

Searched refs:asn1 (Results 1 - 25 of 492) sorted by relevance

12345678910>>...20

/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_local.h42 # define IMPLEMENT_PEM_provided_write_body_vars(type, asn1, pq) \
45 OSSL_ENCODER_CTX_new_for_##type(x, PEM_SELECTION_##asn1, \
46 "PEM", PEM_STRUCTURE_##asn1, \
85 # define IMPLEMENT_PEM_provided_write_body_fallback(str, asn1, \
88 return PEM_ASN1_##writename((i2d_of_void *)i2d_##asn1, str, out, \
90 # define IMPLEMENT_PEM_provided_write_body_fallback_cb(str, asn1, \
93 return PEM_ASN1_##writename##((i2d_of_void *)i2d_##asn1, str, out, \
96 # define IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, \
100 IMPLEMENT_PEM_provided_write_body_vars(type, asn1, NULL); \
102 IMPLEMENT_PEM_provided_write_body_fallback(str, asn1, \
[all...]
/third_party/openssl/crypto/pem/
H A Dpem_local.h42 # define IMPLEMENT_PEM_provided_write_body_vars(type, asn1, pq) \
45 OSSL_ENCODER_CTX_new_for_##type(x, PEM_SELECTION_##asn1, \
46 "PEM", PEM_STRUCTURE_##asn1, \
85 # define IMPLEMENT_PEM_provided_write_body_fallback(str, asn1, \
88 return PEM_ASN1_##writename((i2d_of_void *)i2d_##asn1, str, out, \
90 # define IMPLEMENT_PEM_provided_write_body_fallback_cb(str, asn1, \
93 return PEM_ASN1_##writename##((i2d_of_void *)i2d_##asn1, str, out, \
96 # define IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, \
100 IMPLEMENT_PEM_provided_write_body_vars(type, asn1, NULL); \
102 IMPLEMENT_PEM_provided_write_body_fallback(str, asn1, \
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dpem.h65 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
66 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
67 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
68 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
69 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
72 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
75 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \
78 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
81 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,NULL,NULL,0,NULL,NULL); \
84 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dpem.h99 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
100 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
102 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
104 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
106 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
110 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
113 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str, fp, \
117 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
120 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1, str, out, \
125 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
[all...]
H A Dhttp.h18 # include <openssl/asn1.h>
48 const char *content_type, int asn1,
/third_party/openssl/include/openssl/
H A Dpem.h99 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
100 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
102 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
104 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
106 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
110 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
113 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str, fp, \
117 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
120 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1, str, out, \
125 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
[all...]
H A Dhttp.h18 # include <openssl/asn1.h>
48 const char *content_type, int asn1,
/third_party/node/test/fixtures/0-dns/
H A Dcreate-cert.js2 const asn1 = require('asn1.js');
5 const rfc5280 = require('asn1.js-rfc5280');
6 const BN = asn1.bignum;
22 const Null_ = asn1.define('Null_', function() {
27 const PrintStr = asn1.define('PrintStr', function() {
/third_party/openssl/test/
H A Dx509_time_test.c15 #include <openssl/asn1.h>
485 ASN1_TIME asn1; member
512 ASN1_TIME asn1; member
548 rv = ASN1_TIME_print_ex(m, &x509_print_tests_rfc_822[idx].asn1, ASN1_DTFLGS_RFC822); in test_x509_time_print_rfc_822()
576 rv = ASN1_TIME_print_ex(m, &x509_print_tests_iso_8601[idx].asn1, ASN1_DTFLGS_ISO8601); in test_x509_time_print_iso_8601()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dmod.rs2 pub use self::asn1::*;
38 mod asn1; modules
/third_party/libcoap/src/
H A Dcoap_openssl.c1267 if (setup_data->pki_key.key.asn1.public_cert && in setup_pki_server()
1268 setup_data->pki_key.key.asn1.public_cert_len > 0) { in setup_pki_server()
1270 setup_data->pki_key.key.asn1.public_cert_len, in setup_pki_server()
1271 setup_data->pki_key.key.asn1.public_cert))) { in setup_pki_server()
1282 if (setup_data->pki_key.key.asn1.private_key && in setup_pki_server()
1283 setup_data->pki_key.key.asn1.private_key_len > 0) { in setup_pki_server()
1284 int pkey_type = map_key_type(setup_data->pki_key.key.asn1.private_key_type); in setup_pki_server()
1286 setup_data->pki_key.key.asn1.private_key, in setup_pki_server()
1287 setup_data->pki_key.key.asn1.private_key_len))) { in setup_pki_server()
1298 if (setup_data->pki_key.key.asn1 in setup_pki_server()
[all...]
H A Dcoap_tinydtls.c1295 if (setup_data->pki_key.key.asn1.private_key && in coap_dtls_context_set_pki()
1296 setup_data->pki_key.key.asn1.private_key_len && in coap_dtls_context_set_pki()
1297 setup_data->pki_key.key.asn1.private_key_type == COAP_ASN1_PKEY_EC) { in coap_dtls_context_set_pki()
1298 const uint8_t *private_key = setup_data->pki_key.key.asn1.private_key; in coap_dtls_context_set_pki()
1299 size_t private_key_len = setup_data->pki_key.key.asn1.private_key_len; in coap_dtls_context_set_pki()
1303 setup_data->pki_key.key.asn1.private_key, in coap_dtls_context_set_pki()
1304 setup_data->pki_key.key.asn1.private_key_len); in coap_dtls_context_set_pki()
1311 if (setup_data->pki_key.key.asn1.public_cert && in coap_dtls_context_set_pki()
1312 setup_data->pki_key.key.asn1.public_cert_len) { in coap_dtls_context_set_pki()
1316 setup_data->pki_key.key.asn1 in coap_dtls_context_set_pki()
[all...]
/third_party/mbedtls/library/
H A Doid.c52 while (cur->asn1 != NULL) { \
54 memcmp(cur->asn1, oid->p, oid->len) == 0) { \
115 while (cur->descriptor.asn1 != NULL) { \
117 *oid = cur->descriptor.asn1; \
136 while (cur->descriptor.asn1 != NULL) { \
138 *oid = cur->descriptor.asn1; \
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dlib.rs44 pub use self::asn1::*;
74 mod asn1; modules
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_octet.c12 #include <openssl/asn1.h>
H A Dasn1_item_list.c15 #include <openssl/asn1.h>
H A Dx_info.c13 #include <openssl/asn1.h>
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dbio_pk7.c10 #include <openssl/asn1.h>
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_mall.c18 #include <openssl/asn1.h>
/third_party/openssl/crypto/asn1/
H A Da_octet.c12 #include <openssl/asn1.h>
H A Dasn1_item_list.c15 #include <openssl/asn1.h>
/third_party/openssl/crypto/conf/
H A Dconf_mall.c18 #include <openssl/asn1.h>
/third_party/openssl/crypto/pkcs7/
H A Dbio_pk7.c10 #include <openssl/asn1.h>
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509rset.c12 #include <openssl/asn1.h>
/third_party/node/deps/openssl/openssl/fuzz/
H A Dasn1parse.c16 #include <openssl/asn1.h>

Completed in 13 milliseconds

12345678910>>...20