Home | History | Annotate | Download | only in openssl

Lines Matching full:bn_zero

420 #define BN_zero(a)	BN_zero_ex(a)
422 #define BN_zero(a) (BN_set_word((a),0))