Searched refs:compute_key (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
H A Dech_key.c79 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
H A Dech_locl.h68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, member in struct:ecdh_method
/external/openssl/crypto/ecdh/
H A Dech_key.c79 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
H A Dech_locl.h68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, member in struct:ecdh_method
/external/chromium_org/third_party/openssl/openssl/crypto/dh/
H A Ddh_key.c66 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
97 return dh->meth->compute_key(key, pub_key, dh);
103 compute_key,
203 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
H A Ddh.h117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method
/external/openssl/crypto/dh/
H A Ddh_key.c66 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
97 return dh->meth->compute_key(key, pub_key, dh);
103 compute_key,
203 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
H A Ddh.h117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Ddh.h117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method
/external/openssl/include/openssl/
H A Ddh.h117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
H A Deng_cryptodev.c1297 return ((meth->compute_key)(key, pub_key, dh));
1321 dhret = (meth->compute_key)(key, pub_key, dh);
1435 cryptodev_dh.compute_key = dh_meth->compute_key;
1440 cryptodev_dh.compute_key =
/external/openssl/crypto/engine/
H A Deng_cryptodev.c1297 return ((meth->compute_key)(key, pub_key, dh));
1321 dhret = (meth->compute_key)(key, pub_key, dh);
1435 cryptodev_dh.compute_key = dh_meth->compute_key;
1440 cryptodev_dh.compute_key =
/external/chromium_org/third_party/openssl/openssl/crypto/jpake/
H A Djpake.c381 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) function
435 compute_key(ctx, received->gx);
/external/openssl/crypto/jpake/
H A Djpake.c381 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) function
435 compute_key(ctx, received->gx);

Completed in 628 milliseconds