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)
  /dalvik/libcore/openssl/src/main/java/org/openssl/
NativeBN.java 73 public static native String BN_bn2hex(int a);
74 // char * BN_bn2hex(const BIGNUM *a);

Completed in 47 milliseconds