/third_party/openssl/doc/man3/ |
D | d2i_SSL_SESSION.pod | 5 d2i_SSL_SESSION, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1 representation 11 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, 28 d2i_SSL_SESSION() returns a pointer to the newly allocated SSL_SESSION
|
D | SSL_SESSION_free.pod | 56 operation, e.g. by using L<d2i_SSL_SESSION(3)>. 72 L<d2i_SSL_SESSION(3)>
|
D | SSL_CTX_sess_set_get_cb.pod | 55 L<d2i_SSL_SESSION(3)> interface. 108 L<ssl(7)>, L<d2i_SSL_SESSION(3)>,
|
D | SSL_SESSION_get0_cipher.pod | 38 L<d2i_SSL_SESSION(3)>,
|
D | SSL_SESSION_has_ticket.pod | 41 L<d2i_SSL_SESSION(3)>,
|
D | SSL_SESSION_get0_hostname.pod | 59 L<d2i_SSL_SESSION(3)>,
|
D | SSL_CTX_set_session_id_context.pod | 27 sessions with B<i2d_SSL_SESSION>/B<d2i_SSL_SESSION> it would be possible,
|
/third_party/openssl/fuzz/ |
D | asn1.c | 364 DO_TEST(SSL_SESSION, d2i_SSL_SESSION, i2d_SSL_SESSION, SSL_SESSION_print); in FuzzerTestOneInput()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-session.c | 453 sess = d2i_SSL_SESSION(NULL, (const uint8_t **)&d.blob, in lws_tls_session_dump_load()
|
/third_party/openssl/test/ |
D | bad_dtls_test.c | 113 return d2i_SSL_SESSION(NULL, &p, sizeof(session_asn1)); in client_session()
|
/third_party/openssl/ssl/ |
D | ssl_asn1.c | 243 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, in d2i_SSL_SESSION() function
|
D | t1_lib.c | 1943 sess = d2i_SSL_SESSION(NULL, &p, slen); in tls_decrypt_ticket()
|
/third_party/node/src/ |
D | node_crypto_common.cc | 118 SSLSessionPointer s(d2i_SSL_SESSION(nullptr, &buf, length)); in SetTLSSession() 136 return SSLSessionPointer(d2i_SSL_SESSION(nullptr, &buf, length)); in GetTLSSession()
|
D | node_crypto.cc | 2013 SSL_SESSION* sess = d2i_SSL_SESSION(nullptr, &p, sbuf.length()); in LoadSession()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | ssl.rs | 558 pub fn d2i_SSL_SESSION( in d2i_SSL_SESSION() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ssl.h | 1124 # define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,b… 1674 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp,
|
/third_party/nghttp2/src/ |
D | shrpx_tls.cc | 511 auto session = d2i_SSL_SESSION(nullptr, &p, res.value.size()); in tls_session_get_cb() 2448 return d2i_SSL_SESSION(nullptr, &p, cache.session_data.size()); in reuse_tls_session()
|
/third_party/openssl/util/ |
D | libssl.num | 30 d2i_SSL_SESSION 31 3_0_0 EXIST::FUNCTION:
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | mod.rs | 2072 #[corresponds(d2i_SSL_SESSION)] 2075 ffi::d2i_SSL_SESSION
|
/third_party/openssl/doc/ |
D | build.info | 2826 DEPEND[html/man3/d2i_SSL_SESSION.html]=man3/d2i_SSL_SESSION.pod 2827 GENERATE[html/man3/d2i_SSL_SESSION.html]=man3/d2i_SSL_SESSION.pod 2828 DEPEND[man/man3/d2i_SSL_SESSION.3]=man3/d2i_SSL_SESSION.pod 2829 GENERATE[man/man3/d2i_SSL_SESSION.3]=man3/d2i_SSL_SESSION.pod 3444 html/man3/d2i_SSL_SESSION.html \ 4040 man/man3/d2i_SSL_SESSION.3 \
|
/third_party/openssl/include/openssl/ |
D | ssl.h.in | 1124 # define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,b… 1712 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp,
|
/third_party/openssl/apps/ |
D | s_server.c | 3739 return d2i_SSL_SESSION(NULL, &p, sess->derlen); in get_session()
|
/third_party/openssl/ssl/statem/ |
D | statem_srvr.c | 3717 sess = d2i_SSL_SESSION(NULL, &const_p, slen_full); in construct_stateless_ticket()
|
/third_party/python/Modules/ |
D | _ssl.c | 2774 newsession = d2i_SSL_SESSION(NULL, &const_p, slen); in _ssl_session_dup()
|
/third_party/openssl/ |
D | CHANGES.md | 10110 - Avoid a buffer overflow in d2i_SSL_SESSION() (ssl_asn1.c).
|