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

  /libcore/luni/src/main/java/java/math/
NativeBN.java 53 public static native boolean BN_bin2bn(byte[] s, int len, boolean neg, int ret);
55 // BIGNUM * BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret);
BigInt.java 208 Check(NativeBN.BN_bin2bn(a, a.length, neg, this.bignum));
  /external/openssl/crypto/bn/
bn_lib.c 597 BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret)

Completed in 170 milliseconds