Home
last modified time | relevance | path

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

/system/security/ondevice-signing/
DCertUtils.cpp72 static Result<bssl::UniquePtr<RSA>> getRsaFromModulus(const std::vector<uint8_t>& publicKey) { in getRsaFromModulus() function
91 auto rsaPubkey = getRsaFromModulus(publicKey); in modulusToRsaPkey()
105 auto rsaKey = getRsaFromModulus(publicKey); in verifySignature()