Searched refs:DH_compute_key (Results 1 – 17 of 17) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | DH_generate_key.pod | 5 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 D | DH_size.pod | 34 computed by L<DH_compute_key(3)>.
|
H A D | DH_meth_new.pod | 107 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 D | dhtest.c | 211 || !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 D | kexdh.c | 99 if ((kout = DH_compute_key(kbuf, dh_pub, kex->dh)) < 0 || in kex_dh_compute_key()
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/ |
H A D | manpages | 21 hcrypto/man/man3/DH_compute_key.3
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | dh.h | 228 OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_pmeth.c | 426 ret = DH_compute_key(key, dhpubbn, dh); in pkey_dh_derive()
|
H A D | dh_key.c | 114 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 D | dh_exch.c | 170 ret = DH_compute_key(secret, pub_key, pdhctx->dh); in dh_plain_derive()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | pkinit.c | 239 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 D | pkinit.c | 1533 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 D | Version.map | 918 DH_compute_key;
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 1283 keylen = DH_compute_key(wpabuf_mhead(res), pub_key, dh); in dh5_derive_shared()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1364 DH_compute_key() DH_compute_key_padded()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1248 MLINKS+= DH_generate_key.3 DH_compute_key.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 680 DH_compute_key 698 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|