HomeSort by relevance Sort by last modified time
    Searched full:bn_set_negative (Results 1 - 25 of 26) sorted by null

1 2

  /libcore/luni/src/main/java/java/math/
NativeBN.java 71 public static native void BN_set_negative(long b, int n);
72 // void BN_set_negative(BIGNUM *b, int n);
BigInt.java 212 NativeBN.BN_set_negative(this.bignum, 0);
214 if (val < 0) NativeBN.BN_set_negative(this.bignum, 1);
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec2_smpl.c 369 BN_set_negative(&point->X, 0);
371 BN_set_negative(&point->Y, 0);
373 BN_set_negative(&point->Z, 0);
404 BN_set_negative(x, 0);
409 BN_set_negative(y, 0);
ec2_mult.c 302 BN_set_negative(&r->X, 0);
303 BN_set_negative(&r->Y, 0);
ectest.c 663 BN_set_negative(z, 1);
675 BN_set_negative(z, 1);
    [all...]
ecp_smpl.c 202 BN_set_negative(&group->field, 0);
    [all...]
  /external/openssl/crypto/ec/
ec2_smpl.c 369 BN_set_negative(&point->X, 0);
371 BN_set_negative(&point->Y, 0);
373 BN_set_negative(&point->Z, 0);
404 BN_set_negative(x, 0);
409 BN_set_negative(y, 0);
ec2_mult.c 307 BN_set_negative(&r->X, 0);
308 BN_set_negative(&r->Y, 0);
ectest.c 663 BN_set_negative(z, 1);
675 BN_set_negative(z, 1);
    [all...]
ecp_smpl.c 202 BN_set_negative(&group->field, 0);
    [all...]
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 176 BN_set_negative(toBigNum(ret), true);
305 BN_set_negative(ret, false);
311 BN_set_negative(ret, true);
429 BN_set_negative(toBigNum(b), n);
585 NATIVE_METHOD(NativeBN, BN_set_negative, "(JI)V"),
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_enum.c 180 else if(ai->type == V_ASN1_NEG_ENUMERATED) BN_set_negative(ret,1);
a_int.c 453 BN_set_negative(ret, 1);
  /external/openssl/crypto/asn1/
a_enum.c 180 else if(ai->type == V_ASN1_NEG_ENUMERATED) BN_set_negative(ret,1);
a_int.c 453 BN_set_negative(ret, 1);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_word.c 176 BN_set_negative(a, 1);
bn.h 456 /** BN_set_negative sets sign of a BIGNUM
460 void BN_set_negative(BIGNUM *b, int n);
    [all...]
bn_lib.c 771 void BN_set_negative(BIGNUM *a, int b)
  /external/openssl/crypto/bn/
bn_word.c 176 BN_set_negative(a, 1);
bn.h 456 /** BN_set_negative sets sign of a BIGNUM
460 void BN_set_negative(BIGNUM *b, int n);
    [all...]
bn_lib.c 771 void BN_set_negative(BIGNUM *a, int b)
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
bn.h 456 /** BN_set_negative sets sign of a BIGNUM
460 void BN_set_negative(BIGNUM *b, int n);
    [all...]
  /external/openssl/include/openssl/
bn.h 456 /** BN_set_negative sets sign of a BIGNUM
460 void BN_set_negative(BIGNUM *b, int n);
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
adb 
  /external/skia/platform_tools/android/bin/linux/
adb 

Completed in 713 milliseconds

1 2