Searched refs:DH_compute_key (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Ddh.h62 #define DH_compute_key hc_DH_compute_key macro
147 int DH_compute_key(unsigned char *,const BIGNUM *,DH *);
H A Dtest_dh.c375 ret = DH_compute_key(sec1, dh2->pub_key, dh1);
377 fprintf(stderr, "DH_compute_key");
381 fprintf(stderr, "DH_compute_key res too large");
385 ret2 = DH_compute_key(sec2, dh1->pub_key, dh2);
387 fprintf(stderr, "DH_compute_key");
391 fprintf(stderr, "DH_compute_key res too large");
396 fprintf(stderr, "DH_compute_key have two difference sizes");
402 fprintf(stderr, "DH_compute_key computed a key way too small");
H A Dtest_engine_dso.c91 ssize = DH_compute_key(skey, client->pub_key, server);
93 errx(1, "DH_compute_key failed for server");
94 csize = DH_compute_key(ckey, server->pub_key, client);
96 errx(1, "DH_compute_key failed for client");
99 errx(1, "DH_compute_key size mismatch");
102 errx(1, "DH_compute_key key mismatch");
H A Ddh.c172 * The maximum output size of the DH_compute_key() function.
360 DH_compute_key(unsigned char *shared_key, function
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-dh.h81 #define DH_compute_key ossl_DH_compute_key macro
172 int DH_compute_key(unsigned char *, const BIGNUM *, DH *);
H A Dossl-dh.c196 * The maximum output size of the DH_compute_key() function.
386 DH_compute_key(unsigned char *shared_key, function
/macosx-10.10/OpenSSL098-52/src/crypto/dh/
H A Ddhtest.c168 aout=DH_compute_key(abuf,b->pub_key,a);
180 bout=DH_compute_key(bbuf,a->pub_key,b);
H A Ddh.h203 int DH_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh);
H A Ddh_key.c81 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
/macosx-10.10/OpenSSL098-52/src/test/
H A Ddhtest.c168 aout=DH_compute_key(abuf,b->pub_key,a);
180 bout=DH_compute_key(bbuf,a->pub_key,b);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DDH_exchange.cpp85 int rtn = DH_compute_key(buf, pubKeyBn, privKey);
115 throwRsaDsa("DH_compute_key");
/macosx-10.10/OpenSSH-189/openssh/
H A Dkexdhc.c122 if ((kout = DH_compute_key(kbuf, dh_server_pub, dh)) < 0)
123 fatal("DH_compute_key: failed");
H A Dkexdhs.c115 if ((kout = DH_compute_key(kbuf, dh_client_pub, dh)) < 0)
116 fatal("DH_compute_key: failed");
H A Dkexgexc.c160 if ((kout = DH_compute_key(kbuf, dh_server_pub, dh)) < 0)
161 fatal("DH_compute_key: failed");
H A Dkexgexs.c152 if ((kout = DH_compute_key(kbuf, dh_client_pub, dh)) < 0)
153 fatal("DH_compute_key: failed");
H A Dkexgssc.c257 kout = DH_compute_key(kbuf, dh_server_pub, dh);
259 fatal("DH_compute_key: failed");
H A Dkexgsss.c203 kout = DH_compute_key(kbuf, dh_client_pub, dh);
205 fatal("DH_compute_key: failed");
/macosx-10.10/OpenSSH-189/osslshim/tests/
H A Dtest_dh.c380 ret = DH_compute_key(sec1, dh2->pub_key, dh1);
382 fprintf(stderr, "DH_compute_key");
385 ret = DH_compute_key(sec2, dh1->pub_key, dh2);
387 fprintf(stderr, "DH_compute_key");
H A Dtest_engine_dso.c91 ssize = DH_compute_key(skey, client->pub_key, server);
93 errx(1, "DH_compute_key failed for server");
94 csize = DH_compute_key(ckey, server->pub_key, client);
96 errx(1, "DH_compute_key failed for client");
99 errx(1, "DH_compute_key size mismatch");
102 errx(1, "DH_compute_key key mismatch");
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Ddh.h203 int DH_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dh/
H A Ddh_key.c95 int DH_compute_key(unsigned char *key, BIGNUM *pub_key, DH *dh) function
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Ddh.h186 int DH_compute_key(unsigned char *key,BIGNUM *pub_key,DH *dh);
/macosx-10.10/OpenSSL098-52/src/fips/dh/
H A Dfips_dh_key.c85 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/vmdh/
H A Dvmdh-42-example2.c133 DH_compute_key(key, bn_server_pub, dh);
H A Dvmdh-41-example.c147 DH_compute_key(key, bn_server_pub, dh);

Completed in 124 milliseconds

12