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

  /external/openssl/crypto/bn/
bn.h 443 /** BN_is_negative returns 1 if the BIGNUM is negative
447 #define BN_is_negative(a) ((a)->neg != 0)
    [all...]
  /external/openssl/include/openssl/
bn.h 443 /** BN_is_negative returns 1 if the BIGNUM is negative
447 #define BN_is_negative(a) ((a)->neg != 0)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 427 #define BN_is_negative(a) ((a)->neg != 0)

Completed in 214 milliseconds