Home
last modified time | relevance | path

Searched refs:i2d_SSL_SESSION (Results 1 – 11 of 11) sorted by relevance

/trueos/crypto/openssl/doc/ssl/
HDd2i_SSL_SESSION.pod5 d2i_SSL_SESSION, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1 representation
12 int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp);
20 i2d_SSL_SESSION() transforms the SSL_SESSION object B<in> into the ASN1
45 When using i2d_SSL_SESSION(), the memory location pointed to by B<pp> must be
48 amount of space should be obtained by first calling i2d_SSL_SESSION() with
50 call i2d_SSL_SESSION() again.
56 i = i2d_SSL_SESSION(sess, NULL);
58 j = i2d_SSL_SESSION(sess, &temp);
68 i2d_SSL_SESSION() returns the size of the ASN1 representation in bytes.
HDSSL_SESSION_get_ex_new_index.pod51 i2d_SSL_SESSION() (and all functions indirectly calling the dump functions
HDSSL_CTX_set_session_id_context.pod27 sessions with B<i2d_SSL_SESSION>/B<d2i_SSL_SESSION> it would be possible,
/trueos/crypto/openssl/apps/
HDsess_id.c181 i = i2d_SSL_SESSION(x, &p); in MAIN()
/trueos/secure/lib/libssl/
HDMakefile.man223 MLINKS+= d2i_SSL_SESSION.3 i2d_SSL_SESSION.3
/trueos/crypto/openssl/ssl/
HDs3_srvr.c3373 slen_full = i2d_SSL_SESSION(s->session, NULL); in ssl3_send_newsession_ticket()
3392 if (!i2d_SSL_SESSION(s->session, &p)) in ssl3_send_newsession_ticket()
3404 slen = i2d_SSL_SESSION(sess, NULL); in ssl3_send_newsession_ticket()
3410 if (!i2d_SSL_SESSION(sess, &p)) { in ssl3_send_newsession_ticket()
HDd1_srvr.c1645 slen = i2d_SSL_SESSION(s->session, NULL); in dtls1_send_newsession_ticket()
1667 i2d_SSL_SESSION(s->session, &p); in dtls1_send_newsession_ticket()
HDssl_asn1.c121 int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp) in i2d_SSL_SESSION() function
HDssl.h1623 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
1919 int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp);
/trueos/crypto/openssl/util/
HDssleay.num108 i2d_SSL_SESSION 120 EXIST::FUNCTION:
/trueos/crypto/openssl/doc/
HDssleay.txt5694 int i2d_SSL_SESSION(SSL_SESSION *in,unsigned char **pp);
5741 i2d_SSL_SESSION() and/or d2i_SSL_SESSION(). If you 'load' a SSL_SESSION
6216 i2d_SSL_SESSION