Home
last modified time | relevance | path

Searched refs:ScopedOpenSSLString (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2182/
H A Dpoc.cpp49 using ScopedOpenSSLString = std::unique_ptr<char, OpenSSLFree<char>>; typedef
128 ScopedOpenSSLString dec(BN_bn2dec(bn.get())); in main()