Home | History | Annotate | Download | only in ssl

Lines Matching refs:cb

753 	void (*cb)(const SSL *ssl,int type2,int val)=NULL;
1101 cb=s->info_callback;
1103 cb=s->ctx->info_callback;
1105 if (cb != NULL)
1108 cb(s, SSL_CB_READ_ALERT, j);
1723 void (*cb)(const SSL *ssl,int type,int val)=NULL;
1771 cb=s->info_callback;
1773 cb=s->ctx->info_callback;
1775 if (cb != NULL)
1778 cb(s,SSL_CB_WRITE_ALERT,j);