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

/macosx-10.10/OpenSSL098-52/src/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
/macosx-10.10/OpenSSL098-52/src/fips/dh/
H A Dfips_dh_key.c186 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dh/
H A Ddh_key.c168 static int compute_key(unsigned char *key, BIGNUM *pub_key, DH *dh) function
/macosx-10.10/OpenSSL098-52/src/crypto/dh/
H A Ddh_key.c176 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
H A Ddh.h104 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Ddh.h78 int (*compute_key)(unsigned char *,const BIGNUM *,DH *); member in struct:DH_METHOD
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-dh.h97 int (*compute_key)(unsigned char *, const BIGNUM *, DH *); member in struct:DH_METHOD
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Ddh.h104 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Ddh.h101 int (*compute_key)(unsigned char *key,BIGNUM *pub_key,DH *dh); member in struct:dh_method
/macosx-10.10/OpenSSL098-52/src/crypto/jpake/
H A Djpake.c383 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) function

Completed in 131 milliseconds