Home
last modified time | relevance | path

Searched refs:ECDH_compute_key (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssh/
H A Dkexecdh.c179 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 Dec_kmeth.c154 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ECDH_compute_key() function
H A Dec_pmeth.c208 ret = ECDH_compute_key(key, outlen, pubkey, eckey, 0); in pkey_ec_derive()
/freebsd/crypto/openssl/providers/implementations/exchange/
H A Decdh_exch.c492 retlen = ECDH_compute_key(secret, size, ppubkey, privk, NULL); in ecdh_plain_derive()
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt476 ECDH_compute_key(3)
H A Dmissingcrypto111.txt540 ECDH_compute_key(3)
H A Dlibcrypto.num3679 ECDH_compute_key 3762 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
/freebsd/crypto/openssl/include/openssl/
H A Dec.h1296 OSSL_DEPRECATEDIN_3_0 int ECDH_compute_key(void *out, size_t outlen,
/freebsd/crypto/heimdal/kdc/
H A Dpkinit.c283 dh_gen_keylen = ECDH_compute_key(dh_gen_key, size, in generate_dh_keyblock()
/freebsd/crypto/heimdal/lib/krb5/
H A Dpkinit.c1582 dh_gen_keylen = ECDH_compute_key(dh_gen_key, size, in pk_rd_pa_reply_dh()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1060 ECDH_compute_key;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1495 ECDH_compute_key()