HomeSort by relevance Sort by last modified time
    Searched refs:compute_key (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/ecdh/
ech_key.c 82 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
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/
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
dh.h 117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method
  /external/openssl/include/openssl/
dh.h 117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method
  /external/openssl/crypto/engine/
eng_cryptodev.c 1297 return ((meth->compute_key)(key, pub_key, dh));
1321 dhret = (meth->compute_key)(key, pub_key, dh);
    [all...]
  /external/openssl/crypto/jpake/
jpake.c 381 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) function
435 compute_key(ctx, received->gx);

Completed in 942 milliseconds