Searched refs:DH_set0_key (Results 1 – 10 of 10) sorted by relevance
/openssl/doc/man3/ |
H A D | DH_get0_pqg.pod | 5 DH_get0_pqg, DH_set0_pqg, DH_get0_key, DH_set0_key, 24 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); 77 The public and private key values can be set using DH_set0_key(). Either 112 in the call and may therefore I<not> be passed to DH_set0_key(). If 118 DH_set0_pqg() and DH_set0_key() return 1 on success or 0 on failure.
|
/openssl/crypto/dh/ |
H A D | dh_backend.c | 80 if (!DH_set0_key(dh, pub_key, priv_key)) in ossl_dh_key_fromdata() 227 if (!DH_set0_key(dh, NULL, privkey_bn)) in ossl_dh_key_from_pkcs8()
|
H A D | dh_lib.c | 267 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() function
|
H A D | dh_key.c | 407 if (DH_set0_key(dh, pubkey, NULL) != 1) in ossl_dh_buf2key()
|
/openssl/test/ |
H A D | dhtest.c | 106 || !TEST_true(DH_set0_key(dh, NULL, priv_key))) in dh_test() 205 || !TEST_true(DH_set0_key(c, NULL, cpriv_key))) in dh_test() 284 || !TEST_true(DH_set0_key(dh, NULL, priv))) in dh_computekey_range_test() 598 || !TEST_true(DH_set0_key(dhA, pub_key, priv_key))) in rfc5114_test() 603 || !TEST_true(DH_set0_key(dhB, pub_key, priv_key))) in rfc5114_test()
|
H A D | evp_extra_test.c | 3524 || !TEST_true(DH_set0_key(noqdh, pubkey, NULL)) in test_EVP_PKEY_set1_DH() 3537 || !TEST_true(DH_set0_key(x942dh, pubkey, NULL))) in test_EVP_PKEY_set1_DH()
|
/openssl/crypto/dsa/ |
H A D | dsa_lib.c | 69 if (!DH_set0_key(ret, pub_key, priv_key)) in DSA_dup_DH()
|
/openssl/include/openssl/ |
H A D | dh.h | 269 OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1438 DH_set0_key(), DH_set0_pqg(), DH_set_length()
|
/openssl/util/ |
H A D | libcrypto.num | 3952 DH_set0_key 4044 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|
Completed in 67 milliseconds