Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_nistp521.c925 is_p--; in felem_is_zero()
926 is_p = 0 - (is_p >> 63); in felem_is_zero()
990 is_p--; in felem_contract()
991 is_p &= is_p << 32; in felem_contract()
992 is_p &= is_p << 16; in felem_contract()
993 is_p &= is_p << 8; in felem_contract()
994 is_p &= is_p << 4; in felem_contract()
995 is_p &= is_p << 2; in felem_contract()
996 is_p &= is_p << 1; in felem_contract()
997 is_p = 0 - (is_p >> 63); in felem_contract()
[all …]
H A Decp_nistp256.c938 u64 is_p; in smallfelem_is_zero() local
950 is_p = (small[0] ^ kPrime[0]) | in smallfelem_is_zero()
953 is_p--; in smallfelem_is_zero()
954 is_p &= is_p << 32; in smallfelem_is_zero()
955 is_p &= is_p << 16; in smallfelem_is_zero()
956 is_p &= is_p << 8; in smallfelem_is_zero()
957 is_p &= is_p << 4; in smallfelem_is_zero()
958 is_p &= is_p << 2; in smallfelem_is_zero()
959 is_p &= is_p << 1; in smallfelem_is_zero()
960 is_p = 0 - (is_p >> 63); in smallfelem_is_zero()
[all …]

Completed in 14 milliseconds