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

/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_agg.c600 int need_cert = 0; local
654 need_cert = 1;
657 if (need_cert)
918 int need_cert = 0; local
1082 need_cert = 1;
1101 if (need_cert)
H A Disakmp_base.c417 int need_cert = 0; local
493 need_cert = 1;
500 if (need_cert)
1217 int need_cert = 0; local
1301 need_cert = 1;
1308 if (need_cert)
H A Disakmp_ident.c1745 int need_cert = 0; local
1784 need_cert = 1;
1790 if (need_cert)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Ds3_clnt.c1097 int need_cert = 1; /* VRS: 0=> will allow null cert if auth == KRB5 */ local
1201 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1209 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1212 if (need_cert && ((pkey == NULL) || EVP_PKEY_missing_parameters(pkey)))
1222 if (need_cert && i < 0)
1231 if (need_cert)

Completed in 63 milliseconds