Home | History | Annotate | Download | only in releasetools

Lines Matching refs:mapped_keys

452   mapped_keys = []
459 mapped_keys.append(OPTIONS.key_map.get(k, k) + ".x509.pem")
461 if mapped_keys:
462 print "using:\n ", "\n ".join(mapped_keys)
467 mapped_keys.append(
470 " verification." % (mapped_keys[0],))
478 + mapped_keys + extra_recovery_keys,
497 for k in mapped_keys:
507 if len(mapped_keys) > 1:
511 print "Using %s for payload verification." % (mapped_keys[0],)
513 ["openssl", "x509", "-pubkey", "-noout", "-in", mapped_keys[0]],