Home
last modified time | relevance | path

Searched defs:ScopedRSA (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/crypto/
Dscoped_openssl_types.h55 using ScopedRSA = ScopedOpenSSL<RSA, RSA_free>; variable
/external/avb/test/
Davb_atx_validate_unittest.cc48 class ScopedRSA { class
50 ScopedRSA(const char* pem_key_path) { in ScopedRSA() function in __anon37de61080111::ScopedRSA