Searched refs:compute_key (Results 1 – 7 of 7) sorted by relevance
/external/openssl/crypto/dh/ |
D | dh_key.c | 66 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh); 97 return dh->meth->compute_key(key, pub_key, dh); in DH_compute_key() 103 compute_key, 203 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key() function
|
D | dh.h | 117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member
|
/external/openssl/crypto/ecdh/ |
D | ech_key.c | 79 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF); in ECDH_compute_key()
|
D | ech_locl.h | 68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, member
|
/external/openssl/crypto/engine/ |
D | eng_cryptodev.c | 1297 return ((meth->compute_key)(key, pub_key, dh)); in cryptodev_dh_compute_key() 1321 dhret = (meth->compute_key)(key, pub_key, dh); in cryptodev_dh_compute_key() 1435 cryptodev_dh.compute_key = dh_meth->compute_key; in ENGINE_load_cryptodev() 1440 cryptodev_dh.compute_key = in ENGINE_load_cryptodev()
|
/external/openssl/include/openssl/ |
D | dh.h | 117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member
|
/external/openssl/crypto/jpake/ |
D | jpake.c | 381 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) in compute_key() function 435 compute_key(ctx, received->gx); in JPAKE_STEP2_process()
|