Home
last modified time | relevance | path

Searched refs:client_pkey (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Drpktest.c514 EVP_PKEY *client_pkey = NULL; in test_rpk() local
518 || !TEST_ptr((client_pkey = SSL_SESSION_get0_peer_rpk(client_sess)))) in test_rpk()
552 if (!TEST_true(SSL_add_expected_rpk(clientssl, client_pkey))) in test_rpk()
556 if (!TEST_true(SSL_add_expected_rpk(clientssl, client_pkey))) in test_rpk()
562 if (!TEST_true(SSL_add_expected_rpk(clientssl, client_pkey))) in test_rpk()
576 if (!TEST_true(SSL_add_expected_rpk(clientssl, client_pkey))) in test_rpk()

Completed in 9 milliseconds