Home
last modified time | relevance | path

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

/third_party/boringssl/src/crypto/fipsmodule/ec/
Dp224-64.c342 static const p224_widelimb two64m48m8 = (((p224_widelimb)1) << 64) - in p224_felem_diff_128_64() local
348 out[1] += two64m48m8; in p224_felem_diff_128_64()
/third_party/openssl/crypto/ec/
Decp_nistp224.c448 static const widelimb two64m48m8 = (((widelimb) 1) << 64) -
453 out[1] += two64m48m8;