Home
last modified time | relevance | path

Searched refs:ecccdh_gen_key_pair (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/include/libecc/ecdh/
H A Decccdh.h41 ATTRIBUTE_WARN_UNUSED_RET int ecccdh_gen_key_pair(ec_key_pair *kp, const ec_params *params);
/freebsd/crypto/libecc/src/ecdh/
H A Decccdh.c93 int ecccdh_gen_key_pair(ec_key_pair *kp, const ec_params *params) in ecccdh_gen_key_pair() function