Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_ctrl

1051 long SSL_ctrl(SSL *s,int cmd,long larg,void *parg)
1105 return(s->method->ssl_ctrl(s,cmd,larg,parg));