Symbol: carry3
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1079
int64_t carry3;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1247
carry3 = (s3 + (1 << 20)) >> 21;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1248
s4 += carry3;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1249
s3 -= int64_lshift21(carry3);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1280
carry3 = s3 >> 21;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1281
s4 += carry3;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1282
s3 -= int64_lshift21(carry3);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1325
carry3 = s3 >> 21;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1326
s4 += carry3;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1327
s3 -= int64_lshift21(carry3);
crypto/openssl/crypto/ec/curve25519.c
1254
int64_t carry3;
crypto/openssl/crypto/ec/curve25519.c
1300
carry3 = h3 + (1 << 24);
crypto/openssl/crypto/ec/curve25519.c
1301
h4 += carry3 >> 25;
crypto/openssl/crypto/ec/curve25519.c
1302
h3 -= carry3 & kTop39Bits;
crypto/openssl/crypto/ec/curve25519.c
1452
int64_t carry3;
crypto/openssl/crypto/ec/curve25519.c
1481
carry3 = h3 + (1 << 24);
crypto/openssl/crypto/ec/curve25519.c
1482
h4 += carry3 >> 25;
crypto/openssl/crypto/ec/curve25519.c
1483
h3 -= carry3 & kTop39Bits;
crypto/openssl/crypto/ec/curve25519.c
1785
int64_t carry3;
crypto/openssl/crypto/ec/curve25519.c
1825
carry3 = h3 + (1 << 24);
crypto/openssl/crypto/ec/curve25519.c
1826
h4 += carry3 >> 25;
crypto/openssl/crypto/ec/curve25519.c
1827
h3 -= carry3 & kTop39Bits;
crypto/openssl/crypto/ec/curve25519.c
4472
int64_t carry3;
crypto/openssl/crypto/ec/curve25519.c
4486
carry3 = h3 + (1 << 24);
crypto/openssl/crypto/ec/curve25519.c
4487
h4 += carry3 >> 25;
crypto/openssl/crypto/ec/curve25519.c
4488
h3 -= carry3 & kTop39Bits;
crypto/openssl/crypto/ec/curve25519.c
4803
int64_t carry3;
crypto/openssl/crypto/ec/curve25519.c
4971
carry3 = (s3 + (1 << 20)) >> 21;
crypto/openssl/crypto/ec/curve25519.c
4972
s4 += carry3;
crypto/openssl/crypto/ec/curve25519.c
4973
s3 -= carry3 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
5004
carry3 = s3 >> 21;
crypto/openssl/crypto/ec/curve25519.c
5005
s4 += carry3;
crypto/openssl/crypto/ec/curve25519.c
5006
s3 -= carry3 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
5049
carry3 = s3 >> 21;
crypto/openssl/crypto/ec/curve25519.c
5050
s4 += carry3;
crypto/openssl/crypto/ec/curve25519.c
5051
s3 -= carry3 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
5184
int64_t carry3;
crypto/openssl/crypto/ec/curve25519.c
5270
carry3 = (s3 + (1 << 20)) >> 21;
crypto/openssl/crypto/ec/curve25519.c
5271
s4 += carry3;
crypto/openssl/crypto/ec/curve25519.c
5272
s3 -= carry3 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
5454
carry3 = (s3 + (1 << 20)) >> 21;
crypto/openssl/crypto/ec/curve25519.c
5455
s4 += carry3;
crypto/openssl/crypto/ec/curve25519.c
5456
s3 -= carry3 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
5487
carry3 = s3 >> 21;
crypto/openssl/crypto/ec/curve25519.c
5488
s4 += carry3;
crypto/openssl/crypto/ec/curve25519.c
5489
s3 -= carry3 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
5532
carry3 = s3 >> 21;
crypto/openssl/crypto/ec/curve25519.c
5533
s4 += carry3;
crypto/openssl/crypto/ec/curve25519.c
5534
s3 -= carry3 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
847
int64_t carry3;
crypto/openssl/crypto/ec/curve25519.c
861
carry3 = h3 + (1 << 24);
crypto/openssl/crypto/ec/curve25519.c
862
h4 += carry3 >> 25;
crypto/openssl/crypto/ec/curve25519.c
863
h3 -= carry3 & kTop39Bits;