Home
last modified time | relevance | path

Searched refs:compute_key (Results 1 – 7 of 7) sorted by relevance

/external/openssl/crypto/dh/
Ddh_key.c66 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
Ddh.h102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member
/external/openssl/crypto/ecdh/
Dech_key.c82 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF); in ECDH_compute_key()
Dech_locl.h68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, member
/external/openssl/crypto/engine/
Deng_cryptodev.c1266 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/
Djpake.c352 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/
Ddh.h102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member