Searched refs:ECDH_compute_key (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | kexecdh.c | 179 if (ECDH_compute_key(kbuf, klen, dh_pub, key, NULL) != (int)klen || in kex_ecdh_dec_key_group()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_kmeth.c | 154 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ECDH_compute_key() function
|
H A D | ec_pmeth.c | 208 ret = ECDH_compute_key(key, outlen, pubkey, eckey, 0); in pkey_ec_derive()
|
/freebsd/crypto/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 492 retlen = ECDH_compute_key(secret, size, ppubkey, privk, NULL); in ecdh_plain_derive()
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 476 ECDH_compute_key(3)
|
H A D | missingcrypto111.txt | 540 ECDH_compute_key(3)
|
H A D | libcrypto.num | 3679 ECDH_compute_key 3762 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ec.h | 1296 OSSL_DEPRECATEDIN_3_0 int ECDH_compute_key(void *out, size_t outlen,
|
/freebsd/crypto/heimdal/kdc/ |
H A D | pkinit.c | 283 dh_gen_keylen = ECDH_compute_key(dh_gen_key, size, in generate_dh_keyblock()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | pkinit.c | 1582 dh_gen_keylen = ECDH_compute_key(dh_gen_key, size, in pk_rd_pa_reply_dh()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1060 ECDH_compute_key;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1495 ECDH_compute_key()
|