Home
last modified time | relevance | path

Searched refs:ec_pub_key_export_to_aff_buf (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/libecc/include/libecc/sig/
H A Dec_key.h159 ATTRIBUTE_WARN_UNUSED_RET int ec_pub_key_export_to_aff_buf(const ec_pub_key *pub_key, u8 *pub_key_b…
/freebsd/crypto/libecc/src/ecdh/
H A Decccdh.c154 ret = ec_pub_key_export_to_aff_buf(our_pub_key, buf, buf_len); in ecccdh_serialize_pub_key()
/freebsd/crypto/libecc/src/sig/
H A Dec_key.c236 int ec_pub_key_export_to_aff_buf(const ec_pub_key *pub_key, u8 *pub_key_buf, in ec_pub_key_export_to_aff_buf() function