/external/openssl/crypto/dh/ |
dhtest.c | 168 aout=DH_compute_key(abuf,b->pub_key,a); 180 bout=DH_compute_key(bbuf,a->pub_key,b);
|
dh.h | 212 int DH_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh);
|
dh_pmeth.c | 212 ret = DH_compute_key(key, ctx->peerkey->pkey.dh->pub_key,
|
dh_key.c | 87 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
dh.h | 126 /* DH_compute_key calculates the shared key between |dh| and |peers_key| and 130 OPENSSL_EXPORT int DH_compute_key(uint8_t *out, const BIGNUM *peers_key, 220 /* compute_key is called by |DH_compute_key|. */
|
/external/openssl/include/openssl/ |
dh.h | 212 int DH_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh);
|
/external/chromium_org/third_party/boringssl/src/crypto/dh/ |
dh.c | 150 int DH_compute_key(unsigned char *out, const BIGNUM *peers_key, DH *dh) {
|
dh_test.c | 157 aout = DH_compute_key(abuf, b->pub_key, a); 168 bout = DH_compute_key(bbuf, a->pub_key, b); 456 if (!DH_compute_key(Z1, dhB->pub_key, dhA)) 458 if (!DH_compute_key(Z2, dhA->pub_key, dhB))
|
/external/openssl/ssl/ |
d1_clnt.c | [all...] |
s3_clnt.c | [all...] |
s3_srvr.c | [all...] |
/external/chromium_org/third_party/boringssl/src/ssl/ |
s3_clnt.c | [all...] |
s3_srvr.c | [all...] |
/external/ipsec-tools/src/racoon/ |
crypto_openssl.c | [all...] |