Searched refs:i2d_SSL_SESSION (Results 1 – 11 of 11) sorted by relevance
| /trueos/crypto/openssl/doc/ssl/ |
| HD | d2i_SSL_SESSION.pod | 5 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.
|
| HD | SSL_SESSION_get_ex_new_index.pod | 51 i2d_SSL_SESSION() (and all functions indirectly calling the dump functions
|
| HD | SSL_CTX_set_session_id_context.pod | 27 sessions with B<i2d_SSL_SESSION>/B<d2i_SSL_SESSION> it would be possible,
|
| /trueos/crypto/openssl/apps/ |
| HD | sess_id.c | 181 i = i2d_SSL_SESSION(x, &p); in MAIN()
|
| /trueos/secure/lib/libssl/ |
| HD | Makefile.man | 223 MLINKS+= d2i_SSL_SESSION.3 i2d_SSL_SESSION.3
|
| /trueos/crypto/openssl/ssl/ |
| HD | s3_srvr.c | 3373 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()
|
| HD | d1_srvr.c | 1645 slen = i2d_SSL_SESSION(s->session, NULL); in dtls1_send_newsession_ticket() 1667 i2d_SSL_SESSION(s->session, &p); in dtls1_send_newsession_ticket()
|
| HD | ssl_asn1.c | 121 int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp) in i2d_SSL_SESSION() function
|
| HD | ssl.h | 1623 # 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/ |
| HD | ssleay.num | 108 i2d_SSL_SESSION 120 EXIST::FUNCTION:
|
| /trueos/crypto/openssl/doc/ |
| HD | ssleay.txt | 5694 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
|