Home | History | Annotate | Download | only in ssl

Lines Matching refs:cb

941 	void (*cb)(const SSL *ssl,int type2,int val)=NULL;
1194 cb=s->info_callback;
1196 cb=s->ctx->info_callback;
1198 if (cb != NULL)
1201 cb(s, SSL_CB_READ_ALERT, j);
1471 void (*cb)(const SSL *ssl,int type,int val)=NULL;
1491 cb=s->info_callback;
1493 cb=s->ctx->info_callback;
1495 if (cb != NULL)
1498 cb(s,SSL_CB_WRITE_ALERT,j);