Searched defs:compute_key (Results 1 - 7 of 7) sorted by relevance

/external/openssl/crypto/ecdh/
H A Dech_locl.h68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, member in struct:ecdh_method
/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Ddh_impl.c255 static int compute_key(DH *dh, unsigned char *out, const BIGNUM *pub_key) { function
264 OPENSSL_PUT_ERROR(DH, compute_key, DH_R_MODULUS_TOO_LARGE);
279 OPENSSL_PUT_ERROR(DH, compute_key, DH_R_NO_PRIVATE_VALUE);
290 OPENSSL_PUT_ERROR(DH, compute_key, DH_R_INVALID_PUBKEY);
297 OPENSSL_PUT_ERROR(DH, compute_key, ERR_R_BN_LIB);
322 compute_key,
/external/openssl/crypto/dh/
H A Ddh_key.c66 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 Ddh.h117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Ddh.h220 /* compute_key is called by |DH_compute_key|. */
221 int (*compute_key)(DH *dh, uint8_t *out, const BIGNUM *pub_key); member in struct:dh_method
/external/openssl/crypto/jpake/
H A Djpake.c381 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) function
435 compute_key(ctx, received->gx);
/external/openssl/include/openssl/
H A Ddh.h117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method

Completed in 333 milliseconds