Searched refs:BN_zero (Results 1 - 5 of 5) sorted by relevance

/openwrt/package/network/services/ead/src/tinysrp/
H A Dbn_div.c84 if (dv != NULL) BN_zero(dv);
102 BN_zero(dv);
175 if (dv != NULL) BN_zero(dv);
H A Dbn_mul.c85 BN_zero(r);
H A Dbn_shift.c106 BN_zero(r);
H A Dt_conf.c669 BN_zero(rnd);
943 BN_zero(R);
968 BN_zero(R);
982 BN_zero(&(mont->RR));
1024 BN_zero(X);
H A Dbn.h305 #define BN_zero(a) (BN_set_word((a),0)) macro

Completed in 37 milliseconds