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

  /external/openssl/crypto/bn/
bn.h 408 #define BN_is_one(a) (BN_abs_is_word((a),1) && !(a)->neg)
    [all...]
  /external/openssl/include/openssl/
bn.h 408 #define BN_is_one(a) (BN_abs_is_word((a),1) && !(a)->neg)
    [all...]

Completed in 21 milliseconds