Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/wycheproof_tests/
H A Dlibecc_wycheproof.c175 u8 exported_pub_key[EDDSA_MAX_PUB_KEY_ENCODED_LEN]; in check_wycheproof_eddsa() local
218 ret = eddsa_export_pub_key(&pub_key, exported_pub_key, (u8)(t->pubkeylen)); in check_wycheproof_eddsa()
225 ret = are_equal(t->pubkey, &exported_pub_key, (u8)(t->pubkeylen), &check); OPENMP_EG(ret, err); in check_wycheproof_eddsa()