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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_exp.c505 #define BN_MOD_MUL_WORD(r, w, m) \ macro
509 /* BN_MOD_MUL_WORD is only used with 'w' large,
576 if (!BN_MOD_MUL_WORD(r, w, m)) goto err;
599 if (!BN_MOD_MUL_WORD(r, w, m)) goto err;
617 if (!BN_MOD_MUL_WORD(r, w, m)) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_exp.c733 #define BN_MOD_MUL_WORD(r, w, m) \ macro
737 /* BN_MOD_MUL_WORD is only used with 'w' large,
812 if (!BN_MOD_MUL_WORD(r, w, m)) goto err;
835 if (!BN_MOD_MUL_WORD(r, w, m)) goto err;
853 if (!BN_MOD_MUL_WORD(r, w, m)) goto err;

Completed in 51 milliseconds