HomeSort by relevance Sort by last modified time
    Searched defs:BN_copy (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/math/
NativeBN.java 36 public static native boolean BN_copy(int to, int from);
38 // BIGNUM *BN_copy(BIGNUM *to, const BIGNUM *from);
BigInt.java 103 Check(NativeBN.BN_copy(this.bignum, from.bignum));
  /external/openssl/crypto/bn/
bn_lib.c 469 if(!BN_copy(t, a))
478 BIGNUM *BN_copy(BIGNUM *a, const BIGNUM *b)

Completed in 118 milliseconds