Searched defs:need_cert (Results 1 - 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Disakmp_agg.c618 int need_cert = 0; local
672 need_cert = 1;
675 if (need_cert)
938 int need_cert = 0; local
1117 need_cert = 1;
1136 if (need_cert)
H A Disakmp_base.c418 int need_cert = 0; local
494 need_cert = 1;
501 if (need_cert)
1231 int need_cert = 0; local
1315 need_cert = 1;
1322 if (need_cert)
H A Disakmp_ident.c1770 int need_cert = 0; local
1824 need_cert = 1;
1830 if (need_cert)
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Ds3_clnt.c1180 int need_cert = 1; /* VRS: 0=> will allow null cert if auth == KRB5 */ local
1284 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1292 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1295 if (need_cert && ((pkey == NULL) || EVP_PKEY_missing_parameters(pkey)))
1305 if (need_cert && i < 0)
1314 if (need_cert)
/external/openssl/ssl/
H A Ds3_clnt.c1166 int need_cert = 1; /* VRS: 0=> will allow null cert if auth == KRB5 */ local
1270 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1278 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1281 if (need_cert && ((pkey == NULL) || EVP_PKEY_missing_parameters(pkey)))
1291 if (need_cert && i < 0)
1300 if (need_cert)

Completed in 137 milliseconds