Searched defs:BN_is_odd (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h345 #define BN_is_odd(a) (((a)->top > 0) && ((a)->d[0] & 1)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h369 #define BN_is_odd(a) (((a)->top > 0) && ((a)->d[0] & 1)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn.h369 #define BN_is_odd(a) (((a)->top > 0) && ((a)->d[0] & 1)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn.h406 # define BN_is_odd(a) (((a)->top > 0) && ((a)->d[0] & 1)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn.h406 # define BN_is_odd(a) (((a)->top > 0) && ((a)->d[0] & 1)) macro

Completed in 139 milliseconds