Home
last modified time | relevance | path

Searched defs:mp_isodd (Results 1 – 25 of 59) sorted by relevance

123

/dports/lang/tcl86/tcl8.6.12/libtommath/
H A Dbn_mp_isodd.c6 mp_bool mp_isodd(const mp_int *a) in mp_isodd() function
H A Dtommath_private.h308 #define mp_isodd TclBN_mp_isodd macro
/dports/lang/tcl87/tcl8.7a5/libtommath/
H A Dbn_mp_isodd.c6 mp_bool mp_isodd(const mp_int *a) in mp_isodd() function
/dports/security/dropbear/dropbear-2020.81/libtommath/
H A Dbn_mp_isodd.c6 mp_bool mp_isodd(const mp_int *a) in mp_isodd() function
/dports/math/libtommath/libtommath-1.2.0/
H A Dbn_mp_isodd.c6 mp_bool mp_isodd(const mp_int *a) in mp_isodd() function
/dports/security/p5-CryptX/CryptX-0.075/src/ltm/
H A Dtommath.h198 #define mp_isodd(a) ((((a)->used > 0) && (((a)->dp[0] & 1u) == 1u)) ? MP_YES : MP_NO) macro
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclTomMath.h264 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO) macro
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/hcrypto/libtommath/
H A Dtommath.h223 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO) macro
/dports/lang/tcl85/tcl8.5.19/libtommath/
H A Dtommath.h223 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO) macro
/dports/games/wargus/wargus-3.2.0/StormLib/src/libtommath/
H A Dtommath.h223 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO) macro
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dinteger.h234 #define mp_isodd(a) \ macro
H A Dsp_int.h914 #define mp_isodd sp_isodd macro
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dinteger.h234 #define mp_isodd(a) \ macro
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dinteger.h234 #define mp_isodd(a) \ macro
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dinteger.h234 #define mp_isodd(a) \ macro
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclTomMath.h326 #define mp_isodd(a) (((a)->used != 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO) macro
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/headers/
H A Dtomcrypt_private.h193 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_… macro
/dports/security/py-pycrypto/pycrypto-2.6.1/src/libtom/
H A Dtomcrypt_math.h491 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_… macro
/dports/security/py-pycryptodome/pycryptodome-3.10.1/src/libtom/
H A Dtomcrypt_math.h491 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_… macro
/dports/games/wargus/wargus-3.2.0/StormLib/src/libtomcrypt/src/headers/
H A Dtomcrypt_math.h491 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_… macro
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/src/libtom/
H A Dtomcrypt_math.h491 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_… macro
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/headers/
H A Dtomcrypt_math.h572 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_… macro
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/headers/
H A Dtomcrypt_math.h572 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_… macro
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/headers/
H A Dtomcrypt_math.h523 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_… macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/tomcrypt-1.18.1/src/headers/
H A Dtomcrypt_math.h572 #define mp_isodd(a) (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_… macro

123