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

  /libcore/luni/src/main/java/java/math/
NativeBN.java 42 public static native void BN_bin2bn(byte[] s, int len, boolean neg, long ret);
43 // BIGNUM * BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret);
BigInt.java 172 NativeBN.BN_bin2bn(a, a.length, neg, this.bignum);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lib.c 578 BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret)
  /external/openssl/crypto/bn/
bn_lib.c 578 BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret)

Completed in 205 milliseconds