Searched refs:DH_get0_key (Results 1 – 10 of 10) sorted by relevance
/openssl-master/test/ |
A D | dhtest.c | 110 DH_get0_key(dh, &pub_key2, &priv_key2); in dh_test() 173 DH_get0_key(a, &apub_key, NULL); in dh_test() 177 DH_get0_key(b, &bpub_key, &bpriv_key); in dh_test() 597 DH_get0_key(dhB, &pub_key_tmp, NULL); in rfc5114_test() 601 DH_get0_key(dhA, &pub_key_tmp, NULL); in rfc5114_test() 662 DH_get0_key(a, &apub_key, NULL); in rfc7919_test() 670 DH_get0_key(b, &bpub_key, NULL); in rfc7919_test()
|
/openssl-master/doc/man3/ |
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-master/crypto/dh/ |
A D | dh_backend.c | 113 DH_get0_key(dh, &pub, &priv); in ossl_dh_key_todata()
|
A D | dh_lib.c | 253 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function
|
A D | dh_key.c | 413 DH_get0_key(dh, &pubkey, NULL); in ossl_dh_key2buf()
|
/openssl-master/providers/implementations/keymgmt/ |
A D | dh_kmgmt.c | 354 DH_get0_key(dh, &pub_key, NULL); in dh_validate_public() 371 DH_get0_key(dh, NULL, &priv_key); in dh_validate_private()
|
/openssl-master/include/openssl/ |
A D | dh.h | 256 OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
|
/openssl-master/providers/implementations/exchange/ |
A D | dh_exch.c | 166 DH_get0_key(pdhctx->dhpeer, &pub_key, NULL); in dh_plain_derive()
|
/openssl-master/doc/man7/ |
A D | migration_guide.pod | 1325 DH_get0_pqg(), DH_get0_p(), DH_get0_q(), DH_get0_g(), DH_get0_key(),
|
/openssl-master/util/ |
A D | libcrypto.num | 3950 DH_get0_key 4042 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|
Completed in 29 milliseconds