Home
last modified time | relevance | path

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

/third_party/openssl/crypto/dh/
Ddh_key.c197 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key() function
Ddh_local.h44 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh); member
/third_party/openssl/crypto/ec/
Dec_local.h614 int (*compute_key)(unsigned char **pout, size_t *poutlen, member