HomeSort by relevance Sort by last modified time
    Searched defs:client_cert (Results 1 - 8 of 8) sorted by null

  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
polochallengeresponse.h 34 // @param client_cert the client certificate
36 PoloChallengeResponse(X509* client_cert, X509* server_cert);
52 X509* client_cert; member in class:polo::pairing::PoloChallengeResponse
  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
polochallengeresponsetest.cc 71 client_cert = PEM_read_bio_X509(client_bio, NULL, NULL, NULL);
81 response = new PoloChallengeResponse(client_cert, server_cert);
85 X509_free(client_cert);
95 X509* client_cert; member in class:polo::pairing::PoloChallengeResponseTest
  /external/wpa_supplicant_8/hs20/client/
est.c 624 const char *client_cert = NULL, *client_key = NULL; local
652 client_cert = client_cert_buf;
664 ctx->ca_fname, user, pw, client_cert, client_key,
osu_client.c 2393 char *client_cert = NULL; local
2552 char *client_cert = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 115 * client_cert - File path to client certificate file (PEM/DER)
126 u8 *client_cert; member in struct:eap_peer_config
131 * When PKCS#12/PFX file (.p12/.pfx) is used, client_cert should be
137 * Windows certificate store can be used by leaving client_cert out and
282 * This field is like client_cert, but used for phase 2 (inside
  /external/wpa_supplicant_8/src/crypto/
tls.h 114 * @client_cert: File or reference name for client X.509 certificate in PEM or
116 * @client_cert_blob: client_cert as inlined data or %NULL if not used
158 const char *client_cert; member in struct:tls_connection_params
  /external/wpa_supplicant_8/src/utils/
http_curl.c 1251 const char *password, const char *client_cert,
1280 if (client_cert && client_key) {
1281 curl_easy_setopt(curl, CURLOPT_SSLCERT, client_cert);
1362 char *client_cert = NULL; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 112 * client_cert - File path to client certificate file (PEM/DER)
122 char *client_cert; member in struct:wpa_cred
127 * When PKCS#12/PFX file (.p12/.pfx) is used, client_cert should be
133 * Windows certificate store can be used by leaving client_cert out and
    [all...]

Completed in 955 milliseconds