Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpayload_verifier.cc217 int decrypt_size = RSA_public_decrypt( in GetRawHashFromSignature() local
219 TEST_AND_RETURN_FALSE(decrypt_size > 0 && in GetRawHashFromSignature()
220 decrypt_size <= static_cast<int>(hash_data.size())); in GetRawHashFromSignature()
221 hash_data.resize(decrypt_size); in GetRawHashFromSignature()