Searched refs:FP_YES (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/tomsfastmath/src/headers/
H A Dtfm.h295 #define FP_YES 1 /* yes response */ macro
317 #define fp_iszero(a) (((a)->used == 0) ? FP_YES : FP_NO)
318 #define fp_iseven(a) (((a)->used >= 0 && (((a)->dp[0] & 1) == 0)) ? FP_YES : FP_NO)
319 #define fp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? FP_YES : FP_NO)
438 /* 256 trial divisions + 8 Miller-Rabins, returns FP_YES if probable prime */
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Drsa-tfm.c470 CHECK(fp_find_prime(&p), FP_YES); local
482 CHECK(fp_find_prime(&q), FP_YES); local

Completed in 145 milliseconds