Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/wycheproof_tests/
H A Dlibecc_wycheproof_tests.h367971 .ourpubkeylen = 0,
367999 .ourpubkeylen = 0,
368027 .ourpubkeylen = 0,
368055 .ourpubkeylen = 0,
368083 .ourpubkeylen = 0,
368111 .ourpubkeylen = 0,
368139 .ourpubkeylen = 0,
368167 .ourpubkeylen = 0,
368195 .ourpubkeylen = 0,
368223 .ourpubkeylen = 0,
[all …]
H A Dlibecc_wycheproof.h93 unsigned int ourpubkeylen; member
120 unsigned int ourpubkeylen; member
H A Dlibecc_wycheproof.c355 if((t->ourpubkeylen != 0) && (t->ourpubkeylen != alglen)){ in check_wycheproof_xdh()
357 …[-] Error: XDH tests error, unkown our public key length %d with valid result\n", t->ourpubkeylen); in check_wycheproof_xdh()
376 if(t->ourpubkeylen != 0){ in check_wycheproof_xdh()
431 if(t->ourpubkeylen != 0){ in check_wycheproof_xdh()
615 if(t->ourpubkeylen != 0){ 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()