Home
last modified time | relevance | path

Searched refs:DH_compute_key (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DDH_generate_key.pod5 DH_generate_key, DH_compute_key, DH_compute_key_padded - perform
18 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
30 DH_compute_key() or DH_compute_key_padded(), these are combined with
39 DH_compute_key() computes the shared secret from the private DH value
55 DH_compute_key() returns the size of the shared secret on success, -1
H A DDH_size.pod34 computed by L<DH_compute_key(3)>.
H A DDH_meth_new.pod107 will be called in response to the application calling DH_compute_key(). The
108 parameters for the function have the same meaning as for DH_compute_key().
/freebsd/crypto/openssl/test/
H A Ddhtest.c211 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in dh_test()
216 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in dh_test()
221 || !TEST_true((cout = DH_compute_key(cbuf, apub_key, c)) != -1)) in dh_test()
621 if (!TEST_int_ne(DH_compute_key(Z1, pub_key_tmp, dhA), -1)) in rfc5114_test()
625 if (!TEST_int_ne(DH_compute_key(Z2, pub_key_tmp, dhB), -1)) in rfc5114_test()
697 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in rfc7919_test()
702 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in rfc7919_test()
/freebsd/crypto/openssh/
H A Dkexdh.c99 if ((kout = DH_compute_key(kbuf, dh_pub, kex->dh)) < 0 || in kex_dh_compute_key()
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages21 hcrypto/man/man3/DH_compute_key.3
/freebsd/crypto/openssl/include/openssl/
H A Ddh.h228 OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_pmeth.c426 ret = DH_compute_key(key, dhpubbn, dh); in pkey_dh_derive()
H A Ddh_key.c114 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() function
/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c170 ret = DH_compute_key(secret, pub_key, pdhctx->dh); in dh_plain_derive()
/freebsd/crypto/heimdal/kdc/
H A Dpkinit.c239 dh_gen_keylen = DH_compute_key(dh_gen_key,client_params->u.dh.public_key, client_params->u.dh.key); in generate_dh_keyblock()
/freebsd/crypto/heimdal/lib/krb5/
H A Dpkinit.c1533 dh_gen_keylen = DH_compute_key(dh_gen_key, kdc_dh_pubkey, ctx->u.dh); in pk_rd_pa_reply_dh()
/freebsd/secure/lib/libcrypto/
H A DVersion.map918 DH_compute_key;
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c1283 keylen = DH_compute_key(wpabuf_mhead(res), pub_key, dh); in dh5_derive_shared()
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1364 DH_compute_key() DH_compute_key_padded()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1248 MLINKS+= DH_generate_key.3 DH_compute_key.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num680 DH_compute_key 698 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH