Home
last modified time | relevance | path

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

/openssl/providers/implementations/exchange/
H A Decdh_exch.c479 const EC_POINT *ppubkey = NULL; in ecdh_plain_derive() local
559 ppubkey = EC_KEY_get0_public_key(pecdhctx->peerk); in ecdh_plain_derive()
561 retlen = ECDH_compute_key(secret, size, ppubkey, privk, NULL); in ecdh_plain_derive()
/openssl/apps/lib/
H A Dapps.c914 (ppkey != NULL ? "private key" : ppubkey != NULL ? "public key" : \
933 EVP_PKEY **ppkey, EVP_PKEY **ppubkey, in load_key_certs_crls() argument
957 SET_EXPECT1(ppubkey, OSSL_STORE_INFO_PUBKEY); in load_key_certs_crls()
1021 while ((ppkey != NULL || ppubkey != NULL || pparams != NULL in load_key_certs_crls()
1054 if (ppubkey != NULL) { in load_key_certs_crls()
1055 ok = (*ppubkey = OSSL_STORE_INFO_get1_PUBKEY(info)) != NULL; in load_key_certs_crls()
1057 ppubkey = NULL; in load_key_certs_crls()
/openssl/apps/include/
H A Dapps.h156 EVP_PKEY **ppkey, EVP_PKEY **ppubkey,
/openssl/test/
H A Dtls-provider.c1005 void *pprivkey = privkey, *ppubkey = pubkey; in xor_import() local
1021 && !OSSL_PARAM_get_octet_string(param_pub_key, &ppubkey, in xor_import()

Completed in 27 milliseconds