Home
last modified time | relevance | path

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

/system/keymaster/
Dkeymaster0_engine.h56 RSA* BlobToRsaKey(const KeymasterKeyBlob& blob) const;
Drsa_keymaster0_key.cpp112 unique_ptr<RSA, RSA_Delete> rsa(engine_->BlobToRsaKey(key_material)); in LoadKey()
Dkeymaster0_engine.cpp180 RSA* Keymaster0Engine::BlobToRsaKey(const KeymasterKeyBlob& blob) const { in BlobToRsaKey() function in keymaster::Keymaster0Engine