Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_pkey_dhkem_test.c68 EVP_PKEY *rpriv = NULL, *spub = NULL; in test_dhkem_decapsulate() local
73 if (!TEST_ptr(rpriv = new_raw_private_key(t->curve, t->rpriv, t->rprivlen, in test_dhkem_decapsulate()
80 ret = do_decap(t, rpriv, spub); in test_dhkem_decapsulate()
83 EVP_PKEY_free(rpriv); in test_dhkem_decapsulate()
303 ret = TEST_ptr(key = new_raw_private_key(t->curve, t->rpriv, t->rprivlen, in test_ec_public_key_infinity()
404 if (!TEST_ptr(priv = new_raw_private_key(t->curve, t->rpriv, t->rprivlen, in test_nopublic()
439 if (!TEST_ptr(auth = new_raw_private_key(t->curve, t->rpriv, in test_noauthpublic()
612 if (!TEST_ptr(recippriv = new_raw_private_key(t->curve, t->rpriv, t->rprivlen, in test_ec_badpublic()
662 if (!TEST_ptr(auth = new_raw_private_key(t->curve, t->rpriv, t->rprivlen, in test_ec_badauth()
H A Ddhkem_test.inc31 const unsigned char *rpriv;
689 static int do_decap(const TEST_ENCAPDATA *t, EVP_PKEY *rpriv, EVP_PKEY *spub)
696 if (!TEST_ptr(recipctx = EVP_PKEY_CTX_new_from_pkey(libctx, rpriv, NULL)))

Completed in 11 milliseconds