Searched refs:ec_pub_key_import_from_aff_buf (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/libecc/include/libecc/sig/ |
H A D | ec_key.h | 155 ATTRIBUTE_WARN_UNUSED_RET int ec_pub_key_import_from_aff_buf(ec_pub_key *pub_key, const ec_params *…
|
/freebsd/crypto/libecc/src/ecdh/ |
H A D | ecccdh.c | 184 …ret = ec_pub_key_import_from_aff_buf(&peer_pub_key, our_priv_key->params, peer_pub_key_buf, peer_p… in ecccdh_derive_secret()
|
/freebsd/crypto/libecc/src/wycheproof_tests/ |
H A D | libecc_wycheproof.c | 106 …ret = ec_pub_key_import_from_aff_buf(&pub_key, ¶ms, t->pubkey, (u8)(t->pubkeylen), t->sig_alg); in check_wycheproof_ecdsa() 617 …ret = ec_pub_key_import_from_aff_buf(&ourpub_key, ¶ms, t->ourpubkey, (u8)(t->ourpubkeylen), t-… in check_wycheproof_ecdh()
|
/freebsd/usr.sbin/pkg/ |
H A D | ecc.c | 503 ret = ec_pub_key_import_from_aff_buf(&pubkey, &derparams, in ecc_verify_internal()
|
/freebsd/crypto/libecc/src/sig/ |
H A D | ec_key.c | 181 int ec_pub_key_import_from_aff_buf(ec_pub_key *pub_key, const ec_params *params, in ec_pub_key_import_from_aff_buf() function
|