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); 81 return dh->meth->compute_key(key, pub_key, dh); in DH_compute_key() 87 compute_key, 174 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key() function
|
D | dh.h | 102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member
|
/external/openssl/crypto/ecdh/ |
D | ech_key.c | 82 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 | 1266 return ((meth->compute_key)(key, pub_key, dh)); in cryptodev_dh_compute_key() 1290 dhret = (meth->compute_key)(key, pub_key, dh); in cryptodev_dh_compute_key() 1404 cryptodev_dh.compute_key = dh_meth->compute_key; in ENGINE_load_cryptodev() 1409 cryptodev_dh.compute_key = in ENGINE_load_cryptodev()
|
/external/openssl/crypto/jpake/ |
D | jpake.c | 352 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) in compute_key() function 406 compute_key(ctx, received->gx); in JPAKE_STEP2_process()
|
/external/openssl/include/openssl/ |
D | dh.h | 102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member
|