Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/wycheproof_tests/
H A Dlibecc_wycheproof.c49 #define OPENMP_MUST_HAVE(cnd, ret, err) do { \ macro
63 #define OPENMP_MUST_HAVE(cnd, ret, err) do { \ macro
306 OPENMP_MUST_HAVE(((t->curve) == &wei25519_str_params), ret, err); in check_wycheproof_xdh()
312 OPENMP_MUST_HAVE(((t->curve) == &wei448_str_params), ret, err); in check_wycheproof_xdh()
597 OPENMP_MUST_HAVE((sharedsecretsize <= sizeof(sharedsecret_check)), ret, err); in check_wycheproof_ecdh()
604 OPENMP_MUST_HAVE((serialized_pub_key_size <= sizeof(serialized_pub_key)), ret, err); in check_wycheproof_ecdh()
605 OPENMP_MUST_HAVE((serialized_pub_key_size <= sizeof(serialized_pub_key_check)), ret, err); in check_wycheproof_ecdh()