Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/wycheproof_tests/
H A Dlibecc_wycheproof.c556 ec_pub_key ourpub_key; in check_wycheproof_ecdh() local
575 ret = local_memset(&ourpub_key, 0, sizeof(ourpub_key)); OPENMP_EG(ret, err); in check_wycheproof_ecdh()
617 …ret = ec_pub_key_import_from_aff_buf(&ourpub_key, &params, t->ourpubkey, (u8)(t->ourpubkeylen), t-… in check_wycheproof_ecdh()
632 ret = ecccdh_serialize_pub_key(&ourpub_key, serialized_pub_key, serialized_pub_key_size); in check_wycheproof_ecdh()