Home
last modified time | relevance | path

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

/third_party/boringssl/src/crypto/fipsmodule/ec/
Dp224-64.c290 static const p224_limb two58m2 = in p224_felem_diff() local
298 out[2] += two58m2; in p224_felem_diff()
299 out[3] += two58m2; in p224_felem_diff()
/third_party/openssl/crypto/ec/
Decp_nistp224.c396 static const limb two58m2 = (((limb) 1) << 58) - (((limb) 1) << 2);
403 out[2] += two58m2;
404 out[3] += two58m2;