Searched refs:c448_bool_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/ec/curve448/
H A Dcurve448utils.h42 typedef uint64_t c448_bool_t; typedef
53 typedef uint32_t c448_bool_t; typedef
63 # define C448_TRUE (0 - (c448_bool_t)1)
75 static ossl_inline c448_error_t c448_succeed_if(c448_bool_t x)
H A Dword.h52 * The plan on booleans: The external interface uses c448_bool_t, but this
57 * c448_bool_t. On the third hand, we have success vs boolean types, but
58 * that's handled in common.h: it converts between c448_bool_t and
61 static ossl_inline c448_bool_t mask_to_bool(mask_t m)
66 static ossl_inline mask_t bool_to_mask(c448_bool_t m)
71 unsigned int limit = sizeof(c448_bool_t) / sizeof(mask_t);
H A Dpoint_448.h191 __owur c448_bool_t curve448_point_eq(const curve448_point_t a,
293 __owur c448_bool_t curve448_point_valid(const curve448_point_t to_test);
H A Dcurve448.c186 c448_bool_t curve448_point_eq(const curve448_point_t p,
200 c448_bool_t curve448_point_valid(const curve448_point_t p)

Completed in 105 milliseconds