Searched refs:two58m2 (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_nistp224.c420 static const limb two58m2 = (((limb) 1) << 58) - (((limb) 1) << 2); local
427 out[2] = two58m2 - in[2];
428 out[3] = two58m2 - in[3];
436 static const limb two58m2 = (((limb) 1) << 58) - (((limb) 1) << 2); local
443 out[2] += two58m2;
444 out[3] += two58m2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistp224.c420 static const limb two58m2 = (((limb) 1) << 58) - (((limb) 1) << 2); local
427 out[2] = two58m2 - in[2];
428 out[3] = two58m2 - in[3];
436 static const limb two58m2 = (((limb) 1) << 58) - (((limb) 1) << 2); local
443 out[2] += two58m2;
444 out[3] += two58m2;

Completed in 63 milliseconds