HomeSort by: relevance | last modified time | path
    Searched defs:mp_isodd (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
tommath.h 225 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO) macro
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 127 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO) macro
656 if (mp_isodd (P) == 1 || dr != 0) {
734 if (mp_isodd (b) == 1) {
811 if (mp_isodd (&A) == 1 || mp_isodd (&B) == 1) {
836 if (mp_isodd (&C) == 1 || mp_isodd (&D) == 1) {

Completed in 42 milliseconds