Home
last modified time | relevance | path

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

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