Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsntrup761.c590 crypto_int32 crypto_int32_negative_mask(crypto_int32 crypto_int32_x) { in crypto_int32_negative_mask() function
633 return crypto_int32_negative_mask(crypto_int32_x); in crypto_int32_topbit_mask()
757 return crypto_int32_negative_mask(crypto_int32_x); in crypto_int32_nonzero_mask()
792 return crypto_int32_negative_mask(crypto_int32_z); in crypto_int32_positive_mask()
923 crypto_int32_z = crypto_int32_negative_mask(crypto_int32_z); in crypto_int32_min()
942 crypto_int32_z = crypto_int32_negative_mask(crypto_int32_z); in crypto_int32_max()
967 crypto_int32_z = crypto_int32_negative_mask(crypto_int32_z); in crypto_int32_minmax()
991 return crypto_int32_negative_mask(crypto_int32_z); in crypto_int32_smaller_mask()
1734 mask = crypto_int32_negative_mask(x); in uint32_divmod_uint14()