Searched refs:ossl_dh_generate_public_key (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/ |
H A D | dh.h | 24 int ossl_dh_generate_public_key(BN_CTX *ctx, const DH *dh,
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dh/ |
H A D | dh_key.c | 225 int ossl_dh_generate_public_key(BN_CTX *ctx, const DH *dh, in ossl_dh_generate_public_key() function 365 if (!ossl_dh_generate_public_key(ctx, dh, priv_key, pub_key)) in generate_key()
|
H A D | dh_check.c | 352 if (!ossl_dh_generate_public_key(ctx, dh, dh->priv_key, pub_key)) in ossl_dh_check_pairwise()
|