Searched defs:BIGNUM_Ptr (Results 1 – 5 of 5) sorted by relevance
47 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
32 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
40 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
73 typedef UniquePtr<BIGNUM, BIGNUM_Delete> BIGNUM_Ptr; typedef
163 using BIGNUM_Ptr = bssl::UniquePtr<BIGNUM>; typedef