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

  /external/openssl/crypto/bn/
bn_word.c 215 int BN_mul_word(BIGNUM *a, BN_ULONG w)
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
mul.c 792 int BN_mul_word(BIGNUM *bn, BN_ULONG w) {
  /libcore/luni/src/main/java/java/math/
NativeBN.java 86 public static native void BN_mul_word(long a, int w);
88 // int BN_mul_word(BIGNUM *a, BN_ULONG w);
BigInt.java 247 NativeBN.BN_mul_word(this.bignum, w);

Completed in 98 milliseconds