Lines Matching full:bignum
53 void operator()(BIGNUM* p) const { BN_free(p); }55 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;