Home
last modified time | relevance | path

Searched refs:DH_get0_key (Results 1 – 10 of 10) sorted by relevance

/openssl/test/
H A Ddhtest.c110 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 DDH_get0_pqg.pod5 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 Ddh_backend.c111 DH_get0_key(dh, &pub, &priv); in ossl_dh_key_todata()
H A Ddh_lib.c259 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function
H A Ddh_key.c425 DH_get0_key(dh, &pubkey, NULL); in ossl_dh_key2buf()
/openssl/include/openssl/
H A Ddh.h267 OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c387 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 Ddh_exch.c199 DH_get0_key(pdhctx->dhpeer, &pub_key, NULL); in dh_plain_derive()
/openssl/doc/man7/
H A Dossl-guide-migration.pod1403 DH_get0_pqg(), DH_get0_p(), DH_get0_q(), DH_get0_g(), DH_get0_key(),
/openssl/util/
H A Dlibcrypto.num3950 DH_get0_key 4042 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH

Completed in 65 milliseconds