Home | History | Annotate | Download | only in ssl

Lines Matching refs:cb

946 	void (*cb)(const SSL *ssl,int type2,int val)=NULL;
1212 cb=s->info_callback;
1214 cb=s->ctx->info_callback;
1216 if (cb != NULL)
1219 cb(s, SSL_CB_READ_ALERT, j);
1492 void (*cb)(const SSL *ssl,int type,int val)=NULL;
1512 cb=s->info_callback;
1514 cb=s->ctx->info_callback;
1516 if (cb != NULL)
1519 cb(s,SSL_CB_WRITE_ALERT,j);