Searched refs:ourpubkey (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/libecc/src/wycheproof_tests/ |
H A D | libecc_wycheproof_tests.h | 367970 .ourpubkey = (const unsigned char*)"", 367998 .ourpubkey = (const unsigned char*)"", 368026 .ourpubkey = (const unsigned char*)"", 368054 .ourpubkey = (const unsigned char*)"", 368082 .ourpubkey = (const unsigned char*)"", 368110 .ourpubkey = (const unsigned char*)"", 368138 .ourpubkey = (const unsigned char*)"", 368166 .ourpubkey = (const unsigned char*)"", 368194 .ourpubkey = (const unsigned char*)"", 368222 .ourpubkey = (const unsigned char*)"", [all …]
|
H A D | libecc_wycheproof.h | 92 const unsigned char *ourpubkey; member 119 const unsigned char *ourpubkey; member
|
H A D | libecc_wycheproof.c | 378 ret = are_equal(t->ourpubkey, pubkey_check, alglen, &check); OPENMP_EG(ret, err); in check_wycheproof_xdh() 433 ret = are_equal(t->ourpubkey, pubkey_check, alglen, &check); OPENMP_EG(ret, err); in check_wycheproof_xdh() 617 …ret = ec_pub_key_import_from_aff_buf(&ourpub_key, ¶ms, t->ourpubkey, (u8)(t->ourpubkeylen), t-… in check_wycheproof_ecdh()
|