Searched refs:bottom57bits (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistp521.c134 static const limb bottom57bits = 0x1ffffffffffffff; variable
151 out[8] = (*((limb *) & in[58])) & bottom57bits;
813 ftmp[8] &= bottom57bits;
892 out[8] &= bottom57bits;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistp521.c134 static const limb bottom57bits = 0x1ffffffffffffff; variable
151 out[8] = (*((limb *) & in[58])) & bottom57bits;
813 ftmp[8] &= bottom57bits;
892 out[8] &= bottom57bits;

Completed in 112 milliseconds