HomeSort by relevance Sort by last modified time
    Searched refs:GenerateRsaKey (Results 1 - 3 of 3) sorted by null

  /system/keymaster/
keymaster0_engine.h 47 bool GenerateRsaKey(uint64_t public_exponent, uint32_t public_modulus,
rsa_keymaster0_key.cpp 56 if (!engine_->GenerateRsaKey(public_exponent, key_size, &key_material))
keymaster0_engine.cpp 79 bool Keymaster0Engine::GenerateRsaKey(uint64_t public_exponent, uint32_t public_modulus,

Completed in 58 milliseconds