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

/freebsd-10.1-release/crypto/openssl/crypto/ecdh/
H A Dech_locl.h67 int (*compute_key) (void *key, size_t outlen, const EC_POINT *pub_key, member in struct:ecdh_method
/freebsd-10.1-release/crypto/openssl/crypto/dh/
H A Ddh_key.c194 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
H A Ddh.h121 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh); member in struct:dh_method
/freebsd-10.1-release/crypto/openssl/crypto/jpake/
H A Djpake.c375 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) function

Completed in 135 milliseconds