/freebsd/crypto/openssl/test/ |
H A D | dhtest.c | 110 DH_get0_key(dh, &pub_key2, &priv_key2); in dh_test() 196 DH_get0_key(a, &apub_key, NULL); in dh_test() 200 DH_get0_key(b, &bpub_key, &bpriv_key); in dh_test() 620 DH_get0_key(dhB, &pub_key_tmp, NULL); in rfc5114_test() 624 DH_get0_key(dhA, &pub_key_tmp, NULL); in rfc5114_test() 685 DH_get0_key(a, &apub_key, NULL); in rfc7919_test() 693 DH_get0_key(b, &bpub_key, NULL); in rfc7919_test()
|
/freebsd/crypto/openssh/ |
H A D | kexdh.c | 123 DH_get0_key(kex->dh, &pub_key, NULL); in kex_dh_keypair() 155 DH_get0_key(kex->dh, &pub_key, NULL); in kex_dh_enc()
|
H A D | kexgexc.c | 123 DH_get0_key(kex->dh, &pub_key, NULL); in input_kex_dh_gex_group() 187 DH_get0_key(kex->dh, &pub_key, NULL); in input_kex_dh_gex_reply()
|
H A D | kexgexs.c | 165 DH_get0_key(kex->dh, &pub_key, NULL); in input_kex_dh_gex_init()
|
H A D | dh.c | 306 DH_get0_key(dh, &pub_key, NULL); in dh_gen_key()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | DH_get0_pqg.pod | 5 DH_get0_pqg, DH_set0_pqg, DH_get0_key, DH_set0_key, 22 void DH_get0_key(const DH *dh, 68 To get the public and private key values use the DH_get0_key() function. A 111 Values retrieved with DH_get0_key() are owned by the DH object used
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_backend.c | 117 DH_get0_key(dh, &pub, &priv); in ossl_dh_key_todata()
|
H A D | dh_lib.c | 255 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function
|
H A D | dh_key.c | 421 DH_get0_key(dh, &pubkey, NULL); in ossl_dh_key2buf()
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 386 DH_get0_key(dh, &pub_key, NULL); in dh_validate_public() 403 DH_get0_key(dh, NULL, &priv_key); in dh_validate_private()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | dh.h | 260 OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
|
/freebsd/crypto/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 166 DH_get0_key(pdhctx->dhpeer, &pub_key, NULL); in dh_plain_derive()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | pkinit.c | 1124 DH_get0_key(kdc_dh, &pub_key, NULL); in pk_mk_pa_reply_dh()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | pkinit.c | 535 DH_get0_key(dh, &pub_key, NULL); in build_auth_pack()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 925 DH_get0_key;
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 1097 DH_get0_key(dh, &pub_key, &priv_key); in dh5_init()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1382 DH_get0_pqg(), DH_get0_p(), DH_get0_q(), DH_get0_g(), DH_get0_key(),
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1254 MLINKS+= DH_get0_pqg.3 DH_get0_key.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3950 DH_get0_key 4042 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|