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

  /external/openssl/crypto/bn/
bn.h 461 /** BN_is_negative returns 1 if the BIGNUM is negative
465 #define BN_is_negative(a) ((a)->neg != 0)
    [all...]
  /external/openssl/include/openssl/
bn.h 461 /** BN_is_negative returns 1 if the BIGNUM is negative
465 #define BN_is_negative(a) ((a)->neg != 0)
    [all...]

Completed in 111 milliseconds