HomeSort by: relevance | last modified time | path
    Searched defs:client_key (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
kexecdh.c 51 EC_KEY *client_key = NULL; local
57 if ((client_key = EC_KEY_new_by_curve_name(kex->ec_nid)) == NULL) {
61 if (EC_KEY_generate_key(client_key) != 1) {
65 group = EC_KEY_get0_group(client_key);
66 public_key = EC_KEY_get0_public_key(client_key);
77 sshkey_dump_ec_key(client_key);
79 kex->ec_client_key = client_key;
81 client_key = NULL; /* owned by the kex */
85 EC_KEY_free(client_key);
kexecdh.c 51 EC_KEY *client_key = NULL; local
57 if ((client_key = EC_KEY_new_by_curve_name(kex->ec_nid)) == NULL) {
61 if (EC_KEY_generate_key(client_key) != 1) {
65 group = EC_KEY_get0_group(client_key);
66 public_key = EC_KEY_get0_public_key(client_key);
77 sshkey_dump_ec_key(client_key);
79 kex->ec_client_key = client_key;
81 client_key = NULL; /* owned by the kex */
85 EC_KEY_free(client_key);
  /src/external/bsd/wpa/dist/hs20/client/
est.c 656 const char *client_cert = NULL, *client_key = NULL; local
687 client_key = client_key_buf;
696 ctx->ca_fname, user, pw, client_cert, client_key,
est.c 656 const char *client_cert = NULL, *client_key = NULL; local
687 client_key = client_key_buf;
696 ctx->ca_fname, user, pw, client_cert, client_key,
osu_client.c 2601 char *client_key = NULL; local
2704 client_key = client_key_buf;
2732 client_cert, client_key,
2736 client_cert, client_key,
2760 char *client_key = NULL; local
2869 client_key = client_key_buf;
2887 client_cert, client_key,
2891 client_cert, client_key,
osu_client.c 2601 char *client_key = NULL; local
2704 client_key = client_key_buf;
2732 client_cert, client_key,
2736 client_cert, client_key,
2760 char *client_key = NULL; local
2869 client_key = client_key_buf;
2887 client_cert, client_key,
2891 client_cert, client_key,
  /src/crypto/external/bsd/openssl/dist/test/
cmp_client_test.c 38 static EVP_PKEY *client_key = NULL; variable
80 || !OSSL_CMP_CTX_set1_pkey(ctx, client_key)
81 /* client_key is by default used also for newPkey */
266 EVP_PKEY *key = raverified /* wrong key */ ? server_key : client_key;
483 EVP_PKEY_free(client_key);
514 || !TEST_ptr(client_key = load_pkey_pem(client_key_f, libctx))
cmp_client_test.c 38 static EVP_PKEY *client_key = NULL; variable
80 || !OSSL_CMP_CTX_set1_pkey(ctx, client_key)
81 /* client_key is by default used also for newPkey */
266 EVP_PKEY *key = raverified /* wrong key */ ? server_key : client_key;
483 EVP_PKEY_free(client_key);
514 || !TEST_ptr(client_key = load_pkey_pem(client_key_f, libctx))
  /src/crypto/external/apache2/openssl/dist/test/
cmp_client_test.c 36 static EVP_PKEY *client_key = NULL; variable
102 || !OSSL_CMP_CTX_set1_pkey(ctx, client_key)
103 /* client_key is by default used also for newPkey */
304 EVP_PKEY *key = raverified /* wrong key */ ? server_key : client_key;
548 EVP_PKEY_free(client_key);
579 || !TEST_ptr(client_key = load_pkey_pem(client_key_f, libctx))
cmp_client_test.c 36 static EVP_PKEY *client_key = NULL; variable
102 || !OSSL_CMP_CTX_set1_pkey(ctx, client_key)
103 /* client_key is by default used also for newPkey */
304 EVP_PKEY *key = raverified /* wrong key */ ? server_key : client_key;
548 EVP_PKEY_free(client_key);
579 || !TEST_ptr(client_key = load_pkey_pem(client_key_f, libctx))
  /src/external/bsd/wpa/dist/src/utils/
http_curl.c 1330 const char *client_key)
1368 if (client_cert && client_key) {
1370 curl_easy_setopt(curl, CURLOPT_SSLKEY, client_key);
1393 const char *client_key)
1403 clone_str(&ctx->svc_client_key, client_key);
1417 password, client_cert, client_key);
1428 const char *client_key)
1431 client_cert, client_key) < 0)
1451 char *client_key = NULL; local
1461 clone_str(&client_key, ctx->svc_client_key)
    [all...]
http_curl.c 1330 const char *client_key)
1368 if (client_cert && client_key) {
1370 curl_easy_setopt(curl, CURLOPT_SSLKEY, client_key);
1393 const char *client_key)
1403 clone_str(&ctx->svc_client_key, client_key);
1417 password, client_cert, client_key);
1428 const char *client_key)
1431 client_cert, client_key) < 0)
1451 char *client_key = NULL; local
1461 clone_str(&client_key, ctx->svc_client_key)
    [all...]
  /src/external/bsd/nsd/dist/
options.h 462 char* client_key; member in struct:tls_auth_options
options.h 462 char* client_key; member in struct:tls_auth_options

Completed in 36 milliseconds