Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_engine.h69 RSA* BuildRsaKey(const KeymasterKeyBlob& blob, const AuthorizationSet& additional_params,
/system/keymaster/legacy_support/
Drsa_keymaster1_key.cpp122 RSA_Ptr rsa(engine_->BuildRsaKey(key_material, additional_params, &error)); in LoadKey()
Dkeymaster1_engine.cpp128 RSA* Keymaster1Engine::BuildRsaKey(const KeymasterKeyBlob& blob, in BuildRsaKey() function in keymaster::Keymaster1Engine