HomeSort by relevance Sort by last modified time
    Searched refs:x_equal (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/ec/
p224-64.c 714 limb z1_is_zero, z2_is_zero, x_equal, y_equal; local
770 x_equal = felem_is_zero(ftmp);
775 if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) {
    [all...]
p256-64.c 1041 limb x_equal, y_equal, z1_is_zero, z2_is_zero; local
1116 x_equal = smallfelem_is_zero(small4);
1139 if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) {
    [all...]
  /external/libchrome/crypto/
p224.cc 464 uint32_t x_equal = IsZero(h); local
480 if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) {
  /external/libconstrainedcrypto/
p256_ec.c 930 char x_equal, y_equal; local
    [all...]

Completed in 143 milliseconds