Searched refs:DH_get0_pub_key (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | DH_get0_pqg.pod | 7 DH_get0_priv_key, DH_get0_pub_key, 29 const BIGNUM *DH_get0_pub_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 | 140 ok = ok && (DH_get0_pub_key(dh) != NULL); in dh_has() 161 const BIGNUM *pa = DH_get0_pub_key(dh1); in dh_match() 162 const BIGNUM *pb = DH_get0_pub_key(dh2); in dh_match()
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_lib.c | 298 const BIGNUM *DH_get0_pub_key(const DH *dh) in DH_get0_pub_key() function
|
H A D | dh_ameth.c | 460 const BIGNUM *pub_key = DH_get0_pub_key(dh); in dh_pkey_export_to()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | dh.h | 267 OSSL_DEPRECATEDIN_3_0 const BIGNUM *DH_get0_pub_key(const DH *dh);
|
/freebsd/crypto/openssl/test/ |
H A D | dhtest.c | 116 if (!TEST_ptr_eq(DH_get0_pub_key(dh), pub_key2) in dh_test()
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 246 pub_key = DH_get0_pub_key(dh); in dh_to_text()
|
H A D | encode_key2any.c | 476 if ((bn = DH_get0_pub_key(dh)) == NULL) { in dh_spki_pub_to_der()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1623 ctx->p2 = (void *)DH_get0_pub_key(EVP_PKEY_get0_DH(pkey)); in get_payload_public_key()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4091 DH_get0_pub_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 | 1257 MLINKS+= DH_get0_pqg.3 DH_get0_pub_key.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4349 DH_get0_pub_key 4477 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|