Lines Matching refs:cert_req
403 if (s->s3->tmp.cert_req)
427 /* For TLS, cert_req is set to 2, so a cert chain
436 if (s->s3->tmp.cert_req == 1)
2096 s->s3->tmp.cert_req=0;
2235 s->s3->tmp.cert_req=1;
3092 if (s->s3->tmp.cert_req && s->cert->key->privatekey) {
3441 s->s3->tmp.cert_req=0;
3447 s->s3->tmp.cert_req=2;
3459 (s->s3->tmp.cert_req == 2)?NULL:s->cert->key->x509);