Searched refs:ppubkey (Results 1 – 4 of 4) sorted by relevance
/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 479 const EC_POINT *ppubkey = NULL; in ecdh_plain_derive() local 562 ppubkey = EC_KEY_get0_public_key(pecdhctx->peerk); in ecdh_plain_derive() 564 retlen = ECDH_compute_key(secret, size, ppubkey, privk, NULL); in ecdh_plain_derive()
|
/openssl/apps/lib/ |
H A D | apps.c | 915 (ppkey != NULL ? "private key" : ppubkey != NULL ? "public key" : \ 936 EVP_PKEY **ppkey, EVP_PKEY **ppubkey, in load_key_certs_crls() argument 962 SET_EXPECT1(ppubkey, OSSL_STORE_INFO_PUBKEY); in load_key_certs_crls() 1046 while ((ppkey != NULL || ppubkey != NULL || pparams != NULL in load_key_certs_crls() 1079 if (ppubkey != NULL) { in load_key_certs_crls() 1080 ok = (*ppubkey = OSSL_STORE_INFO_get1_PUBKEY(info)) != NULL; in load_key_certs_crls() 1082 ppubkey = NULL; in load_key_certs_crls()
|
/openssl/apps/include/ |
H A D | apps.h | 156 EVP_PKEY **ppkey, EVP_PKEY **ppubkey,
|
/openssl/test/ |
H A D | tls-provider.c | 1005 void *pprivkey = privkey, *ppubkey = pubkey; in xor_import() local 1021 && !OSSL_PARAM_get_octet_string(param_pub_key, &ppubkey, in xor_import()
|
Completed in 28 milliseconds