Searched refs:SSL_SESSION (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dssl.h461 } SSL_SESSION; typedef in typeref:struct:ssl_session_st
630 int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
631 void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess);
632 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
861 /* These are the ones being used, the ones in SSL_SESSION are
892 SSL_SESSION *session;
1037 #define d2i_SSL_SESSION_bio(bp,s_id) (SSL_SESSION *)ASN1_d2i_bio( \
1042 #define PEM_read_SSL_SESSION(fp,x,cb,u) (SSL_SESSION *)PEM_ASN1_read( \
1044 #define PEM_read_bio_SSL_SESSION(bp,x,cb,u) (SSL_SESSION *)PEM_ASN1_read_bio( \
1246 long SSL_SESSION_get_time(SSL_SESSION *
[all...]
H A Dpem.h380 #define PEM_read_SSL_SESSION(fp,x,cb,u) (SSL_SESSION *)PEM_ASN1_read( \
447 #define PEM_read_bio_SSL_SESSION(bp,x,cb,u) (SSL_SESSION *)PEM_ASN1_read_bio( \
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dssl.h475 } SSL_SESSION; typedef in typeref:struct:ssl_session_st
648 int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
649 void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess);
650 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
889 /* These are the ones being used, the ones in SSL_SESSION are
920 SSL_SESSION *session;
1057 #define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,bp,s_id)
1058 #define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
1059 #define PEM_read_SSL_SESSION(fp,x,cb,u) (SSL_SESSION *)PEM_ASN1_read( \
1061 #define PEM_read_bio_SSL_SESSION(bp,x,cb,u) PEM_ASN1_read_bio_of(SSL_SESSION,d2i_SSL_SESSIO
[all...]
H A Dpem.h434 #define PEM_read_SSL_SESSION(fp,x,cb,u) (SSL_SESSION *)PEM_ASN1_read( \

Completed in 46 milliseconds