Home
last modified time | relevance | path

Searched refs:i2d_SSL_SESSION (Results 1 - 25 of 73) sorted by relevance

123

/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-session.c389 bl = i2d_SSL_SESSION(ts->session, NULL); in lws_tls_session_dump_save()
399 i2d_SSL_SESSION(ts->session, (uint8_t **)&d.blob); in lws_tls_session_dump_save()
/third_party/node/src/quic/
H A Dtlscontext.cc444 size_t size = i2d_SSL_SESSION(session, nullptr); in OnNewSession()
452 if (i2d_SSL_SESSION(session, &data) <= 0) return 0; in OnNewSession()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_asn1.c83 /* Utility functions for i2d_SSL_SESSION */
106 int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp)
/third_party/node/deps/openssl/openssl/fuzz/
H A Dasn1.c364 DO_TEST(SSL_SESSION, d2i_SSL_SESSION, i2d_SSL_SESSION, SSL_SESSION_print); in FuzzerTestOneInput()
/third_party/openssl/fuzz/
H A Dasn1.c364 DO_TEST(SSL_SESSION, d2i_SSL_SESSION, i2d_SSL_SESSION, SSL_SESSION_print); in FuzzerTestOneInput()
/third_party/openssl/ssl/
H A Dssl_asn1.c83 /* Utility functions for i2d_SSL_SESSION */
106 int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp)
/third_party/node/src/crypto/
H A Dcrypto_tls.cc141 int size = i2d_SSL_SESSION(sess, nullptr); in NewSessionCallback()
153 CHECK_EQ(i2d_SSL_SESSION(sess, &session_data), size); in NewSessionCallback()
1719 int slen = i2d_SSL_SESSION(sess, nullptr); in GetSession()
1730 CHECK_LT(0, i2d_SSL_SESSION(sess, &p)); in GetSession()
/third_party/nghttp2/src/
H A Dshrpx_tls.cc422 auto sessionlen = i2d_SSL_SESSION(session, nullptr); in tls_session_new_cb()
425 i2d_SSL_SESSION(session, &buf); in tls_session_new_cb()
2421 auto len = i2d_SSL_SESSION(session, nullptr); in serialize_ssl_session()
2424 i2d_SSL_SESSION(session, &p); in serialize_ssl_session()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c3705 slen_full = i2d_SSL_SESSION(s->session, NULL); in construct_stateless_ticket()
3728 if (!i2d_SSL_SESSION(s->session, &p)) { in construct_stateless_ticket()
3743 slen = i2d_SSL_SESSION(sess, NULL); in construct_stateless_ticket()
3751 if (!i2d_SSL_SESSION(sess, &p)) { in construct_stateless_ticket()
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c3684 slen_full = i2d_SSL_SESSION(s->session, NULL); in construct_stateless_ticket()
3707 if (!i2d_SSL_SESSION(s->session, &p)) { in construct_stateless_ticket()
3722 slen = i2d_SSL_SESSION(sess, NULL); in construct_stateless_ticket()
3730 if (!i2d_SSL_SESSION(sess, &p)) { in construct_stateless_ticket()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c3703 sess->derlen = i2d_SSL_SESSION(session, NULL); in add_session()
3722 if (i2d_SSL_SESSION(session, &p) != sess->derlen) { in add_session()
/third_party/openssl/apps/
H A Ds_server.c3698 sess->derlen = i2d_SSL_SESSION(session, NULL); in add_session()
3717 if (i2d_SSL_SESSION(session, &p) != sess->derlen) { in add_session()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h1125 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
1665 __owur int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp);
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs2182 #[corresponds(i2d_SSL_SESSION)]
2184 ffi::i2d_SSL_SESSION
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dssl.rs551 pub fn i2d_SSL_SESSION(s: #[const_ptr_if(ossl300)] SSL_SESSION, pp: *mut *mut c_uchar) -> c_int; in i2d_SSL_SESSION() functions
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h1197 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
1775 __owur int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h1197 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
1775 __owur int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h1197 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
1775 __owur int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h1197 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
1775 __owur int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h1197 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
1775 __owur int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h1197 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
1775 __owur int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h1197 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
1775 __owur int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h1197 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
1775 __owur int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h1197 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
1775 __owur int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h1197 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
1775 __owur int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp);

Completed in 91 milliseconds

123