Searched refs:client_pkey (Results 1 – 2 of 2) sorted by relevance
545 EVP_PKEY *client_pkey = NULL; in test_rpk() local549 || !TEST_ptr((client_pkey = SSL_SESSION_get0_peer_rpk(client_sess)))) in test_rpk()583 if (!TEST_true(SSL_add_expected_rpk(clientssl, client_pkey))) in test_rpk()587 if (!TEST_true(SSL_add_expected_rpk(clientssl, client_pkey))) in test_rpk()593 if (!TEST_true(SSL_add_expected_rpk(clientssl, client_pkey))) in test_rpk()607 if (!TEST_true(SSL_add_expected_rpk(clientssl, client_pkey))) in test_rpk()
120 EVP_PKEY *client_pkey; member1241 ctx->client_pkey = NULL; in pkinit_init_req_crypto()1262 EVP_PKEY_free(req_cryptoctx->client_pkey); in pkinit_fini_req_crypto()2951 EVP_PKEY_free(cryptoctx->client_pkey); in client_create_dh()2952 cryptoctx->client_pkey = pkey; in client_create_dh()2978 server_pkey = compose_dh_pkey(cryptoctx->client_pkey, in client_process_dh()2987 if (!dh_result(cryptoctx->client_pkey, server_pkey, in client_process_dh()3017 EVP_PKEY *client_pkey = NULL; in server_check_dh() local3021 client_pkey = decode_spki(client_spki); in server_check_dh()3022 if (client_pkey == NULL) { in server_check_dh()[all …]