Home | History | Annotate | Download | only in openssl

Lines Matching full:bn_free

175 /* BN_free frees the data referenced by |bn| and, if |bn| was originally
177 OPENSSL_EXPORT void BN_free(BIGNUM *bn);
941 BORINGSSL_MAKE_DELETER(BIGNUM, BN_free)