Home | History | Annotate | Download | only in ssl

Lines Matching refs:cb

939 	void (*cb)(const SSL *ssl,int type2,int val)=NULL;
1192 cb=s->info_callback;
1194 cb=s->ctx->info_callback;
1196 if (cb != NULL)
1199 cb(s, SSL_CB_READ_ALERT, j);
1465 void (*cb)(const SSL *ssl,int type,int val)=NULL;
1485 cb=s->info_callback;
1487 cb=s->ctx->info_callback;
1489 if (cb != NULL)
1492 cb(s,SSL_CB_WRITE_ALERT,j);