Searched refs:DH_get0_priv_key (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | DH_get0_pqg.pod | 7 DH_get0_priv_key, DH_get0_pub_key, 28 const BIGNUM *DH_get0_priv_key(const DH *dh); 85 DH_get0_g(), DH_get0_priv_key(), and DH_get0_pub_key(), respectively. 120 DH_get0_p(), DH_get0_q(), DH_get0_g(), DH_get0_priv_key(), and DH_get0_pub_key()
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 142 ok = ok && (DH_get0_priv_key(dh) != NULL); in dh_has() 171 const BIGNUM *pa = DH_get0_priv_key(dh1); in dh_match() 172 const BIGNUM *pb = DH_get0_priv_key(dh2); in dh_match()
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_lib.c | 293 const BIGNUM *DH_get0_priv_key(const DH *dh) in DH_get0_priv_key() function
|
H A D | dh_ameth.c | 461 const BIGNUM *priv_key = DH_get0_priv_key(dh); in dh_pkey_export_to()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | dh.h | 266 OSSL_DEPRECATEDIN_3_0 const BIGNUM *DH_get0_priv_key(const DH *dh);
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 238 priv_key = DH_get0_priv_key(dh); in dh_to_text()
|
H A D | encode_key2any.c | 497 if ((bn = DH_get0_priv_key(dh)) == NULL) { in dh_pki_priv_to_der()
|
/freebsd/crypto/openssl/test/ |
H A D | dhtest.c | 117 || !TEST_ptr_eq(DH_get0_priv_key(dh), priv_key2)) in dh_test()
|
H A D | evp_extra_test2.c | 353 && TEST_ptr(privkey = DH_get0_priv_key(dhkey)) in test_dh_tofrom_data_select()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1579 ctx->p2 = (BIGNUM *)DH_get0_priv_key(dh); in get_payload_private_key()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4090 DH_get0_priv_key;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1383 DH_get0_priv_key(), DH_get0_pub_key(), DH_get_length(), DH_get_nid()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1256 MLINKS+= DH_get0_pqg.3 DH_get0_priv_key.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4348 DH_get0_priv_key 4476 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|