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

  /libcore/luni/src/main/java/java/math/
NativeBN.java 30 public static native void BN_free(int a);
31 // void BN_free(BIGNUM *a);
  /external/openssl/crypto/bn/
bn_lib.c 275 void BN_free(BIGNUM *a)
490 BN_free(t);
619 if (bn) BN_free(bn);

Completed in 681 milliseconds