Searched refs:BIGNUM_Delete (Results 1 – 5 of 5) sorted by relevance
71 typedef OpenSslObjectDeleter<BIGNUM, void, BN_free> BIGNUM_Delete; typedef72 typedef UniquePtr<BIGNUM, BIGNUM_Delete> BIGNUM_Ptr;
129 UniquePtr<BIGNUM, BIGNUM_Delete> order(BN_new()); in ec_group_size_bits()
81 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new()); in GenerateKey()
309 UniquePtr<BIGNUM, BIGNUM_Delete> bn_value(BN_new()); in build_auth_list()553 UniquePtr<BIGNUM, BIGNUM_Delete> bn(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in get_ulong()
294 unique_ptr<BIGNUM, BIGNUM_Delete> input_as_bn( in data_too_large_for_public_modulus()