Searched refs:RsaKeymaster1Key (Results 1 – 3 of 3) sorted by relevance
72 class RsaKeymaster1Key : public RsaKey {74 RsaKeymaster1Key(RSA* rsa_key, AuthorizationSet&& hw_enforced, in RsaKeymaster1Key() function
105 static EVP_PKEY* GetEvpKey(const RsaKeymaster1Key& key, keymaster_error_t* error) { in GetEvpKey()128 const RsaKeymaster1Key& rsa_km1_key = static_cast<RsaKeymaster1Key&>(key); in CreateOperation()
115 RsaKeymaster1Key(rsa.release(), move(hw_enforced), move(sw_enforced), this)); in LoadKey()