Searched refs:need_cert (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp_agg.c455 int need_cert = 0; local
510 need_cert = 1;
513 if (need_cert)
524 p = set_isakmp_header(iph1->sendbuf, iph1, need_cert
531 if (need_cert)
748 int need_cert = 0; local
896 need_cert = 1;
903 if (need_cert)
932 p = set_isakmp_payload(p, iph1->id, need_cert
937 if (need_cert)
[all...]
H A Disakmp_base.c294 int need_cert = 0; local
370 need_cert = 1;
374 if (need_cert)
390 p = set_isakmp_payload(p, iph1->dhpub, need_cert
395 if (need_cert)
911 int need_cert = 0; local
987 need_cert = 1;
991 if (need_cert)
1007 p = set_isakmp_payload(p, iph1->dhpub, need_cert
1012 if (need_cert)
[all...]
H A Disakmp_ident.c1503 int need_cert = 0; local
1561 need_cert = 1;
1565 if (need_cert)
1583 p = set_isakmp_payload(p, iph1->id, need_cert
1588 if (need_cert)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_clnt.c813 int need_cert = 1; /* VRS: 0=> will allow null cert if auth == KRB5 */ local
915 need_cert = ((s->s3->tmp.new_cipher->algorithms
923 s->s3->tmp.new_cipher->algorithms, need_cert);
926 if (need_cert && ((pkey == NULL) || EVP_PKEY_missing_parameters(pkey)))
936 if (need_cert && i < 0)
945 if (need_cert)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_clnt.c1182 int need_cert = 1; /* VRS: 0=> will allow null cert if auth == local
1285 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1295 s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1298 if (need_cert && ((pkey == NULL) || EVP_PKEY_missing_parameters(pkey))) {
1307 if (need_cert && i < 0) {
1315 if (need_cert) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_clnt.c1182 int need_cert = 1; /* VRS: 0=> will allow null cert if auth == local
1285 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1295 s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1298 if (need_cert && ((pkey == NULL) || EVP_PKEY_missing_parameters(pkey))) {
1307 if (need_cert && i < 0) {
1315 if (need_cert) {

Completed in 145 milliseconds