Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/wycheproof_tests/
H A Dlibecc_wycheproof.c557 ec_pub_key ourpub_key_check; in check_wycheproof_ecdh() local
576 ret = local_memset(&ourpub_key_check, 0, sizeof(ourpub_key_check)); OPENMP_EG(ret, err); in check_wycheproof_ecdh()
625 ret = ecccdh_init_pub_key(&ourpub_key_check, &priv_key); in check_wycheproof_ecdh()
638 …ret = ecccdh_serialize_pub_key(&ourpub_key_check, serialized_pub_key_check, serialized_pub_key_siz… in check_wycheproof_ecdh()