Searched refs:DH_get0_key (Results 1 – 10 of 10) sorted by relevance
/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()
|
/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
|
/openssl/crypto/dh/ |
H A D | dh_backend.c | 111 DH_get0_key(dh, &pub, &priv); in ossl_dh_key_todata()
|
H A D | dh_lib.c | 259 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 | 425 DH_get0_key(dh, &pubkey, NULL); in ossl_dh_key2buf()
|
/openssl/include/openssl/ |
H A D | dh.h | 267 OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
|
/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 387 DH_get0_key(dh, &pub_key, NULL); in dh_validate_public() 406 DH_get0_key(dh, NULL, &priv_key); in dh_validate_private()
|
/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 199 DH_get0_key(pdhctx->dhpeer, &pub_key, NULL); in dh_plain_derive()
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1403 DH_get0_pqg(), DH_get0_p(), DH_get0_q(), DH_get0_g(), DH_get0_key(),
|
/openssl/util/ |
H A D | libcrypto.num | 3950 DH_get0_key 4042 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|
Completed in 65 milliseconds