Home
last modified time | relevance | path

Searched defs:compute_key (Results 1 – 10 of 10) sorted by relevance

/external/openssl/crypto/ecdh/
Dech_locl.h68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, member
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
Dech_locl.h68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, member
/external/openssl/crypto/dh/
Ddh_key.c203 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key() function
Ddh.h117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member
/external/chromium_org/third_party/openssl/openssl/crypto/dh/
Ddh_key.c203 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key() function
Ddh.h117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member
/external/openssl/include/openssl/
Ddh.h117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member
/external/chromium_org/third_party/openssl/openssl/include/openssl/
Ddh.h117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member
/external/openssl/crypto/jpake/
Djpake.c381 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) in compute_key() function
/external/chromium_org/third_party/openssl/openssl/crypto/jpake/
Djpake.c381 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) in compute_key() function