Home | History | Annotate | Download | only in ssl

Lines Matching refs:cb

739 	void (*cb)(const SSL *ssl,int type2,int val)=NULL;
1029 cb=s->info_callback;
1031 cb=s->ctx->info_callback;
1033 if (cb != NULL)
1036 cb(s, SSL_CB_READ_ALERT, j);
1625 void (*cb)(const SSL *ssl,int type,int val)=NULL;
1673 cb=s->info_callback;
1675 cb=s->ctx->info_callback;
1677 if (cb != NULL)
1680 cb(s,SSL_CB_WRITE_ALERT,j);