| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/ |
| ed25519_ref10.c | 556 const unsigned char bnegative = negative(b); local 557 const unsigned char babs = b - (((-bnegative) & b) * ((signed char) 1 << 1)); 571 ge25519_cmov(t, &minust, bnegative); 591 const unsigned char bnegative = negative(b); local 592 const unsigned char babs = b - (((-bnegative) & b) * ((signed char) 1 << 1)); 607 ge25519_cmov_cached(t, &minust, bnegative);
|
| ed25519_ref10.c | 556 const unsigned char bnegative = negative(b); local 557 const unsigned char babs = b - (((-bnegative) & b) * ((signed char) 1 << 1)); 571 ge25519_cmov(t, &minust, bnegative); 591 const unsigned char bnegative = negative(b); local 592 const unsigned char babs = b - (((-bnegative) & b) * ((signed char) 1 << 1)); 607 ge25519_cmov_cached(t, &minust, bnegative);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| curve25519.c | 4338 uint8_t bnegative = negative(b); local 4339 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); 4353 cmov(t, &minust, bnegative);
|
| curve25519.c | 4338 uint8_t bnegative = negative(b); local 4339 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); 4353 cmov(t, &minust, bnegative);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| curve25519.c | 4211 uint8_t bnegative = negative(b); local 4212 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); 4226 cmov(t, &minust, bnegative);
|
| curve25519.c | 4211 uint8_t bnegative = negative(b); local 4212 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); 4226 cmov(t, &minust, bnegative);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| curve25519.c | 4201 uint8_t bnegative = negative(b); local 4202 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); 4216 cmov(t, &minust, bnegative);
|
| curve25519.c | 4201 uint8_t bnegative = negative(b); local 4202 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); 4216 cmov(t, &minust, bnegative);
|