/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | ecdh.h | 39 #define ECDH_compute_key hc_ECDH_compute_key macro 44 ECDH_compute_key(void *, size_t,
|
/netbsd-src/tests/crypto/libcrypto/ecdh/ |
H A D | ecdhtest.c | 221 ECDH_compute_key(abuf, alen, EC_KEY_get0_public_key(b), a, KDF1_SHA1); in test_ecdh_curve() 238 ECDH_compute_key(bbuf, blen, EC_KEY_get0_public_key(a), b, KDF1_SHA1); in test_ecdh_curve() 445 if (!ECDH_compute_key(Ztmp, Ztmplen, in ecdh_kat() 451 if (!ECDH_compute_key(Ztmp, Ztmplen, in ecdh_kat()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | pkinit-ec.c | 209 dh_gen_keylen = ECDH_compute_key(*out, *out_sz, in _krb5_pk_rd_pa_reply_ecdh_compute_key()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | kexecdh.c | 178 if (ECDH_compute_key(kbuf, klen, dh_pub, key, NULL) != (int)klen || in kex_ecdh_dec_key_group()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
H A D | pkinit-ec.c | 153 len = ECDH_compute_key(p, size, in generate_ecdh_keyblock()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | ec_kmeth.c | 127 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 | 181 ret = ECDH_compute_key(key, outlen, pubkey, eckey, 0); in pkey_ec_derive()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 492 retlen = ECDH_compute_key(secret, size, ppubkey, privk, NULL); in ecdh_plain_derive()
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | missingcrypto.txt | 476 ECDH_compute_key(3)
|
H A D | missingcrypto111.txt | 540 ECDH_compute_key(3)
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ec.h | 1296 OSSL_DEPRECATEDIN_3_0 int ECDH_compute_key(void *out, size_t outlen,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ec.h | 1125 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 1060 ECDH_compute_key;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 493 EC_F_ECDH_COMPUTE_KEY:246:ECDH_compute_key
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | migration_guide.pod | 1495 ECDH_compute_key()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 3807 ECDH_compute_key 3762 1_1_0 EXIST::FUNCTION:EC
|