Searched refs:our_pub_key (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/ecdh/ |
H A D | ecccdh.c | 140 int ecccdh_serialize_pub_key(const ec_pub_key *our_pub_key, u8 *buf, u8 buf_len) in ecccdh_serialize_pub_key() argument 145 ret = pub_key_check_initialized_and_type(our_pub_key, ECCCDH); EG(ret, err); in ecccdh_serialize_pub_key() 148 ret = prj_pt_iszero(&(our_pub_key->y), &iszero); EG(ret, err); in ecccdh_serialize_pub_key() 154 ret = ec_pub_key_export_to_aff_buf(our_pub_key, buf, buf_len); in ecccdh_serialize_pub_key()
|
/freebsd/crypto/libecc/include/libecc/ecdh/ |
H A D | ecccdh.h | 51 ATTRIBUTE_WARN_UNUSED_RET int ecccdh_serialize_pub_key(const ec_pub_key *our_pub_key, u8 *buff, u8 …
|