Searched refs:cert_req (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_req_utils.c170 int TS_REQ_set_cert_req(TS_REQ *a, int cert_req) argument
172 a->cert_req = cert_req ? 0xFF : 0x00;
178 return a->cert_req ? 1 : 0;
H A Dts.h130 ASN1_BOOLEAN cert_req; /* DEFAULT FALSE */ member in struct:TS_req_st
382 int TS_REQ_set_cert_req(TS_REQ *a, int cert_req);
H A Dts_asn1.c100 ASN1_OPT(TS_REQ, cert_req, ASN1_FBOOLEAN),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_req_utils.c170 int TS_REQ_set_cert_req(TS_REQ *a, int cert_req) argument
172 a->cert_req = cert_req ? 0xFF : 0x00;
178 return a->cert_req ? 1 : 0;
H A Dts.h130 ASN1_BOOLEAN cert_req; /* DEFAULT FALSE */ member in struct:TS_req_st
382 int TS_REQ_set_cert_req(TS_REQ *a, int cert_req);
H A Dts_asn1.c100 ASN1_OPT(TS_REQ, cert_req, ASN1_FBOOLEAN),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_clnt.c316 if (s->s3->tmp.cert_req)
341 /* For TLS, cert_req is set to 2, so a cert chain
343 if (s->s3->tmp.cert_req == 1)
1112 s->s3->tmp.cert_req=0;
1118 s->s3->tmp.cert_req=2;
1130 (s->s3->tmp.cert_req == 2)?NULL:s->cert->key->x509);
H A Ds3_clnt.c307 if (s->s3->tmp.cert_req)
332 /* For TLS, cert_req is set to 2, so a cert chain
341 if (s->s3->tmp.cert_req == 1)
1463 s->s3->tmp.cert_req=0;
1574 s->s3->tmp.cert_req=1;
2252 s->s3->tmp.cert_req=0;
2258 s->s3->tmp.cert_req=2;
2270 (s->s3->tmp.cert_req == 2)?NULL:s->cert->key->x509);
H A Dssl3.h423 int cert_req; member in struct:ssl3_state_st::__anon7235
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dd1_clnt.c470 if (s->s3->tmp.cert_req)
528 * For TLS, cert_req is set to 2, so a cert chain of nothing is
531 if (s->s3->tmp.cert_req == 1) {
H A Dssl3.h575 int cert_req; member in struct:ssl3_state_st::__anon5002
H A Ds3_clnt.c409 if (s->s3->tmp.cert_req)
437 * For TLS, cert_req is set to 2, so a cert chain of nothing is
446 if (s->s3->tmp.cert_req == 1) {
2067 s->s3->tmp.cert_req = 0;
2214 s->s3->tmp.cert_req = 1;
3004 if (s->s3->tmp.cert_req && s->cert->key->privatekey) {
3456 s->s3->tmp.cert_req = 0;
3460 s->s3->tmp.cert_req = 2;
3471 (s->s3->tmp.cert_req ==
H A Ds3_lib.c3526 if (s->server || !s->s3->tmp.cert_req)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_clnt.c470 if (s->s3->tmp.cert_req)
528 * For TLS, cert_req is set to 2, so a cert chain of nothing is
531 if (s->s3->tmp.cert_req == 1) {
H A Dssl3.h575 int cert_req; member in struct:ssl3_state_st::__anon4653
H A Ds3_clnt.c409 if (s->s3->tmp.cert_req)
437 * For TLS, cert_req is set to 2, so a cert chain of nothing is
446 if (s->s3->tmp.cert_req == 1) {
2067 s->s3->tmp.cert_req = 0;
2214 s->s3->tmp.cert_req = 1;
3004 if (s->s3->tmp.cert_req && s->cert->key->privatekey) {
3456 s->s3->tmp.cert_req = 0;
3460 s->s3->tmp.cert_req = 2;
3471 (s->s3->tmp.cert_req ==
H A Ds3_lib.c3526 if (s->server || !s->s3->tmp.cert_req)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl3.h423 int cert_req; member in struct:ssl3_state_st::__anon7221

Completed in 168 milliseconds