Home
last modified time | relevance | path

Searched refs:DH_get_length (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/dh/
H A Ddh_backend.c93 long l = DH_get_length(dh); in ossl_dh_params_todata()
150 dupkey->length = DH_get_length(dh); in ossl_dh_dup()
H A Ddh_lib.c247 long DH_get_length(const DH *dh) in DH_get_length() function
H A Ddh_ameth.c459 long l = DH_get_length(dh); in dh_pkey_export_to()
/openssl/doc/man3/
H A DDH_get0_pqg.pod9 DH_get_length, DH_set_length - Routines for getting and setting data in a DH object
34 long DH_get_length(const DH *dh);
99 The DH_get_length() and DH_set_length() functions get and set the optional
128 DH_get_length() returns the length of the secret exponent (private key) in bits,
/openssl/include/openssl/
H A Ddh.h279 OSSL_DEPRECATEDIN_3_0 long DH_get_length(const DH *dh);
/openssl/test/
H A Ddhtest.c747 if (!TEST_int_eq((int)DH_get_length(dh), 0)) in dh_test_prime_groups()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c276 length = DH_get_length(dh); in dh_to_text()
/openssl/doc/man7/
H A Dossl-guide-migration.pod1404 DH_get0_priv_key(), DH_get0_pub_key(), DH_get_length(), DH_get_nid()
/openssl/util/
H A Dlibcrypto.num3955 DH_get_length 4047 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH

Completed in 45 milliseconds