Searched refs:ScopedRSA (Results 1 – 2 of 2) sorted by relevance
48 class ScopedRSA { class50 ScopedRSA(const char* pem_key_path) { in ScopedRSA() function in __anon37de61080111::ScopedRSA56 ~ScopedRSA() { in ~ScopedRSA()197 ScopedRSA key(kPRKPrivateKeyPath); in SignPIKCertificate()208 ScopedRSA key(kPIKPrivateKeyPath); in SignPSKCertificate()
55 using ScopedRSA = ScopedOpenSSL<RSA, RSA_free>; variable