Home
last modified time | relevance | path

Searched refs:DSA_dup_DH (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DDSA_dup_DH.pod5 DSA_dup_DH - create a DH structure out of DSA structure
15 DH *DSA_dup_DH(const DSA *r);
23 DSA_dup_DH() duplicates DSA parameters/keys as DH parameters/keys. q
29 DSA_dup_DH() returns the new B<DH> structure, and NULL on error. The
DDSA_get0_pqg.pod106 L<DSA_dup_DH(3)>, L<DSA_do_sign(3)>, L<DSA_set_method(3)>, L<DSA_SIG_new(3)>,
DDSA_meth_new.pod206 L<DSA_dup_DH(3)>, L<DSA_do_sign(3)>, L<DSA_set_method(3)>, L<DSA_SIG_new(3)>,
/third_party/openssl/ohos_lite/include/openssl/
Ddsa.h159 DH *DSA_dup_DH(const DSA *r);
/third_party/openssl/include/openssl/
Ddsa.h198 OSSL_DEPRECATEDIN_3_0 DH *DSA_dup_DH(const DSA *r);
/third_party/openssl/crypto/dsa/
Ddsa_lib.c41 DH *DSA_dup_DH(const DSA *r) in DSA_dup_DH() function
/third_party/openssl/doc/
Dbuild.info942 DEPEND[html/man3/DSA_dup_DH.html]=man3/DSA_dup_DH.pod
943 GENERATE[html/man3/DSA_dup_DH.html]=man3/DSA_dup_DH.pod
944 DEPEND[man/man3/DSA_dup_DH.3]=man3/DSA_dup_DH.pod
945 GENERATE[man/man3/DSA_dup_DH.3]=man3/DSA_dup_DH.pod
2973 html/man3/DSA_dup_DH.html \
3569 man/man3/DSA_dup_DH.3 \
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c3853 dh = DSA_dup_DH(dsa); in tls_connection_dh()
3928 dh = DSA_dup_DH(dsa); in tls_global_dh()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c4067 dh = DSA_dup_DH(dsa); in tls_connection_dh()
4142 dh = DSA_dup_DH(dsa); in tls_global_dh()
/third_party/openssl/doc/man7/
Dmigration_guide.pod1388 DHparams_dup(), DSA_dup_DH()
/third_party/openssl/util/
Dlibcrypto.num674 DSA_dup_DH 692 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH,DSA
/third_party/openssl/
DCHANGES.md17626 * New function DSA_dup_DH, which duplicates DSA parameters/keys as
17630 For 1024-bit p, DSA_generate_parameters followed by DSA_dup_DH is