Searched refs:ScopedRSA (Results 1 – 2 of 2) sorted by relevance
112 using ScopedRSA = ScopedOpenSSLType<RSA, RSA_free>; variable
326 ScopedRSA rsa(d2i_RSAPrivateKey(nullptr, &derp, sizeof(kExampleRSAKeyDER))); in LoadExampleRSAKey()