Searched defs:BN_is_negative (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/heimdal/include/
H A Dcrypto-headers.h30 #define BN_is_negative(bn) ((bn)->neg != 0) macro
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_lib.c943 int BN_is_negative(const BIGNUM *a) function

Completed in 125 milliseconds