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

  /external/openssl/crypto/bn/
bn_print.c 68 char *BN_bn2hex(const BIGNUM *a)
  /libcore/luni/src/main/java/java/math/
NativeBN.java 70 public static native String BN_bn2hex(int a);
71 // char * BN_bn2hex(const BIGNUM *a);

Completed in 28 milliseconds