Searched refs:compute_key (Results 1 - 7 of 7) sorted by relevance
/external/openssl/crypto/ecdh/ |
H A D | ech_key.c | 82 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
|
H A D | ech_locl.h | 68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, member in struct:ecdh_method
|
/external/openssl/crypto/dh/ |
H A 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); 103 compute_key, 203 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
|
H A D | dh.h | 117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method
|
/external/openssl/include/openssl/ |
H A D | dh.h | 117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method
|
/external/openssl/crypto/engine/ |
H A D | eng_cryptodev.c | 1297 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/jpake/ |
H A D | jpake.c | 381 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) function 435 compute_key(ctx, received->gx);
|
Completed in 124 milliseconds