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

/netgear-R7000-V1.0.7.12_1.2.5/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_exp.c1202 #define BN_MOD_MUL_WORD(r, w, m) \ macro
1207 * BN_MOD_MUL_WORD is only used with 'w' large, so the BN_ucmp test is
1283 if (!BN_MOD_MUL_WORD(r, w, m))
1303 if (!BN_MOD_MUL_WORD(r, w, m))
1319 if (!BN_MOD_MUL_WORD(r, w, m))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_exp.c1202 #define BN_MOD_MUL_WORD(r, w, m) \ macro
1207 * BN_MOD_MUL_WORD is only used with 'w' large, so the BN_ucmp test is
1283 if (!BN_MOD_MUL_WORD(r, w, m))
1303 if (!BN_MOD_MUL_WORD(r, w, m))
1319 if (!BN_MOD_MUL_WORD(r, w, m))

Completed in 74 milliseconds