HomeSort by relevance Sort by last modified time
    Searched full:fpubkey (Results 1 - 1 of 1) sorted by null

  /system/update_engine/payload_consumer/
payload_verifier.cc 141 FILE* fpubkey = fopen(public_key_path.c_str(), "rb"); local
142 if (!fpubkey) {
148 RSA* rsa = PEM_read_RSA_PUBKEY(fpubkey, nullptr, nullptr, dummy_password);
149 fclose(fpubkey);

Completed in 41 milliseconds