Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/dh/
H A Ddh_key.c136 compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key() function
H A Ddh_local.h68 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member
/openbsd-src/lib/libcrypto/ec/
H A Dec_local.h324 int (*compute_key)(unsigned char **out, size_t *out_len, global() member